aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.h
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-10 02:06:28 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-10 02:06:28 +0000
commitd45b4e99dd3d9cc296dbb3fe5df332daf5c0d462 (patch)
treeb2d98daba963762cab2f7d381ce6475f650c302b /packet-dcerpc.h
parentb3d5449ec17dd8c37d1666cafbfabf76491a81f0 (diff)
Allow dissect_ndr_cvstring to return a malloced copy of the string.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7109 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-dcerpc.h')
-rw-r--r--packet-dcerpc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-dcerpc.h b/packet-dcerpc.h
index bf9d1d555b..1c24090660 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.29 2003/02/07 22:44:54 guy Exp $
+ * $Id: packet-dcerpc.h,v 1.30 2003/02/10 02:06:28 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -194,8 +194,9 @@ 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_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,
- proto_tree *tree, char *drep, int size_is,
- int hfinfo, gboolean add_subtree);
+ proto_tree *tree, char *drep, int size_is,
+ int hfinfo, gboolean add_subtree,
+ char **data);
int dissect_ndr_char_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, char *drep);
int dissect_ndr_wchar_cvstring(tvbuff_t *tvb, int offset, packet_info *pinfo,