Changeset 97e39a7 for lib/linktypes.c
- Timestamp:
- 04/14/06 14:13:07 (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:
- 566e404
- Parents:
- 6b0560b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
r751531a r97e39a7 1 1 #include "libtrace.h" 2 #include "config.h" 2 3 #ifdef HAVE_PCAP 3 4 #include <pcap.h> … … 28 29 case DLT_PFLOG: return TRACE_TYPE_PFLOG; 29 30 #endif 31 #else 32 default: 33 assert(!"No pcap support"); 30 34 #endif 31 35 }
Note: See TracChangeset
for help on using the changeset viewer.