mirror of https://github.com/OISF/suricata
pcap: fix linktype raw issues
On OpenBSD 6.0 and 6.1 the following pcap gets a datalink type of 101 instead of our defined DLT_RAW. File type: Wireshark/tcpdump/... - pcap File encapsulation: Raw IP File timestamp precision: microseconds (6) Packet size limit: file hdr: 262144 bytes Number of packets: 23 File size: 11 kB Data size: 11 kB Capture duration: 7,424945 seconds First packet time: 2017-05-25 21:59:31,957953 Last packet time: 2017-05-25 21:59:39,382898 Data byte rate: 1536 bytes/s Data bit rate: 12 kbps Average packet size: 496,00 bytes Average packet rate: 3 packets/s SHA1: 120cff9878b93ac74b68fb9216027bef3b3c018f RIPEMD160: 35fa287bf30d8be8b8654abfe26e8d3883262e8e MD5: 13fe4bc50fe09bdd38f07739bd1ff0f0 Strict time order: True Number of interfaces in file: 1 Interface #0 info: Encapsulation = Raw IP (7/101 - rawip) Capture length = 262144 Time precision = microseconds (6) Time ticks per second = 1000000 Number of stat entries = 0 Number of packets = 23 On Linux it is 12. On the tcpdump/libpcap site the DLT_RAW is defined as 101: http://www.tcpdump.org/linktypes.html Strangely, on OpenBSD the DLT_RAW macro is defined as 14 as expected. So for some reason, libpcap on OpenBSD uses 101 which seems to match the tcpdump/libpcap documentation. So this patch adds support for datalink 101 as RAW.pull/2825/head
parent
24fe3c99f1
commit
9d3a99bf0b
Loading…
Reference in New Issue