- Timestamp:
- 05/06/06 01:15:43 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d4c8b343
- Parents:
- bc4c11e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
re5f1431 rb721834 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.