summaryrefslogtreecommitdiff
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-25 01:08:49 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-25 01:08:49 +0000
commit35c1970720a4ba8332174dc5e72d4a6bb94c62b1 (patch)
tree30cd9aa591a7fbd887e846e479d34f4d06eb03df /packet-dcerpc.c
parent75c2155cadc5385ea0c105f8e8113750402838a6 (diff)
downloadwireshark-35c1970720a4ba8332174dc5e72d4a6bb94c62b1.tar.gz
From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.
svn path=/trunk/; revision=6499
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index d18d440087..572cdf5668 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -2,7 +2,7 @@
* Routines for DCERPC packet disassembly
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc.c,v 1.82 2002/10/24 06:17:34 guy Exp $
+ * $Id: packet-dcerpc.c,v 1.83 2002/10/25 01:08:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -446,20 +446,7 @@ dcerpc_reassemble_init(void)
*/
/* the registered subdissectors */
-static GHashTable *dcerpc_uuids;
-
-typedef struct _dcerpc_uuid_key {
- e_uuid_t uuid;
- guint16 ver;
-} dcerpc_uuid_key;
-
-typedef struct _dcerpc_uuid_value {
- int proto;
- int ett;
- gchar *name;
- dcerpc_sub_dissector *procs;
- int opnum_hf;
-} dcerpc_uuid_value;
+GHashTable *dcerpc_uuids=NULL;
static gint
dcerpc_uuid_equal (gconstpointer k1, gconstpointer k2)