aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-05-07 11:25:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-05-07 11:25:15 +0000
commit5d950ffaf4d93afbe97f1b5f0d4976a7c3d9d952 (patch)
tree565a1fcdeaf6f5c375d14587c5e39ee80ba269d5 /packet-dcerpc.h
parent8ef8186f5d3b1a6cb7c09c18c1ef89e4de358c2f (diff)
replace info field "gboolean request" by "guint8 ptype",
so the packet type can be better detected svn path=/trunk/; revision=10812
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index 2f9e2ab09b..702b59e03b 100644
--- a/packet-dcerpc.h
+++ b/packet-dcerpc.h
@@ -2,7 +2,7 @@
* Copyright 2001, Todd Sabin <tas@webspan.net>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc.h,v 1.40 2004/03/05 23:09:32 sahlberg Exp $
+ * $Id: packet-dcerpc.h,v 1.41 2004/05/07 11:24:02 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -256,7 +256,7 @@ typedef struct _dcerpc_info {
conversation_t *conv; /* Which TCP stream we are in */
guint32 call_id; /* Context id for this call */
guint16 smb_fid; /* FID for DCERPC over SMB */
- gboolean request;
+ guint8 ptype; /* packet type: PDU_REQ, PDU_RESP, ... */
gboolean conformant_run;
gint32 conformant_eaten; /* how many bytes did the conformant run eat?*/
guint32 array_max_count; /* max_count for conformant arrays */