aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-07 22:31:32 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-07 22:31:32 +0000
commit9a348d57369f4a4627bd6baf85f4cdda937058aa (patch)
tree3e4837dba203698a70054aaa95a86692dbfd8cc8 /packet-dcerpc.h
parent6be6afeb1c74e90bdc9b03c5da4aa6c3918cac0d (diff)
Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to
"dissect_ndr_char_string" and "dissect_ndr_wchar_string", to make it clearer what it does. svn path=/trunk/; revision=7095
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index a11b8d744a..3a10956f4d 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.27 2003/02/07 08:56:12 guy Exp $
+ * $Id: packet-dcerpc.h,v 1.28 2003/02/07 22:31:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -196,9 +196,9 @@ char *fake_unicode(tvbuff_t *tvb, int offset, int len);
int dissect_ndr_character_array(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_array(tvbuff_t *tvb, int offset, packet_info *pinfo,
+int dissect_ndr_char_string(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep);
-int dissect_ndr_wchar_array(tvbuff_t *tvb, int offset, packet_info *pinfo,
+int dissect_ndr_wchar_string(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep);
typedef struct _dcerpc_sub_dissector {