does the foo protocol registers a protocol table (foo.port) in its
registration function?

(see packet.h:258)


On 1/28/07, Vladimir Zherdenovsky <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
> I want to write a dissector to a "foo" protocol inside UDP that includes
> another "goo" protocol inside. How can I register the low level (goo)
> dissector?
>
>
>
> Example proto_reg_handoff_foo:
>
> dissector_add("udp.port", foo_udp_port, foo_handle);
>
>
>
> Example proto_reg_handoff_goo:
>
>
>
> the second dissector should work when foo.port = 200.
>
>
>
> dissector_add("foo.port", 200, goo_handle);
>
> But low level dissector doesn't work.
>
> Thanks,
>
> Vladimir
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
>


-- 
This information is top security. When you have read it, destroy yourself.
-- Marshall McLuhan
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to