aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-07 22:44:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-07 22:44:54 +0000
commite9f0f4b74f176b9b1010c9ec1e027d349bc1ea59 (patch)
treedf6127901aa7d4a2fa4ef253837b7cc48d433379 /packet-dcerpc.h
parent9a348d57369f4a4627bd6baf85f4cdda937058aa (diff)
Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to
"dissect_ndr_char_cvstring()" and "dissect_ndr_wchar_cvstring()", to indicate that they're for conformant varying strings. Rename "dissect_ndr_character_array()" to "dissect_ndr_cvstring()", to indicate that it's for conformant varying strings. svn path=/trunk/; revision=7096
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index 3a10956f4d..bf9d1d555b 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.28 2003/02/07 22:31:32 guy Exp $
+ * $Id: packet-dcerpc.h,v 1.29 2003/02/07 22:44:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -193,12 +193,12 @@ int dissect_ndr_byte_array(tvbuff_t *tvb, int offset, packet_info *pinfo,
char *fake_unicode(tvbuff_t *tvb, int offset, int len);
-int dissect_ndr_character_array(tvbuff_t *tvb, int offset, packet_info *pinfo,
+int dissect_ndr_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep, int size_is,
int hfinfo, gboolean add_subtree);
-int dissect_ndr_char_string(tvbuff_t *tvb, int offset, packet_info *pinfo,
+int dissect_ndr_char_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep);
-int dissect_ndr_wchar_string(tvbuff_t *tvb, int offset, packet_info *pinfo,
+int dissect_ndr_wchar_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep);
typedef struct _dcerpc_sub_dissector {