Ticket #437 (reopened enhancement)
pcap file format debug tool
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | high | Milestone: | 3.4.5 |
| Component: | tcpreplay | Version: | 3.4.4 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description (last modified by aturner) (diff)
Would be really nice to create a tool which takes pcap files and generates text decodes of the file. Mostly useful for the pcap file/packet header, not so much the actual packet decodes
Should have an option to only display packets which are not "OK".
Change History
comment:8 Changed 18 months ago by aturner
- Status changed from assigned to closed
- Resolution set to fixed
I'm not going to merge back the changes from trunk to 3.4 (man page, autoopts support, etc). closing ticket.
comment:9 Changed 14 months ago by aturner
- Status changed from closed to reopened
- Resolution fixed deleted
comment:10 Changed 14 months ago by aturner
comment:11 Changed 8 months ago by aturner
Note: See
TracTickets for help on using
tickets.

(In [2477]) add very simple tcpcapinfo which prints out the libpcap file and packet header info. refs #437