I have thousands of pcap file 100M each which contains the data i need transferred from my device by UDP protocol. I can use 'follow udp stream command' in the wireshark desktop manually and save it into a raw file one by one, and later further coding with python, but that would be very time consuming. Is there any way i can using batching/script to save all the pcap files into raw data files automatically? Much appreciated! asked 10 Jul '17, 19:32 tree0520 |
One Answer:
Yes, create a script that feeds the capture files to answered 10 Jul '17, 22:26 Jaap ♦ |