Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-l2tp.c packet-socks.c

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: Sat, 9 Mar 2002 16:54:28 -0600 (CST)
guy         2002/03/09 16:54:28 CST

  Modified files:
    .                    packet-l2tp.c packet-socks.c 
  Log:
  Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()"
  calls that passed TRUE or FALSE, rather than an integer value, as the
  last argument.
  
  A SOCKS command is one byte, so make the "socks.command" field an
  FT_UINT8.
  
  Revision  Changes    Path
  1.31      +3 -3      ethereal/packet-l2tp.c
  1.36      +6 -5      ethereal/packet-socks.c