aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slsk.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-26 20:39:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-26 20:39:21 +0000
commita9f9e969e5ea454c2dbbb30f274e046de03cac64 (patch)
tree6f45f289e56a6154c0174bac1edd313a94080f50 /epan/dissectors/packet-slsk.c
parent1d0038e8c0b97f22ca359184defde2cc98a6fa48 (diff)
More constification.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14787 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-slsk.c')
-rw-r--r--epan/dissectors/packet-slsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-slsk.c b/epan/dissectors/packet-slsk.c
index ef062880bc..b9864a8a82 100644
--- a/epan/dissectors/packet-slsk.c
+++ b/epan/dissectors/packet-slsk.c
@@ -308,7 +308,7 @@ static void dissect_slsk_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
int offset, i, j;
guint32 msg_len, msg_code;
- gchar *message_type;
+ const gchar *message_type;
guint8 *str;
int comprlen = 0;