diff options
author | guy <guy> | 2008-04-06 02:53:21 +0000 |
---|---|---|
committer | guy <guy> | 2008-04-06 02:53:21 +0000 |
commit | f84d077e075d7e976be9d2334bf0f68e83cb95a5 (patch) | |
tree | e797f3fa543b282be3ce1b7c598c4df1905cecc4 /pcap_datalink_name_to_val.3pcap | |
parent | 37340171346a8f9cf4cbec922b27683f282a9e26 (diff) |
Document the new API's, move a bunch of information about libpcap
concepts to the pcap(3PCAP) man page, refer people to the pcap(3PCAP)
man page from the man pages for libpcap functions, and clean up some
errors.
Diffstat (limited to 'pcap_datalink_name_to_val.3pcap')
-rw-r--r-- | pcap_datalink_name_to_val.3pcap | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pcap_datalink_name_to_val.3pcap b/pcap_datalink_name_to_val.3pcap index 868456e2..93daafdf 100644 --- a/pcap_datalink_name_to_val.3pcap +++ b/pcap_datalink_name_to_val.3pcap @@ -1,4 +1,4 @@ -.\" @(#) $Header: /tcpdump/master/libpcap/pcap_datalink_name_to_val.3pcap,v 1.2 2008-04-05 20:26:56 guy Exp $ +.\" @(#) $Header: /tcpdump/master/libpcap/pcap_datalink_name_to_val.3pcap,v 1.3 2008-04-06 02:53:21 guy Exp $ .\" .\" Copyright (c) 1994, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DATALINK_NAME_TO_VAL 3PCAP "4 April 2008" +.TH PCAP_DATALINK_NAME_TO_VAL 3PCAP "5 April 2008" .SH NAME pcap_datalink_name_to_val \- get the link-layer header type value corresponding to a header type name @@ -44,3 +44,5 @@ is case-insensitive. .SH RETURN VALUE .B pcap_datalink_name_to_val() returns 0 on success and \-1 on failure. +.SH SEE ALSO +pcap(3PCAP) |