https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6082
Holger Pfrommer <hpfrommer@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID
--- Comment #11 from Holger Pfrommer <hpfrommer@xxxxxxxxxxxx> 2011-11-14 04:00:31 PST ---
There is a problem in the length-decoding.
Before I submit a patch I would like to ask you if there is a specific reeason
for decoding the port (hf_netanalyzer_port) and length (hf_netanalyer_length)
as bit-field using proto_tree_add_item. In my original version I uses
proto_tree_add_unit in order to avoid displaying the bit-fields. For this case
the bit-field display does not make much sense for the user. I would appreciate
to use my original implementation for that, is that ok?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.