Squelch another const warning.
authorGuy Harris <guy@alum.mit.edu>
Sat, 6 Aug 2005 01:39:51 +0000 (01:39 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 6 Aug 2005 01:39:51 +0000 (01:39 -0000)
svn path=/trunk/; revision=15234

epan/dissectors/packet-socks.c

index 84c79d18f131e9719716d73637de3cd18a8d4607..d92ddb353eb7a7be324bdea82bb15a0400ddcb6c 100644 (file)
@@ -556,7 +556,7 @@ display_socks_v5(tvbuff_t *tvb, int offset, packet_info *pinfo,
 
        unsigned int i, command;
        guint temp;
-       char *AuthMethodStr;
+       const char *AuthMethodStr;
        guint8 auth_status;
 
        proto_tree_add_item( tree, hf_socks_ver, tvb, offset, 1, FALSE);