Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/artnet packet-artnet.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 6 Jan 2004 22:33:21 -0600 (CST)
guy         2004/01/06 22:33:21 CST

  Modified files:
    plugins/artnet       packet-artnet.c 
  Log:
  Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.
  
  Use "proto_tree_add_item()" if you don't need the number's value.
  
  Revision  Changes    Path
  1.7       +8 -10     ethereal/plugins/artnet/packet-artnet.c