Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

seprate packet liens in tshark

hi. i want to separate the line of each packet in tshark. for example

frame.number ip.src ip.dst

1 192.111.111.111 222.222.222.222


2 192.111.111.111 222.222.222.222


3 192.111.111.111 222.222.222.222


i use this command but not work.

tshark -r test.pcap -T fields -e frame.number -e ip.src -e ip.dst -S * -V >test.txt

seprate packet liens in tshark

hi. i want to separate the line of each packet in tshark. for example

frame.number ip.src ip.dst

1 192.111.111.111 222.222.222.222


++++++++++++++++++++++++++++++

2 192.111.111.111 222.222.222.222


++++++++++++++++++++++++++++++

3 192.111.111.111 222.222.222.222


++++++++++++++++++++++++++++++

i use this command but not work.

tshark -r test.pcap -T fields -e frame.number -e ip.src -e ip.dst -S * + -V >test.txt

click to hide/show revision 3
None

seprate packet liens in tshark

hi. i want to separate the line of each packet in tshark. for example

frame.number ip.src ip.dst

1 192.111.111.111 222.222.222.222

++++++++++++++++++++++++++++++

2 192.111.111.111 222.222.222.222

++++++++++++++++++++++++++++++

3 192.111.111.111 222.222.222.222

++++++++++++++++++++++++++++++

i use this command but not work.

tshark -r test.pcap -T fields -e frame.number -e ip.src -e ip.dst -S + -V >test.txt