wireshark/packet-bootparams.h
Nathan Neulinger a7fc895437 Added stubs for various RPC routines:
portmap
	ypserv
	ypxfr
	ypserv
	bootparams

Stubs currently just map procedure numbers to names. I'll add some more
decoding of the actual procedure call/reply contents eventually.

svn path=/trunk/; revision=998
1999-11-10 17:23:55 +00:00

14 lines
291 B
C

/* packet-bootparams.h */
/* $Id: packet-bootparams.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
#ifndef PACKET_BOOTPARAMS_H
#define PACKET_BOOTPARAMS_H
#define BOOTPARAMSPROC_NULL 0
#define BOOTPARAMSPROC_WHOAMI 1
#define BOOTPARAMSPROC_GETFILE 2
#define BOOTPARAMS_PROGRAM 100026
#endif