- Timestamp:
- 08/21/06 23:14:22 (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:
- 37168af
- Parents:
- d923b5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/linktypes.c
r1c1e4a2 rdcbc330 155 155 ((struct pcap_pkthdr*) packet->header)->caplen+= 156 156 sizeof(libtrace_sll_header_t); 157 ((struct pcap_pkthdr*) packet->header)->len+= 158 sizeof(libtrace_sll_header_t); 157 159 return; 158 160 } … … 179 181 return false; 180 182 } 183 /* Skip the Linux SLL header */ 181 184 packet->payload=(void*)((char*)packet->payload 182 185 +sizeof(libtrace_sll_header_t));
Note: See TracChangeset
for help on using the changeset viewer.