aboutsummaryrefslogtreecommitdiff
path: root/pcap_datalink_name_to_val.3pcap
Commit message (Collapse)AuthorAgeFilesLines
* man: Fixup some typos and letter case. [skip ci]Denis Ovsienko2020-08-221-1/+1
|
* Style cleanup.Guy Harris2019-11-231-2/+2
| | | | | | | | Use the BSD house style, in which, in foobar() returns 17 on success and 137 on failure. "foobar" is boldfaced but "()" isn't.
* Fix manpage reference formatting to be consistent.Daniel Miller2018-08-241-1/+1
| | | | | | | All manpage references such as pcap_create(3PCAP) will now be formatted with the identifier (e.g. "pcap_create") in **bold** and the section name (e.g. "(3PCAP)") in roman (default) face. This is how most manpages seem to be formatted and makes things more consistent.
* Spell PCAP_ERROR and PCAP_ERROR_BREAK in the man pages.Denis Ovsienko2018-07-251-2/+4
| | | | [skip ci]
* Update the timestamp in some man pages.Denis Ovsienko2018-07-111-1/+1
| | | | | | | | In the man pages that since the previous timestamp had meaningful (i.e. not typos or whitespace fixups) changes set the timestamp to the date of such last meaningful change. [skip ci]
* Clarify what the return values are for both success and failure.Guy Harris2016-10-121-1/+2
|
* update last modified date in man page(s)Denis Ovsienko2015-12-181-1/+1
|
* Correct return value documentation in manpages.Thomas Habets2014-12-051-1/+1
| | | | | | | Manpages: * pcap_datalink_name_to_val * pcap_set_tstamp_type * pcap_tstamp_type_name_to_val
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
| | | | | | This change removes CVS keywords that express that the file belongs to libpcap repository. All such keywords represented the revision and timestamp by the end of 2008 or even older.
* Consistently use "link-layer header type".Guy Harris2010-08-221-4/+4
| | | | | | Use "link-layer header type" as the term for DLT_ values; it doesn't necessarily correspond to the actual data link type of the device (802.11 devices, for example, can supply Ethernet headers).
* Document the new API's, move a bunch of information about libpcapguy2008-04-061-2/+4
| | | | | | 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.
* Include <pcap/pcap.h> in the SUMMARY sections - as long as we're goingguy2008-04-051-2/+2
| | | | | | | to 1.0, might as well go with the place where Red Hat stuck the header at one point and where the header "officially" resides. (We should put a "backwards compatibility" note into pcap.3pcap.)
* Split the pcap(3) man page into a bunch of individual man pages forguy2008-04-051-0/+46
functions plus an overall man page for libpcap, and put them all into section 3PCAP. That means you can actually do "man pcap_open_live" and get something meaningful, rather than having to do "man pcap" and then scroll through all the other stuff in the man page.