Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jan 2001 00:20:29 +0000 (00:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 22 Jan 2001 00:20:29 +0000 (00:20 +0000)
commit243514726a3775cf75887bd69d37dd9f0a5acf06
tree35171754ad82def133bb42df8e8c630cd917c7e3
parent15ee7ec7e36a70a762fadfb7c506545f4a69b430
Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="
statements.

Move the setting of the Protocol column in the Appletalk ARP and IPX
dissectors before anything is fetched from the packet, and also clear
the Info column at that point in those and some other dissectors, so
that if an exception is thrown, the columns don't reflect the previous
protocol.

Fix the registration of the IPX RIP dissector to use the right protocol
ID.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2928 f5534014-38df-0310-8fa8-9805f1628bb7
packet-aarp.c
packet-bpdu.c
packet-gre.c
packet-ipx.c
packet-lapb.c
packet-lapd.c
packet-netbios.c
packet-null.c
packet-v120.c