aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-10 21:05:11 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-10 21:05:11 +0000
commita04402e9061ecb24f7ea9a116bfe6ddd049daaec (patch)
treeb4724f184b765f6d89370b33a6915288e1ea9c95 /packet-portmap.h
parent0bf0d908ae0ab2f90d5e775ca6dcb0fe38822236 (diff)
Changed protocol names to all lowercase. It looks weird in listing though.
I'm presuming packet-rpc.c will be fixed soon. svn path=/trunk/; revision=1002
Diffstat (limited to 'packet-portmap.h')
-rw-r--r--packet-portmap.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-portmap.h b/packet-portmap.h
index 6c7528025a..d3adf1f026 100644
--- a/packet-portmap.h
+++ b/packet-portmap.h
@@ -1,5 +1,5 @@
/* packet-portmap.h */
-/* $Id: packet-portmap.h,v 1.1 1999/11/10 17:23:53 nneul Exp $ */
+/* $Id: packet-portmap.h,v 1.2 1999/11/10 21:05:10 nneul Exp $ */
#ifndef PACKET_PORTMAP_H
#define PACKET_PORTMAP_H
@@ -13,4 +13,11 @@
#define PORTMAPPROC_DUMP 4
#define PORTMAPPROC_CALLIT 5
+struct pmap {
+ guint32 pm_prog;
+ guint32 pm_vers;
+ guint32 pm_prot;
+ guint32 pm_port;
+};
+
#endif