https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5801
Joakim Wiberg <jow@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6114|review_for_checkin? |
Flag| |
Attachment #6114|0 |1
is obsolete| |
Attachment #6195| |review_for_checkin?
Flag| |
--- Comment #6 from Joakim Wiberg <jow@xxxxxx> 2011-04-21 02:30:05 PDT ---
Created an attachment (id=6195)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6195)
Removed most proto_tree_add_text and uses correct endian defines
The attached patch replaces most of the proto_tree_add_text() with
proto_tree_add_item(). That resulted in several new display filters.
It also uses the correct defines (ENC_NA, ENC_BIG_ENDIAN and ENC_LITTLE_ENDIAN)
instead of TRUE/FALSE in all proto_tree_add_item() calls.
Also it prints all out all connected transport data, since this is used by
"IENetP Test Tool" as a part of the XML export.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.