Changeset b6664e8
- Timestamp:
- 05/18/11 10:13:27 (10 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:
- 2336744
- Parents:
- 9589941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
reff6d8c rb6664e8 1249 1249 assert(packet); 1250 1250 1251 /* Match all non-data packets as we probably want them to pass 1252 * through to the caller */ 1253 if (trace_get_link_type(packet) == TRACE_TYPE_NONDATA) 1254 return 1; 1255 1251 1256 if (libtrace_to_pcap_dlt(trace_get_link_type(packet))==~0U) { 1252 1257
Note: See TracChangeset
for help on using the changeset viewer.