aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-08 20:38:26 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-07-08 20:38:26 +0000
commit085e155f680033448d89d96293f0e65b6a737eee (patch)
tree2a2162dbccd2a838acf6128e5af9cc61fe69d564 /packet-smb-common.c
parentbc0e2d53e57ac2f0844a845e3e1758992f85b6b3 (diff)
Get rid of incorrect "const" qualifier.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3664 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-smb-common.c')
-rw-r--r--packet-smb-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-common.c b/packet-smb-common.c
index 6c12d57383..9955ba1f0c 100644
--- a/packet-smb-common.c
+++ b/packet-smb-common.c
@@ -2,7 +2,7 @@
* Common routines for smb packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-common.c,v 1.6 2001/07/08 19:26:33 guy Exp $
+ * $Id: packet-smb-common.c,v 1.7 2001/07/08 20:38:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -29,7 +29,7 @@
int display_ms_string(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, int hf_index)
{
- const char *str;
+ char *str;
int len;
/* display a string from the tree and return the new offset */