seprate packet lines 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