wireshark/packet-ypxfr.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

13 lines
223 B
C

/* packet-ypxfr.h */
/* $Id: packet-ypxfr.h,v 1.1 1999/11/10 17:23:55 nneul Exp $ */
#ifndef PACKET_YPXFR_H
#define PACKET_YPXFR_H
#define YPXFRPROC_NULL 0
#define YPXFRPROC_GETMAP 1
#define YPXFR_PROGRAM 100069
#endif