A question about Ethereal
| Newsgroups | gmane.network.ethereal.user |
|---|---|
| Message-ID | <OF0479E016.DC305FC8-ONC2257192.002C83BE-C2257192.002F1572@ecitele.com> |
Hi, My name is Gadi Nakar. I have a question about Ethereal. I'm using hooks (for debugging) in my send and recieve functions, that collects the packets and save them into a file in our filesystem. so the file consist of memory dump of the packets for example: Buffer Pointer:0x83b5c4d0 with len:66 on protocol_type:Ethernet 00 20 8f 03 00 1b 00 16 fa 00 22 38 81 00 ef fe ec c0 00 02 00 00 00 00 00 00 01 80 00 00 00 00 00 00 00 0f 08 06 00 00 05 00 00 20 8f 03 00 1b 00 00 00 00 80 00 00 20 8f 03 00 1b 00 01 00 00 14 00 00 00 End Buffer Buffer Pointer:0x83b5cbec with len:66 on protocol_type:Ethernet 00 16 fa 00 22 38 00 20 8f 03 00 1b 81 00 ef fe ec c0 01 80 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 10 08 06 00 00 05 00 00 20 8f 03 00 1b 00 00 00 00 80 00 00 20 8f 03 00 1b 00 01 00 00 14 00 00 00 End Buffer Buffer Pointer:0x83b5cbec with len:66 on protocol_type:Ethernet 00 20 8f 03 00 1b 00 16 fa 00 22 38 81 00 ef fe ec c0 00 02 00 00 00 00 00 00 01 80 00 00 00 00 00 00 00 10 08 06 00 00 05 00 00 20 8f 03 00 1b 00 00 00 00 80 00 00 20 8f 03 00 1b 00 01 00 00 14 00 00 00 End Buffer My question is can I convert this file to Ethereal format? Is there any utility that convert dump of packets to the Ethereal format (that I can use Ethereal to see this traffic) Thanks in advance, Gadi