Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap-rpcstat.c tap-rpcstat.h tap.c tap.h Make

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:26 -0500 (CDT)
sahlberg    2002/09/04 04:40:26 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-frame.c 
                         packet-rpc.c packet-rpc.h tethereal.c 
  Added files:
    .                    tap-rpcstat.c tap-rpcstat.h tap.c tap.h 
  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.466     +5 -1      ethereal/Makefile.am
  1.205     +3 -1      ethereal/Makefile.nmake
  1.31      +8 -1      ethereal/packet-frame.c
  1.104     +7 -25     ethereal/packet-rpc.c
  1.38      +28 -1     ethereal/packet-rpc.h
  1.154     +29 -2     ethereal/tethereal.c