Some tvbuffified dissectors weren't setting "pinfo->current_proto", so
authorGuy Harris <guy@alum.mit.edu>
Sat, 2 Dec 2000 08:41:08 +0000 (08:41 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 2 Dec 2000 08:41:08 +0000 (08:41 -0000)
commit0ab8e159b913cf0537df6b407c4cabac9fe196e7
tree459183fb6c07494e3982e6837363d3e4b8f2ba19
parent75acffe70c5a17c20324094c15397ff60a8641de
Some tvbuffified dissectors weren't setting "pinfo->current_proto", so
that if they threw an exception, the wrong protocol would be blamed.
Add the missing assignments.

Clean up the extraction of the null-encapsulation header.

svn path=/trunk/; revision=2730
packet-bxxp.c
packet-hsrp.c
packet-ldp.c
packet-null.c
packet-quake.c
packet-tftp.c
packet-wsp.c
packet-wtp.c
packet-zebra.c