how to decode/decrypt udp packet data
it's in the subject name ^
This all starts by knowing the protocol used to encode the UDP packet data. If the protocol is known to Wireshark you can use the 'Decode as' feature to direct the data towards it. If not known to Wireshark this could be added by programming a dissector for it.
to read this stuff: https://www.wireshark.org/docs/wsdg_h... anything you need to begin you will find there. In your wireshark folder there is also a tool which generates a skeleton code for you if you want to develop the dissector in c
Asked: 2021-01-02 15:23:28 +0000
Seen: 14,274 times
Last updated: Jan 02 '21