Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Display filter field names in the csv file

Hello,

I use this command to filter some field from my pcap file and store them in a csv file:

tshark -r capturebase.pcap -T fields -e ip.src -e ip.dst -e frame.number -e modbus.func_code -e modbus.byte_cnt

I want to know how can add filter field names in the csv file please