How to define the encoding that was applied to obtain the payload (in wireshark)? How to determine the size of the data before encoding?
When you opens the capture packet and extend the IPV4 option using Wireshark,you will see the total packet length and that's your maximum packet size.
Unless defined, the header is always 20 bytes, so subtract it from the total length and now you have your packet size without the header data.
Below are the size of data before encoding
Get Answers For Free
Most questions answered within 1 hours.