diff options
author | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 17:23:55 +0000 |
---|---|---|
committer | Nathan Neulinger <nneul@umr.edu> | 1999-11-10 17:23:55 +0000 |
commit | a7fc895437bd4a330a2c9c8135a6398a665de483 (patch) | |
tree | 0a036fb7fdc3baa48712e5737a86dd04a6858d37 /packet-ypxfr.h | |
parent | abc9101b4113568229098123fa8979a417102d20 (diff) | |
download | wireshark-a7fc895437bd4a330a2c9c8135a6398a665de483.tar.gz wireshark-a7fc895437bd4a330a2c9c8135a6398a665de483.tar.bz2 wireshark-a7fc895437bd4a330a2c9c8135a6398a665de483.zip |
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
Diffstat (limited to 'packet-ypxfr.h')
-rw-r--r-- | packet-ypxfr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packet-ypxfr.h b/packet-ypxfr.h new file mode 100644 index 0000000000..d851723562 --- /dev/null +++ b/packet-ypxfr.h @@ -0,0 +1,12 @@ +/* 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 |