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

Wireshark-dev: Re: [Wireshark-dev] JGroups dissector plugin and Wireshark 1.3.3

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Sun, 31 Jan 2010 20:38:00 +0100
Hi,
>From : Re: [Wireshark-dev] Not able to launch the Wireshark in windows Xp
>> *********
>> Unhandled exception ("proto.c:4237: failed assertion "hfinfo->display 
>> == BASE_N NE"", group=1, code=4)

	...

>> These errors doesn't appear when I simply compile Wireshark without 
>> any modification.
>
>The problem is with your modification.
> 
>> Please help me how to resolve this.
>
>Fix your change to packet-wimaxasncp.c so that it does not declare a field
>of a non-numeric type with a BASE_ value other than BASE_NONE - BASE_HEX,
>BASE_DEC, etc. are *only* supposed to be used for fields of type
>FT_INT{8,16,24,32,64} or FT_UINT{8,16,24,32,64}.
>
>We didn't check for that back in November 2009; now we do.


-----Ursprungligt meddelande-----
Från: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För Martin Warnes
Skickat: den 31 januari 2010 20:21
Till: wireshark-dev@xxxxxxxxxxxxx
Ämne: [Wireshark-dev] JGroups dissector plugin and Wireshark 1.3.3

Hi

I've been compiling the JGroups plugin
(http://javagroups.cvs.sourceforge.net/viewvc/javagroups/wireshark-plugin/)
into the unstable branch for a while; up till 1.3.0 I hadn't run into
any problems and everything worked great. But I ran into a issue after I
tried to build against 1.3.3, I did a "svn update" to bring everything
up to date and rebuilt Wireshark, there were no problems and Wireshark
built without errors but when I tried to start it up it failed.
Eventually I removed the JGroups plugin from the Plugin directory and
Wireshark was able to start. To rule out a build environment issue I
checked out a fresh version of the source, copied the JGroups source
folder and updated the build files (.nmake, etc), this time when I
recompiled I got the  following error which I'm guessing is the root
cause of the problem:

...

C:\wireshark-win32-libs\libsmi-0.4.8\mibs\WWW-MIB
304 File(s) copied
        wireshark-gtk2\tshark.exe -G | perl doc\dfilter2pod.pl
doc\wireshark-filter.pod.template > doc\wireshark-filter.pod
NOTE: you should run 'diskperf -y' to enable the disk statistics

Unhandled exception ("proto.c:4238: failed assertion "hfinfo->display ==
BASE_NONE"", group=1, code=4)

This application has requested the Runtime to terminate it in an unusual
way. Please contact the application's support team for more information.

 I'm guessing something may have changed that needs to be rolled into
the JGroups code but I just can't figure it out, if anyone is able to
enlighten me on what the cause of this assertion or changes since 1.3.0
that may possibly have caused this issue then I'd be really greatful.

Thanks .. Martin
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe