I have a file with extension .hc2.I want to convert this file into pcap format.I have changed the extension by using command window but after opening this file with wireshark it shows error "isnt a capture file understand by wirehsark " . :-( Can Anyone help me to solve this problem. Thanks. sachet asked 05 Feb '11, 21:51 SACHET edited 05 Feb '11, 21:53 |
One Answer:
Which program created the file? As wireshark does not recognize the file you might want to check whether that program is able to save the file in libpcap format or you need an external program to convert this filetype to a libpcap based file. answered 06 Feb '11, 01:12 SYN-bit ♦♦ |
...or find documentation for the .hc2 file format, so that code could perhaps be written for Wireshark to read those files.