Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3365] aborts on startup if given pcap file to load

Date: Thu, 26 Mar 2009 15:06:33 -0700 (PDT)
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.