diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-08-22 15:08:20 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-08-22 15:08:20 -0700 |
commit | b9546dd6dee257d0a215585205b908e5dbc0e05c (patch) | |
tree | 1bfd0c69fb1c21f9532020134dccc9754531f3ba /pcap_set_datalink.3pcap | |
parent | 57935bef89bfd8638d58e5167abbbcb6317fb018 (diff) |
Add some additional SEE ALSO references.
In the pcap_list_datalinks() man page, refer to the
pcap_datalink_val_to_name() man page, as the routines described there
can be used to print out names and descriptive text for the values
returned by pcap_list_datalinks().
In the pcap_set_datalink() man page, refer to the
pcap_datalink_name_to_val() man page, as pcap_datalink_name_to_val() can
be used to convert a name for a link-layer header type into a value to
be handed to pcap_set_datalink().
Update the change date on some man pages while we're at it.
Diffstat (limited to 'pcap_set_datalink.3pcap')
-rw-r--r-- | pcap_set_datalink.3pcap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcap_set_datalink.3pcap b/pcap_set_datalink.3pcap index bad39e4c..b3b54eee 100644 --- a/pcap_set_datalink.3pcap +++ b/pcap_set_datalink.3pcap @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_SET_DATALINK 3PCAP "5 April 2008" +.TH PCAP_SET_DATALINK 3PCAP "22 August 2010" .SH NAME pcap_set_datalink \- set the link-layer header type to be used by a capture device @@ -49,4 +49,5 @@ may be called with .I p as an argument to fetch or display the error text. .SH SEE ALSO -pcap(3PCAP), pcap_geterr(3PCAP) +pcap(3PCAP), pcap_geterr(3PCAP), +pcap_datalink_name_to_val(3PCAP) |