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] [Wireshark-commits] rev 23428: /trunk/ /trunk/epan/dissector

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Mon, 12 Nov 2007 20:59:34 -0700
On Sun, Nov 11, 2007 at 01:23:26PM +0000, etxrab@xxxxxxxxxxxxx wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23428
> 
> User: etxrab
> Date: 2007/11/11 01:23 PM
> 
> Log:
>  From Valery Sigalov:
>  New dissector for TPNCP protocol.
>  http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1853

This check-in created two messages on the console when I start Wireshark
in Unix:

20:57:13          Warn filepath /usr/local/src/wireshark/tpncp/tpncp.dat
Duplicate field detected in call to proto_register_field_array:
channel_id is already registered

The Warn is from a simple g_warning() call, but I don't know how to
dissector works in relation to the .dat file to know why channel_id is
registered twice.  I do see it once in the
epan/dissectors/packet-tpncp.c and "channel_id" listed in the .dat file
- maybe that's it.

Could someone take a look at this?


Thanks,
  Steve