For some automation purpose I have below requirements for the Wireshark log file(.pcap). 1-Conversion of Wireshark logs(.pcap file ) to text file with detail of packets. 2-Conversion of Wireshark logs (.pcap file) to text file with some filter (eg: bssgp.pdu_type == 0x00) with detail of packets.
I know how to convert the wireshark files to text file through GUI, But I need the cli commands for the same to automate the procedure.
Thanks in advance