Hello, I need to dissect a MAC address, but the format FT_ETHER gives me a hard time. I looked into packet_eth.c and used this code:
When dissecting the packet, wireshark gives me this error:
Why is that? I declared it as FT_ETHER… Wireshark 1.6.4, dissector as a plugin. asked 05 Jan ‘12, 01:19 nniico |
One Answer:
My mistake : I was compiling a plug-in with sources from 1.7 and using it with a downloaded stable 1.6.4. Works like a charm on a compiled 1.7. answered 05 Jan '12, 07:12 nniico |