Hello again, I attempted to run my plug-in with the pre-release version of Wireshark, but it doesn't like me at all! It comes up with the error "Couldn't load module C:\Program Files\Wireshark\plugins\0.99.2pre1\xxx.dll: The specified module could not be found."
Am I to assume then that I would have to uninstall Ethereal, and then build Wireshark from scratch, and recompile my plug-in, to get it to work with Wireshark? Shouldn't the binaries of Ethereal and Wireshark be compatible? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy Harris Sent: Monday, July 17, 2006 2:53 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] cannot get a handle on HTTP dissector Steve Grinwis wrote: > There does not appear to be any find_dissector("http") calls anywhere in > the dissector code that I have. Looking at the packet-http.c code, it > appears as though it doesn't ever register http? > Ie: > register_dissector("http", dissect_http, proto_http); The current SVN version of packet-http.c does make a register_dissector call. It might be that it was added after whatever version of Wireshark/Ethereal code you're using. _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev --------------------------------------------------------------------- This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful. _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
