https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3365
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2009-03-26 15:06:32 PDT ---
LWRES (and a bunch of other dissectors) were moved from being plugins to
regular (built in) dissectors a while ago.
Unless you did a "make clean" before upgrading, this would leave the old plugin
laying around which conflicts with the built-in dissector.
Easy way to fix it:
svn status plugins/
then "rm -rf" any directories that show up as "?" (meaning they've been removed
from SVN).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.