aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uasip.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-06-09 18:42:20 +0000
committerBill Meier <wmeier@newsguy.com>2012-06-09 18:42:20 +0000
commit4b4bb7acf55e29d3a36fb2a99e39137059580a90 (patch)
tree5c47aff13600b0e0e2e8a8235b86a9a66f752077 /epan/dissectors/packet-uasip.c
parent61d278c921f0716d058d50aadef4684a3317a52e (diff)
Fix compiler error
svn path=/trunk/; revision=43181
Diffstat (limited to 'epan/dissectors/packet-uasip.c')
-rw-r--r--epan/dissectors/packet-uasip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-uasip.c b/epan/dissectors/packet-uasip.c
index cb0cf8dac1..d945ff4800 100644
--- a/epan/dissectors/packet-uasip.c
+++ b/epan/dissectors/packet-uasip.c
@@ -72,8 +72,8 @@ static int hf_uasip_expseq = -1;
static int hf_uasip_sntseq = -1;
static gint ett_uasip = -1;
-static guint8 proxy_ipaddr[4];
-static char *pref_proxy_ipaddr_s = NULL;
+static guint8 proxy_ipaddr[4];
+static const char *pref_proxy_ipaddr_s = NULL;
static gboolean use_proxy_ipaddr = FALSE;
static gboolean noesip_enabled = FALSE;