Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-cops.c packet-hsrp.c packet-ip.c pack

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 3 Jan 2001 10:41:10 -0600 (CST)
gram        2001/01/03 10:41:10 CST

  Modified files:
    .                    packet-cops.c packet-hsrp.c packet-ip.c 
                         packet-kerberos.c packet-l2tp.c 
                         packet-ldap.c packet-mip.c packet-ncp.c 
                         packet-nfs.c packet-ospf.c packet-rsvp.c 
                         packet-rx.c packet-smb.c packet-sna.c 
                         packet-snmp.c packet-srvloc.c 
                         packet-vrrp.c packet-wsp.c packet-wtp.c 
  Log:
  Ensure that all value_string arrays end in {0, NULL}. Dissectors got away
  with not terminating their arrays because they knew the limits of the
  value used to look up strings in the value_string array, but the
  dfilter_expr_dlg does not know these limits and must rely on the terminating
  {0, NULL} record.
  
  Also, in SNA fixed a bug in which a field should have been defined as FT_UINT8
  but was defined as FT_BOOLEAN.
  
  In WTP, fixed a value string which had duplicate keys.
  
  Revision  Changes    Path
  1.9       +3 -1      ethereal/packet-cops.c
  1.14      +5 -3      ethereal/packet-hsrp.c
  1.118     +4 -2      ethereal/packet-ip.c
  1.13      +10 -4     ethereal/packet-kerberos.c
  1.19      +2 -1      ethereal/packet-l2tp.c
  1.20      +6 -1      ethereal/packet-ldap.c
  1.11      +4 -2      ethereal/packet-mip.c
  1.45      +2 -1      ethereal/packet-ncp.c
  1.41      +19 -18    ethereal/packet-nfs.c
  1.34      +2 -1      ethereal/packet-ospf.c
  1.30      +13 -5     ethereal/packet-rsvp.c
  1.17      +3 -2      ethereal/packet-rx.c
  1.78      +6 -5      ethereal/packet-smb.c
  1.21      +29 -14    ethereal/packet-sna.c
  1.56      +3 -2      ethereal/packet-snmp.c
  1.18      +3 -1      ethereal/packet-srvloc.c
  1.11      +7 -4      ethereal/packet-vrrp.c
  1.8       +9 -1      ethereal/packet-wsp.c
  1.8       +9 -4      ethereal/packet-wtp.c