Ethereal-cvs: [Ethereal-cvs] rev 13714: /releases/ethereal-0.10.10/epan/dissectors/: packet-ia

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

Date: Fri, 11 Mar 2005 14:21:33 -0000
User: gerald
Date: 2005/03/11 08:21 AM

Log:
 Copy over r13707:
 
  Just use "tvb_format_text()" to handle strings - don't roll our own
  routine to handle that.
   
  Don't format the value text into a buffer; just use
  "proto_item_append_text()", so we don't run the risk of overflowing the
  buffer.
  
  Use "ip_to_str()" to format an IP address - don't roll our own code to
  handle that.
  
  Don't make "is_fhss" global - that causes its value to depend on the
  last packet dissected, which isn't necessarily the right value for the
  packet being dissected.

Directory: /releases/ethereal-0.10.10/epan/dissectors/
  Changes    Path             Action
  +48 -88    packet-iapp.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13714&view=rev