aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-02 22:14:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-02 22:14:21 +0000
commitd5e3008ffffc2cfb396e6f6f13a4974689451f7c (patch)
treea7dd9fb35d61c0a0326ad2f7412c91c7ae4ec4fa /packet-dcerpc.h
parentee9c00c02451b5ab92977f89010aada71090d6d1 (diff)
From Jean-Baptiste Marchand update the proto_tree_add_ for UUIDs in the
dcerpc layer (and the subdissectors using dissect_ndr_uuid_t()) so that it is possible to use display filters on these items. svn path=/trunk/; revision=6547
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index d0a1762443..7419dbe585 100644
--- a/packet-dcerpc.h
+++ b/packet-dcerpc.h
@@ -1,7 +1,7 @@
/* packet-dcerpc.h
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc.h,v 1.24 2002/10/25 01:08:42 guy Exp $
+ * $Id: packet-dcerpc.h,v 1.25 2002/11/02 22:14:21 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -34,6 +34,9 @@ typedef struct _e_uuid_t {
guint8 Data4[8];
} e_uuid_t;
+/* %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x */
+#define DCERPC_UUID_STR_LEN 36+1
+
typedef struct _e_ctx_hnd {
guint32 Data1;
e_uuid_t uuid;