Comment # 5
on bug 10030
from Anders Broman
(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.