support processing packet capture .pcap
, pcapng
files
#255
Labels
difficult
A difficult problem; a major coding effort or difficult algorithm to perfect
enhancement
New feature or request
file parser
P1
important
Support parsing packet capture
.pcap
and.pcapng
Support parsing packet capture files. There are Rust-based packet capture file parsers
Assuming
pcap_parser
works as well as I hope, a difficult part is deciding what to print from each packet. As a start, the most minimal information would be datetimestamp, frame source, frame destination. From there, the printing logic branches in many directions depending upon the packet content and the ability ofpcap_parser
to parse worthwhile data from it without panicking.The text was updated successfully, but these errors were encountered: