[email protected]
changed
bug 8562
What |
Removed |
Added |
Attachment #10593 is obsolete |
|
1
|
Attachment #10593 Flags |
review_for_checkin?
|
|
Comment # 17
on bug 8562
from [email protected]
Created attachment 10628 [details]
ISO 10747 dissector + changes to clnp dissector
Changes:
- ISO 10747 is called from CLNP dissector instead of been invoked by
dissect_idrp_heur()
- use of new_register_dissector() and with length return value
- use of proto_tree_add_item() instead of proto_tree_add_text()
- use of ENC_BIG_ENDIAN where applicable
- removal of subtree structures because length is unknown in advance
( highlight subtree bytes not feasible)
- fixed some bugs decoding RD_PATH attributes
NoTouch:
- local variable initialisers (is this a problem?)
You are receiving this mail because:
- You are watching all bug changes.