Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap-protocolinfo.c Makefile.am Makefile.nmak

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:00 -0600 (CST)
sahlberg    2002/11/04 06:11:00 CST

  Modified files:
    .                    Makefile.am Makefile.nmake 
  Added files:
    .                    tap-protocolinfo.c 
  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.518     +2 -1      ethereal/Makefile.am
  1.253     +2 -1      ethereal/Makefile.nmake