Changeset 790
- Timestamp:
- 05/06/06 11:54:30 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols.c
r789 r790 8 8 #include <assert.h> 9 9 #include <stdio.h> 10 11 #ifndef WIN32 10 12 #include <net/if_arp.h> 11 13 #else 14 #define ARPHRD_ETHER 1 /* Ethernet 10/100Mbps. */ 15 #define ARPHRD_PPP 512 16 #endif 12 17 13 18 /* Returns the payload from 802.3 ethernet. Type optionally returned in
Note: See TracChangeset
for help on using the changeset viewer.
