Bug ID |
12310
|
Summary |
6LoWPAN reassembly incorrect if extension header padding was elided
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 14458 [details]
Example
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Patch submitted at https://code.wireshark.org/review/#/c/14701/
The example capture here decodes with the two IPv6 headers having payload
length 354 and 306, along with "exceeds framing length" warnings. With patch
14701, the correct lengths of 352 and 304 are produced.
You are receiving this mail because:
- You are watching all bug changes.