As you set a conversation dissector by supplying a dissector handle
authorGuy Harris <guy@alum.mit.edu>
Mon, 3 Dec 2001 02:10:31 +0000 (02:10 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 3 Dec 2001 02:10:31 +0000 (02:10 -0000)
commit852e3fffe59feb20f92a5bd48cc931192f5eae5d
treea35fa071eda554214fcf891bcdd085b87014d457
parent44a02e37c6b25d8c5bc3ec147f91a6f5b7fb910e
As you set a conversation dissector by supplying a dissector handle
rather than a function pointer, "dissect_wtp_fromudp()" no longer needs
to be global; make it static, register it by name, and have the WSP
dissector get the handle by calling "find_dissector()" rather than by
constructing its own handle for it.

Fix up some attributions.

svn path=/trunk/; revision=4306
packet-wap.c
packet-wap.h
packet-wsp.c
packet-wtls.c
packet-wtp.c