Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-mount.c packet-mount.h packet-stat.c

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

From: Nathan Neulinger <nneul@xxxxxxxxxxxx>
Date: Thu, 11 Nov 1999 15:22:09 -0600 (CST)
nneul       1999/11/11 15:22:06 CST

  Modified files:
    .                    AUTHORS Makefile.am packet-portmap.c 
                         packet-rpc.c packet-rpc.h packet.h 
  Added files:
    .                    packet-mount.c packet-mount.h 
                         packet-stat.c packet-stat.h 
  Log:
  Added mount dissector.
  Added stat dissector.
  Enhancements to portmap dissector.
  Added rpc_prog_name function to packet-rpc to retrieve the name of an
          rpc program. This should likely eventually be modified to use the
          /etc/rpc or rpc.bynumber NIS maps in addition to the programs that
          are registered within ethereal.
  
  Revision  Changes    Path
  1.57      +1 -4      ethereal/AUTHORS
  1.105     +5 -1      ethereal/Makefile.am
  1.5       +42 -14    ethereal/packet-portmap.c
  1.8       +21 -11    ethereal/packet-rpc.c
  1.4       +2 -1      ethereal/packet-rpc.h
  1.136     +2 -2      ethereal/packet.h