aboutsummaryrefslogtreecommitdiff
path: root/pcap_dump.3pcap
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-23 18:03:48 -0700
committerHaibo Huang <haibohuang2010@gmail.com>2020-04-24 20:59:17 +0000
commit4ccd683fae8e4b569dc039846de0fc5d8cc70c94 (patch)
tree7f07c9236e9a996d534941c26c3e7f1a0064d258 /pcap_dump.3pcap
parentcfbd48b369a8ac731f57a29bc73a0baa080e9344 (diff)
downloadlibpcap-4ccd683fae8e4b569dc039846de0fc5d8cc70c94.tar.gz
Upgrade to libpcap 1.9.1
Change-Id: I26905770a2acc947419f09111e8b595cefe9087c
Diffstat (limited to 'pcap_dump.3pcap')
-rw-r--r--pcap_dump.3pcap9
1 files changed, 4 insertions, 5 deletions
diff --git a/pcap_dump.3pcap b/pcap_dump.3pcap
index 6402b4b4..7f201b7c 100644
--- a/pcap_dump.3pcap
+++ b/pcap_dump.3pcap
@@ -35,11 +35,11 @@ u_char *sp);
.SH DESCRIPTION
.B pcap_dump()
outputs a packet to the ``savefile'' opened with
-.BR pcap_dump_open() .
+.BR pcap_dump_open(3PCAP) .
Note that its calling arguments are suitable for use with
-.B pcap_dispatch()
+.B pcap_dispatch(3PCAP)
or
-.BR pcap_loop() .
+.BR pcap_loop(3PCAP) .
If called directly, the
.I user
parameter is of type
@@ -47,5 +47,4 @@ parameter is of type
as returned by
.BR pcap_dump_open() .
.SH SEE ALSO
-pcap(3PCAP), pcap_dump_open(3PCAP), pcap_dispatch(3PCAP),
-pcap_loop(3PCAP)
+pcap(3PCAP)