I'm looking for similar feature than what is Wireshark - Import from text file. But instead from text file I would like to send packets to IP/UDP port which wireshark then listens. Then the packet payload contains the information to be decoded by Wireshark. This looks quite easy to implement functionality (for the great masters.., not for me) . Just specify port to listen and Encapsulation type. Is this possible to implement example with Lua? asked 11 Mar '13, 02:46 Trian Geo |
One Answer:
Such a feature is not implemented and if you like to see it in Wireshark, I suggest to file an enhancement bug at bugs.wireshark.org. There are other ways to achieve a similar result.
With the embedded Lua in Wireshark: No Regards answered 11 Mar '13, 23:57 Kurt Knochner ♦ |