[email protected]
changed
bug 8562
What |
Removed |
Added |
Attachment #10549 is obsolete |
|
1
|
Attachment #10549 Flags |
review_for_checkin?
|
|
Comment # 12
on bug 8562
from [email protected]
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.