Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc tethereal.pod.template

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 4 Nov 2002 06:11:02 -0600 (CST)
sahlberg    2002/11/04 06:11:02 CST

  Modified files:
    doc                  tethereal.pod.template 
  Log:
  New tap extension to tethereal: ProtoColInfo
  
  Using this command line option you canb now place any arbitrary display-filter fields on the COL_INFO line.
  
  Assume you want NFS dissector in tethereal to put ALL filehandle hashes (nfs.fh.hash) on COL_INFO.
  No worries, just add
  
  -z proto,colinfo,nfs.fh.hash,nfs.fh.hash
  
  as a parameter to tethereal.
  
  Never again do you need to hack tethereal and recompile just because you want some extra info on the COL_INFO line.
  
  Revision  Changes    Path
  1.65      +30 -1     ethereal/doc/tethereal.pod.template