Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aarp.c packet-bpdu.c packet-gre.c pac

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Jan 2001 18:20:31 -0600 (CST)
guy         2001/01/21 18:20:30 CST

  Modified files:
    .                    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 
  Log:
  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.
  
  Revision  Changes    Path
  1.28      +5 -7      ethereal/packet-aarp.c
  1.21      +1 -5      ethereal/packet-bpdu.c
  1.39      +1 -5      ethereal/packet-gre.c
  1.77      +14 -22    ethereal/packet-ipx.c
  1.28      +5 -7      ethereal/packet-lapb.c
  1.20      +5 -8      ethereal/packet-lapd.c
  1.31      +1 -5      ethereal/packet-netbios.c
  1.40      +1 -5      ethereal/packet-null.c
  1.18      +3 -5      ethereal/packet-v120.c