| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Address references to pcap-timestamp, pcap-savefile and pcap-filter.
|
|
|
|
|
|
|
|
|
| |
For clarity, as before, the last modified date stands for changes more
substantial than trivial editorial and formatting fixups. That, for
example, would be at least a change of the described behaviour, return
value, semantics or backward compatibility.
[skip ci]
|
|
|
|
|
|
|
|
| |
Use the BSD house style, in which, in
foobar() returns 17 on success and 137 on failure.
"foobar" is boldfaced but "()" isn't.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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".
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Most manpages markup NULL and PCAP_ macros with .B, fix a few remaining
files for consistency.
|
|
|