Re: [Wireshark-dev] Dissector Recognition

2010-05-20 Thread Scott
Ah! That's what I was looking for. It shows up now. Thanks Bill! Scott On Thu, May 20, 2010 at 1:21 PM, Bill Meier wrote: > Scott wrote: > > Devs, > > > > How does Wireshark know which dissector(s) to call while dissecting a > > packet? I've written a dissector for a protocol in development

Re: [Wireshark-dev] Dissector Recognition

2010-05-20 Thread Bill Meier
Scott wrote: > Devs, > > How does Wireshark know which dissector(s) to call while dissecting a > packet? I've written a dissector for a protocol in development which > consists of a shim inserted into every packet on the network. Our code > correctly updates checksums and sets IP's "Protocol" fi

[Wireshark-dev] Dissector Recognition

2010-05-20 Thread Scott
Devs, How does Wireshark know which dissector(s) to call while dissecting a packet? I've written a dissector for a protocol in development which consists of a shim inserted into every packet on the network. Our code correctly updates checksums and sets IP's "Protocol" field to an identifier for