aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wtls.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wtls.c')
-rw-r--r--epan/dissectors/packet-wtls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wtls.c b/epan/dissectors/packet-wtls.c
index 50e0dbfa5a..8ce0374af6 100644
--- a/epan/dissectors/packet-wtls.c
+++ b/epan/dissectors/packet-wtls.c
@@ -462,8 +462,8 @@ dissect_wtls_handshake(proto_tree *tree, tvbuff_t *tvb, guint offset, guint coun
guint public_key = 0;
guint signature = 0;
char valStr[1024];
- char *valBulk = NULL;
- char *valMac = NULL;
+ const char *valBulk = NULL;
+ const char *valMac = NULL;
proto_item *ti;
proto_item *cli_key_item;