Changeset 786
- Timestamp:
- 05/06/06 01:15:43 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/linktypes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/linktypes.c
r781 r786 9 9 #include "libtrace_int.h" 10 10 #include <stdlib.h> 11 #include <string.h> 12 13 #ifndef WIN32 11 14 #include <net/if_arp.h> 12 #include <string.h> 15 #else 16 #define ARPHRD_ETHER 1 /* Ethernet 10/100Mbps. */ 17 #endif 13 18 14 19 /* This file maps libtrace types to/from pcap DLT and erf types
Note: See TracChangeset
for help on using the changeset viewer.
