aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-26 08:01:16 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-26 08:01:16 +0000
commit7949c7f31cea19a34c70dae4f4288e188d9cf260 (patch)
tree0bdf411fd24930617ec62293a2c341905eaf7ad9 /epan/dissectors/packet-dcerpc.h
parent0e9e556e5acfca7cb947af4c8ca70e0bcf74f3e8 (diff)
char -> const char warning fixes
svn path=/trunk/; revision=15079
Diffstat (limited to 'epan/dissectors/packet-dcerpc.h')
-rw-r--r--epan/dissectors/packet-dcerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc.h b/epan/dissectors/packet-dcerpc.h
index 775690c829..1cfbafaf62 100644
--- a/epan/dissectors/packet-dcerpc.h
+++ b/epan/dissectors/packet-dcerpc.h
@@ -194,11 +194,11 @@ int dissect_ndr_pointer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
int dissect_deferred_pointers(packet_info *pinfo, tvbuff_t *tvb, int offset, guint8 *drep);
int dissect_ndr_embedded_pointer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep,
- dcerpc_dissect_fnct_t *fnct, int type, char *text,
+ dcerpc_dissect_fnct_t *fnct, int type, const char *text,
int hf_index);
int dissect_ndr_toplevel_pointer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
proto_tree *tree, guint8 *drep,
- dcerpc_dissect_fnct_t *fnct, int type, char *text,
+ dcerpc_dissect_fnct_t *fnct, int type, const char *text,
int hf_index);
/* dissect a NDR unidimensional conformant array */