Changeset 1761
- Timestamp:
- 03/14/12 15:01:34 (14 months ago)
- Location:
- trunk/libpacketdump
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
link_6.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libpacketdump/Makefile.am
r1737 r1761 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 -
trunk/libpacketdump/link_6.c
r1696 r1761 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.
