Wireshark-dev: Re: [Wireshark-dev] wireshark decode as..??
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 22 Mar 2010 13:08:14 -0700
On Mar 22, 2010, at 1:04 PM, Brian Oleksa wrote:

> When I right click on a packet and select decode as....under the 
> transport tab... there is like 14 of my protocols in the selection box. 
> (so I see the word HELEN 14 times in a row)
> 
> Does anybody know why this is..??

You're only calling dissector_add() or dissector_add_handle() once, right?  You're not calling it, for example, every time a preference is set?