Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-quake2.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: Wed, 25 Feb 2004 17:11:16 -0600 (CST)
guy         2004/02/25 17:11:16 CST

  Modified files:
    .                    packet-quake2.c 
  Log:
  Use "tvb_get_string()" instead of duplicating its functionality by hand.
  
  Don't make a copy of the message in
  "dissect_quake2_client_commands_uinfo()" and
  "dissect_quake2_client_commands_stringcmd()", just use the copy in the
  tvbuff.
  
  Revision  Changes    Path
  1.17      +5 -14     ethereal/packet-quake2.c