how to decode/decrypt udp packet data
it's in the subject name ^
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-01-02 15:23:28 +0000
Seen: 13,459 times
Last updated: Jan 02 '21
Why would I be getting "LEN 1 (Malformed Packet)"... "(Malformed Packet: RTCP)" on UDP Packets
Problems decoding BLE capture from another Wireshark program
Monitoring UDP data on wireshark shows ARP packet
How do I use the fragment_add_seq_check function in UDP packet reassembly?
Is it possible to use reassembly on non-split packets?
How do I dissect packets if the dissection depends on information from earlier packets?