Wireshark-bugs: [Wireshark-bugs] [Bug 3513] Lua dissector field registration broken

Date: Sat, 6 Jun 2009 02:53:32 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3513





--- Comment #3 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2009-06-06 02:53:32 PDT ---
Your problem with duplicate fields:

Have a look in epan/proto.c, proto_register_field_init(), where we state that:
"We allow multiple hfinfo's to be registered under the same abbreviation".

We also have a problem with fields having the same abbrev and different types. 
Have a look in bug 2402, comment #1, where I describe this.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.