aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-11-26 21:16:09 +0000
committerGerald Combs <gerald@wireshark.org>2012-11-26 21:16:09 +0000
commit1ffc96d15362d9e4d447a3ebd04dd8c511fc7060 (patch)
treeadfa6374aa3ef297b105259481c113957099cc2c /epan/dissectors/packet-dcerpc.h
parent45769c79757b90ec4b2b7882a608e5c79d8662ed (diff)
From Dirk Jagdmann: Fix a comment in the DCERPC dissector header.
svn path=/trunk/; revision=46208
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index e67084de67..4468c466bf 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -332,7 +332,7 @@ typedef struct _dcerpc_call_value {
typedef struct _dcerpc_info {
conversation_t *conv; /* Which TCP stream we are in */
- guint32 call_id; /* Context id for this call */
+ guint32 call_id; /* Call ID for this call */
guint16 smb_fid; /* FID for DCERPC over SMB */
guint8 ptype; /* packet type: PDU_REQ, PDU_RESP, ... */
gboolean conformant_run;