![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Manipulate lines with sed/awk | TheBigAmbulance | Shell Programming and Scripting | 2 | 06-29-2009 05:29 PM |
| manipulate postscript via sed | lada niva | Shell Programming and Scripting | 3 | 02-03-2009 12:36 PM |
| Linux cache | joshighanshyam | Linux | 0 | 05-06-2008 05:53 AM |
| How to manipulate date? | phani | Shell Programming and Scripting | 5 | 04-06-2005 03:17 PM |
| UBC cache vs. Metadata cache | sushaga | UNIX for Advanced & Expert Users | 2 | 04-25-2002 04:43 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Manipulate the Linux ARP Cache in C
Hello,
I need help on how to "access" or manipulate the Linux ARP Cache in C, here is the description of the project i'm working in: There are a lot of tools that analize ARP frames and send an e-mail to the sysadmin, that's easy. What i want to do is to inspect every ARP frame that arrives to my network interface and, if it "passes the tests", then, and ONLY THEN apply the changes in the ARP cache. I'm able to analize every field of the ARP frame that i capture, but not to avoid the malicious frame to take effect over the cache because i can't stop the kernel. So, how can i do that? how could i check the frame and if it's a valid one THEN apply it to the cache, just before the kernel does it? Any help will be appreciated, Thank you! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|