TcpdumpParser parses TCP packets from tcpdump files. It expects the output to be formatted a certain way. See the t/samples/tcpdumpxxx.txt files for examples. Here’s a sample command on Ubuntu to produce the right formatted output: tcpdump -i lo port 3306 -s 1500 -x -n -q -tttt
TcpdumpParser | TcpdumpParser parses TCP packets from tcpdump files. |
Functions | |
new | |
parse_event | |
_parse_packet | |
port_number | |
_d |
sub new
sub parse_event
sub _parse_packet
sub port_number
sub _d