https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5581
Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexis.lagoutte@xxxxxxxxx
--- Comment #2 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2011-01-14 06:26:03 PST ---
Hi
(In packet-meta.c)
> localdevid = tvb_get_letohs(tvb, offs);
> proto_tree_add_uint(meta_tree, hf_meta_item_localdevid, tvb, offs, 2, localdevid);
Why not use directly proto_tree_add_item ? (the localdevid variable is not used
after..)
For Clemens Auer, there is no sample available for META Protocol (in Bugzilla
or Wiki http://wiki.wireshark.org/META ) for regression test
There is not possible to add a sample ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.