Wireshark-bugs: [Wireshark-bugs] [Bug 8562] New dissector for ISO 10747 Interdomain Routeing Pro

Date: Sat, 06 Apr 2013 14:02:37 +0000

changed bug 8562

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

Comment # 12 on bug 8562 from
Created attachment 10556 [details]
Updated version ISO 10747 IDRP dissector

Changes:
- added modelines + changed formatting (still looks strange)
- typo: routeing -> routing
- replaced  proto_tree_add_uint/proto_tree_add_uint_format with
proto_tree_add_item
- use of filterable items whenever possible 
- removed if (tree) checks

Did not change:
- update epan/dissectors/Makefile.common and epan/CMakeLists.txt due to other
dissectors in local development
- Path attributes still decoded as text, for dissect_attributes() is reused
3-fold for OPEN, UPDATE and RIB-REFRESH. 

Decoding all attributes means to abandon the reuse of dissect_attributes() and
to create individual functions dissect_attributes_open(),
dissect_attributes_update() and dissect_attributes_rib_refresh() with virtually
the program code.


You are receiving this mail because:
  • You are watching all bug changes.