wireshark/packet-stat.h
Nathan Neulinger 59bffe6e97 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.

svn path=/trunk/; revision=1016
1999-11-11 21:22:00 +00:00

18 lines
348 B
C

/* packet-stat.h */
/* $Id: packet-stat.h,v 1.1 1999/11/11 21:22:00 nneul Exp $ */
#ifndef PACKET_STAT_H
#define PACKET_STAT_H
#define STAT_PROGRAM 100024
#define STATPROC_NULL 0
#define STATPROC_STAT 1
#define STATPROC_MON 2
#define STATPROC_UNMON 3
#define STATPROC_UNMON_ALL 4
#define STATPROC_SIMU_CRASH 5
#define STATPROC_NOTIFY 6
#endif