| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/85629
Submitted by: Andrej Zverev <az at inec.ru>
|
| |
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Fix handling of extra length annotations. If the IP length is
available, use that (not extra length), except for packets that
represent flows.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
o Add support for PPP-encapsulated DAG dumps, via the --dag-ppp
option, and for PPP-encapsulated tcpdump files.
|
|
|
|
|
|
| |
o Add support for IEEE 802.11/Prism2 encapsulated dumps.
o Use C for CWR in tcp_flags dumps.
o Bump IPSummaryDump file format version number to 1.2
|
|
|
|
| |
o Fix ERF/DAG timestamps.
|
|
|
|
| |
o Support new-style ERF/DAG dumps.
|
|
|
|
|
|
|
| |
o Support HDLC link layers
o Print information from partially-captured headers
o --bad-packets now prints !bad lines IN ADDITION TO normal
output, not instead of normal output
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
self-describing ASCII format easily readable by humans and
programs. Ipsumdump can read packets from network interfaces,
from tcpdump files, and from existing ipsumdump files. It will
transparently uncompress tcpdump or ipsumdump files when
necessary. It can randomly sample traffic, filter traffic based
on its contents, anonymize IP addresses, and sort packets from
multiple dumps by timestamp. Also, it can optionally create a
tcpdump file containing actual packet data.
|