Michael Mann
changed
bug 11863
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Summary |
Improve CIP segment dissection
|
CIP segment dissection causes PDML assertion/failure
|
Ever confirmed |
|
1
|
Severity |
Enhancement
|
Normal
|
Comment # 1
on bug 11863
from Michael Mann
The attached capture causes an assert in get_field_data (print.c) when being
exported as PDML data. The offending field is hf_cip_ekey_format, and the
assertion is caused by "not having a data source".
https://code.wireshark.org/review/12468 fixes the issue in the dissector, but
I'm not sure why. The tvb that hf_cip_ekey_format is attached to (prior to the
change) seems perfectly valid. Is this exposing a bigger issue or is just the
dissector bad (and the patch is a good/complete fix)?
You are receiving this mail because:
- You are watching all bug changes.