diff options
Diffstat (limited to 'pcap_set_protocol_linux.3pcap')
-rw-r--r-- | pcap_set_protocol_linux.3pcap | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pcap_set_protocol_linux.3pcap b/pcap_set_protocol_linux.3pcap index 40eb8d2e..1cbe4288 100644 --- a/pcap_set_protocol_linux.3pcap +++ b/pcap_set_protocol_linux.3pcap @@ -48,7 +48,7 @@ other than a network interface, it will have no effect. .LP It should not be used in portable code; instead, a filter should be specified with -.BR pcap_setfilter() . +.BR pcap_setfilter(3PCAP) . .LP If a given network interface provides a standard link-layer header, with a standard packet type, but provides some packet types with a different @@ -63,5 +63,4 @@ returns 0 on success or .B PCAP_ERROR_ACTIVATED if called on a capture handle that has been activated. .SH SEE ALSO -pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP), socket(2), -pcap_setfilter(3PCAP) +pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP) |