Changeset 114b8d6 for lib/format_pcapfile.c
- Timestamp:
- 04/22/06 00:43:32 (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:
- 2d96bf2
- Parents:
- a4bfbf0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcapfile.c
rdd2eaee r114b8d6 288 288 struct pcapfile_pkt_hdr_t *pcapptr 289 289 = (struct pcapfile_pkt_hdr_t *)packet->header; 290 if (packet->type==pcap_dlt_to_rt( DLT_EN10MB))290 if (packet->type==pcap_dlt_to_rt(TRACE_DLT_EN10MB)) 291 291 /* Include the missing FCS */ 292 292 return swapl(packet->trace,pcapptr->wirelen)+4;
Note: See TracChangeset
for help on using the changeset viewer.