Bug ID |
11130
|
Summary |
Payload in 2 SCCP DT1 messages in the same frame isn't (sub)dissected
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 13566 [details]
SCCP messages whose payload is not dissected
Build Information:
Current git
--
Taken from https://code.wireshark.org/review/#/c/7841/
~~~
SCCP dissector has problem with option "Reassemble SCCP" was enabled and when
one frame has several different SCCP packets (in different SCTP chunks) and
these SCCP packets have the same local reference
~~~
And bug 3360 (which is actually unrelated):
~~~
One frame with two SCTP chunks of SCCP messages.
SCCP messages have the same local referece but these are different messages.
If option SCCP reassemble is selected then dissection is failed (failed to
reassemble)
~~~
(The attachment was originally on bug 3360.)
You are receiving this mail because:
- You are watching all bug changes.