Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c

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: Wed, 4 Sep 2002 04:40:30 -0500 (CDT)
sahlberg    2002/09/04 04:40:30 CDT

  Modified files:
    epan                 epan.c 
  Log:
  Tap api. tap is a simple api that can be used for arbitrary extensions.
  One example extension is rpcstat.
  
  Try -Z rpc,rtt,100003,3 as argument to tethereal when reading a capture
  containing NFSv3 packets.
  
  tap-rpcstat.[ch] is intended to demonstrate the api and can be used to
  base other extensions on.
  
  Revision  Changes    Path
  1.20      +3 -1      ethereal/epan/epan.c