aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uasip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-uasip.c')
-rw-r--r--epan/dissectors/packet-uasip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-uasip.c b/epan/dissectors/packet-uasip.c
index 6c575bbf1f..36cf77146a 100644
--- a/epan/dissectors/packet-uasip.c
+++ b/epan/dissectors/packet-uasip.c
@@ -52,10 +52,10 @@ static gint ett_uasip_tlv;
static expert_field ei_uasip_tlv_length;
static guint8 proxy_ipaddr[4];
-static const char *pref_proxy_ipaddr_s = NULL;
+static const char *pref_proxy_ipaddr_s;
-static gboolean use_proxy_ipaddr = FALSE;
-static bool noesip_enabled = false;
+static gboolean use_proxy_ipaddr;
+static bool noesip_enabled;
static dissector_handle_t uasip_handle;