Skip to content

Commit 6bd40df

Browse files
committed
INSTALL.md: Add information about bpf_dump.c
OpenBSD libpcap does not implement bpf_dump(). That's why we need to keep the code and the checks in CMakeLists.txt and configure.ac even if the official libpcap implement bpf_dump() since version 0.6. See the test in PR #1094.
1 parent 5b8e104 commit 6bd40df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ atime.awk - TCP ack awk script
8282
atm.h - ATM traffic type definitions
8383
autogen.sh - build configure and config.h.in (run this first)
8484
bpf_dump.c - BPF program printing routines, in case libpcap doesn't
85-
have them
85+
have them. A known example is OpenBSD libpcap.
8686
chdlc.h - Cisco HDLC definitions
8787
cpack.c - functions to extract packed data
8888
cpack.h - declarations of functions to extract packed data

0 commit comments

Comments
 (0)