> I *think* (though I could easily be wrong), that the purpose of
> declaring a field of type FT_PROTOCOL is for cases where one
> protocol's dissector is about to invoke another protocol's dissector
> for encapsulated data, and wants to show that encapsulated data of the
> other protocol as a fiel
I am trying to extend the XIP dissector to include a sub-protocol that
should only come after an XIP header. I want it displayed at the top-level
in the "Packet Details" pane, so adding this protocol *inside* of the XIP
dissector code seems like a good choice. I think FT_PROTOCOL will allow me
to d
d
get you started.
Good luck!
Cody Doucette
On Thu, Jun 7, 2012 at 11:18 AM, Vinayaka DL wrote:
> Hi All,
>
>I'm novice developer in wireshark. If anybody having advanced
> development documents or any useful documents, please share with me.
>
> --
> T