Wireshark-bugs: [Wireshark-bugs] [Bug 8562] New dissector for ISO 10747 Interdomain Routeing Pro
Date: Sat, 20 Apr 2013 11:52:08 +0000

changed bug 8562

What Removed Added
Attachment #10593 is obsolete   1
Attachment #10593 Flags review_for_checkin?  

Comment # 17 on bug 8562 from
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.