You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing work with ICMP Extension Headers started with #4281 issue, ICMPv6 is not using length field which causes malfunction in Wireshark packet tree.
Brief description
Continuing work with ICMP Extension Headers started with #4281 issue, ICMPv6 is not using
length
field which causes malfunction in Wireshark packet tree.According to RFC 4884:
Scapy version
2.5.0.dev317
Python version
3.10.12
Operating system
Linux 5.15.133.1
Additional environment information
No response
How to reproduce
bytes
and again intoEther
.length
field.Actual result
ICMPv6TimeExceeded.length
field is not set when extension header is used.Expected result
ICMPv6TimeExceeded.length
is properly set (as16
in this case).Take a look to this packet catched in the wild.
Related resources
The text was updated successfully, but these errors were encountered: