aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 21:05:11 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-10 21:05:11 +0000
commit1c3fce47e3afb5934823f67a618baf8903ee32ce (patch)
treeb4724f184b765f6d89370b33a6915288e1ea9c95 /packet-portmap.h
parent8ebcfba5b54b50246c000cff723afe1c1a2aa862 (diff)
Changed protocol names to all lowercase. It looks weird in listing though.
I'm presuming packet-rpc.c will be fixed soon. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1002 f5534014-38df-0310-8fa8-9805f1628bb7
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