Changeset b3edbe9 for libpacketdump
- Timestamp:
- 03/14/12 15:01:34 (9 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:
- 91ea76c
- Parents:
- bd37451
- Location:
- libpacketdump
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
re224862 rb3edbe9 171 171 dist_plugin_DATA = $(TXT_PROTOCOLS) 172 172 173 INCLUDES= @ADD_INCLS@ -I../lib 173 INCLUDES= @ADD_INCLS@ -I../lib -I../libwandio 174 174 175 175 # NOTE: You CANNOT add @LEXLIBS@ here, as they are statically compiled -
libpacketdump/link_6.c
r4c90362 rb3edbe9 5 5 6 6 #include "config.h" 7 #include "libtrace_int.h"7 //#include "libtrace_int.h" 8 8 #include <sys/types.h> 9 9 #include <netinet/in.h> … … 16 16 /* Copied this here because this isn't currently part of our external API - 17 17 * maybe we need to think about doing that? */ 18 libtrace_linktype_t arphrd_type_to_libtrace(unsigned int arphrd) {18 static libtrace_linktype_t arphrd_type_to_libtrace(unsigned int arphrd) { 19 19 switch(arphrd) { 20 20 case ARPHRD_ETHER: return TRACE_TYPE_ETH;
Note: See TracChangeset
for help on using the changeset viewer.