https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4746
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-05-05 19:40:42 PDT ---
Well, most of the examples given are dissectors built from the ASN.1
definition. That is, the "real" source lives in, for example, "asn1/gsm_map/"
and the tool asn2wrs.py generates the dissector.
If you can find a way to clean them up (probably without modifying the ASN.1
source since that often comes directly from the protocol specification), that
certainly would be a good thing.
(Some others like the GIOP plugin are generated from the IDL via idl2wrs.)
So: basically, you have to check the top of each source file. If it says it's
generated by some tool, chances are cleaning up the warning is /much/ harder
than it looks.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.