ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10030] Buildbot crash output: fuzz-2014-04-23-25489.pcap

Date: Wed, 23 Apr 2014 13:48:53 +0000

Comment # 5 on bug 10030 from
(In reply to comment #4)
> (In reply to comment #3)
> 
> > I have the same issue with my Ubuntu box :
> > Duplicate field
> > detected in call to proto_register_field_array:
> > giop-parlay.csapi.terminateAccess.digitalSignature is already registered
> > Duplicate field detected in call to proto_register_field_array:
> > giop-tango.Device.get_attribute_config.names is already registered
> 
> > with and
> > without loading a file capture
> 
> Even after a complete rebuild on my Windows box, it doesn't seem to
> complain, but I can see the duplicate field in the dissector files
> themselves.  Investigating a fix...

I just had a similar problem on a proprietarry dissector, on windows
            fprintf(stderr,
                "Duplicate field detected in call to
proto_register_field_array: %s is already registered\n",

does not work, if memory serves because the console isn't opened until after
this event :-(
If you run the debugger and set a break point you will catch it.


You are receiving this mail because:
  • You are watching all bug changes.