Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afs-macros.h packet-h261.c packet-isc

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: Mon, 16 Jul 2001 00:16:59 -0500 (CDT)
guy         2001/07/16 00:16:59 CDT

  Modified files:
    .                    packet-afs-macros.h packet-h261.c 
                         packet-iscsi.c packet-ldp.c 
                         packet-mpeg1.c packet-mrdisc.c 
                         packet-rtp.c packet-sll.c packet-x11.c 
  Log:
  Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,
  tvb_get_ptr(tvb, offset, length))" calls to "proto_tree_add_item()"
  calls.
  
  Do the same, in "packet-iscsi.c" and "packet-mrdisc.c", for
  "proto_tree_add_uint()" and "proto_tree_add_boolean()" calls.
  
  Revision  Changes    Path
  1.11      +2 -3      ethereal/packet-afs-macros.h
  1.9       +2 -2      ethereal/packet-h261.c
  1.8       +134 -134  ethereal/packet-iscsi.c
  1.18      +5 -5      ethereal/packet-ldp.c
  1.3       +2 -2      ethereal/packet-mpeg1.c
  1.2       +8 -9      ethereal/packet-mrdisc.c
  1.23      +2 -2      ethereal/packet-rtp.c
  1.11      +3 -3      ethereal/packet-sll.c
  1.22      +3 -3      ethereal/packet-x11.c