- Timestamp:
- 08/21/06 23:16:20 (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:
- 5d233a5
- Parents:
- dcbc330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
rcde66c3 r37168af 377 377 378 378 static libtrace_linktype_t pcap_get_link_type(const libtrace_packet_t *packet) { 379 struct pcap_pkthdr *pcapptr = 0;380 int linktype = 0;381 pcapptr = (struct pcap_pkthdr *)packet->header;382 383 379 /* pcap doesn't store dlt in the framing header so we need 384 380 * rt to do it for us
Note: See TracChangeset
for help on using the changeset viewer.