summaryrefslogtreecommitdiff
path: root/pcap_open_offline.3pcap.in
Commit message (Collapse)AuthorAgeFilesLines
* Add some "what if it's an earlier release" information.Guy Harris2018-08-221-1/+2
| | | | | | Expand the BACKWARD COMPATIBILITY section to either say "sorry, you can't get that with earlier releases of libpcap" or "if you need this, here's what you'd have to do".
* More BACKWARD COMPATIBILITY sections.Guy Harris2018-08-221-0/+5
|
* 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]
* Use pcapng as the name of the file format.Guy Harris2018-01-081-1/+1
| | | | | | | | At one point, I remember a discussion resulting in the official name of the next-generation replacement for pcap format being changed to "pcapng", with no hyphen. Make libpcap reflect that.
* update last modified date in man page(s)Denis Ovsienko2015-12-181-1/+1
|
* 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.
* fix a typo in man pagesDenis Ovsienko2014-01-021-1/+1
|
* Update the last modification date of some pages.Guy Harris2013-07-011-1/+1
|
* Document the new open_offline_with_tstamp_precision routines.Guy Harris2013-07-011-4/+33
|
* Mention that we can read some pcap-ng files.Guy Harris2010-01-091-3/+7
|
* Add a man page describing the pcap file format.guy2008-10-231-0/+78
Refer to it from the pcap_open_offline() and pcap_dump_open() man pages (so they are now generated). Update .cvsignore.