- Timestamp:
- 10/13/06 11:49:25 (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:
- c3809a2
- Parents:
- 85921e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r2e420ff rc806cb3 961 961 return -1; 962 962 } 963 if (libtrace_to_pcap_dlt(linktype) == -1) {963 if (libtrace_to_pcap_dlt(linktype) == ~1U) { 964 964 trace_set_err(packet->trace,TRACE_ERR_BAD_PACKET, 965 965 "Unknown pcap equivilent linktype");
Note: See TracChangeset
for help on using the changeset viewer.