summaryrefslogtreecommitdiff
path: root/pcap_offline_filter.3pcap
Commit message (Collapse)AuthorAgeFilesLines
* man: Indent multiline prototypes consistently. [skip ci]Denis Ovsienko2023-03-111-2/+1
| | | | | | Use the same indentation everywhere as in pcap_open_offline(3PCAP), this results in slightly better plain text output and notably better HTML output.
* 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-2/+2
| | | | | | | 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.
* Refine references in some man pages, round 2.Denis Ovsienko2018-07-171-2/+2
| | | | [skip ci]
* update last modified date in man page(s)Denis Ovsienko2015-12-181-1/+1
|
* refresh last midification dates for some man pagesDenis Ovsienko2014-04-071-1/+1
| | | | | This change reflects only meaningful (i.e. not purely editorial) changes in the text.
* 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.
* Constify the filter argument to pcap_offline_filter().Guy Harris2012-11-251-1/+1
| | | | | | Make the filter argument to pcap_offline_filter() a "const struct bpf_program *", to clarify that it reads but does *not* modify the filter.
* Pick up pcap_offline_filter() from WinPcap.guy2008-05-131-0/+57
Add pcap_compile() to the SEE ALSO section for pcap_setfilter().