Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-zebra.c packet-wtls.c packet-who.c pa

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: Thu, 19 Apr 2001 18:02:46 -0500 (CDT)
guy         2001/04/19 18:02:46 CDT

  Modified files:
    .                    packet-zebra.c packet-wtls.c packet-who.c 
                         packet-tns.c packet-sna.c packet-socks.c 
                         packet-mpls.c packet-isl.c packet-ipx.c 
                         packet-ipv6.c 
  Log:
  FT_UINTn and FT_INTn fields must always have a base selected for them;
  otherwise, the filtering GUI gets very upset when you try to construct a
  filter expression to test the value of that field.  Make them BASE_DEC.
  
  Revision  Changes    Path
  1.11      +2 -2      ethereal/packet-zebra.c
  1.7       +3 -3      ethereal/packet-wtls.c
  1.16      +2 -2      ethereal/packet-who.c
  1.14      +3 -3      ethereal/packet-tns.c
  1.28      +3 -3      ethereal/packet-sna.c
  1.19      +2 -2      ethereal/packet-socks.c
  1.19      +2 -2      ethereal/packet-mpls.c
  1.24      +3 -3      ethereal/packet-isl.c
  1.84      +3 -3      ethereal/packet-ipx.c
  1.54      +4 -4      ethereal/packet-ipv6.c