I am working on database with CSV extension. i need to import this database to wireshark. how can i do it? |
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. |