Hello, I want to convert a .pcap file to k12 file and then do the reverse (i.e. k12 -> pcap), and to do so from the command line. I was able to do so when I was using version 1.0.5, but I can't do it in the newer versions. Thanks. This question is marked "community wiki". asked 07 Mar '11, 07:21 liron |
One Answer:
I think the following might work:
answered 10 Mar '11, 08:54 Bill Meier ♦♦ edited 10 Mar '11, 09:00 [After trying the above: The date on each packet is incorrect (maybe because .k12 format doesn't have a date ?) after the .pcap --> .k12 --> .pcap but all the rest of the info is OK]. (10 Mar '11, 09:26) Bill Meier ♦♦ Thanks a lot! I have an application that simulate traffic using a single pcap file, now instead of recording and generating the needed pcap each time, I use a few previously recorded pcaps as building blocks. In order to build 1 pcap from those building blocks, I'm converting the pcaps into into k12 files, edit (e.g. choosing the needed packets, changing the headers etc.) them as needed and then convert them back into a single pcap file. Thanks again! (14 Mar '11, 02:07) liron |
anyone? please.
Just for my curiosity:
How does converting .pcap to .k12 & back help you ?