I am interested in particular information in the .pcap
(Frame control
field). I want to extract it to a text file and then do graph plotting using the extracted data. I can do export to text file using wireshark
but I am looking for automating the process.
As of now I know that Tshark
can be used to convert .pcap
to text files but then it outputs the whole packet. Instead I am interested in only one particular information.
Is there some nice way to do this.