https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2672
Anders Broman <anders.broman@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anders.broman@xxxxxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2008-07-30 08:53:12 PDT ---
Committed revision 25876.
Found a problem:
On Windows value_strings can't be exported to blugins, the problem is
in infiniband.h I commented out the code for now.
{&hf_infiniband_etype,
{"Ethertype", "infiniband.rwh.etype", FT_UINT16, BASE_HEX, NULL
/*VALS(etype_vals)*/, 0x0, "Type", HFILL }
},
I see a couple of options:
- copy the valuestring to infinipand.h
- make built in dissector.
...
Regards
Anders
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.