I am working on database with CSV extension. i need to import this database to wireshark. how can i do it? asked 04 Nov '14, 21:07 zohre |
One Answer:
Write a program that takes an csv file as input and writes out a pcap(ng) file.That would only work if the csv coded input contains every single bit of the packet to be created or if it could be deduced from the input. answered 04 Nov '14, 21:25 Anders ♦ |