Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tns.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: Tue, 9 Jul 2002 15:02:55 -0500 (CDT)
guy         2002/07/09 15:02:55 CDT

  Modified files:
    .                    packet-tns.c 
  Log:
  From Bernd Becker:
  
  	- changed field types of the Trace Cross Facility Items
  	  (hf_tns_trace_cf1 and hf_tns_trace_cf2) from FT_UINT16
  	  to FT_UINT32
  	- changed field type of Trace Unique Connection ID (tns.trace_cid)
  	  to FT_UINT64
  	- changed the base for display of some length fields from BASE_HEX
  	  to BASE_DEC (tns.accept_data_length, tns.refuse_data_length,
  	  tns.redirect_data_length)
  	- corrected typo in field name for tns.refuse_reason_system
  
  based on the output of the Oracle trace tool trcasst (specifically
  trcasst -od) on Oracle 9.0.1.
  
  Revision  Changes    Path
  1.34      +14 -14    ethereal/packet-tns.c