aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-09-15 20:16:14 +0000
committerEvan Huus <eapache@gmail.com>2012-09-15 20:16:14 +0000
commit826bba705b5ab9dedfe99bb3723fa3e6c6bd9c1d (patch)
tree024ea703385453ffcd33f89c1604020d98edd2b5 /plugins
parent37f0380998229e6aae36656269cad040516b126b (diff)
From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728
Make right-click + apply-as-filter work in the packet list for non-ethernet frames (such as ieee 802.11 frames). svn path=/trunk/; revision=44921
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/packet-wmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/packet-wmx.c b/plugins/wimax/packet-wmx.c
index 0085663b06..10c34637c6 100644
--- a/plugins/wimax/packet-wmx.c
+++ b/plugins/wimax/packet-wmx.c
@@ -66,7 +66,7 @@ extern gboolean include_cor2_changes;
gint man_ofdma = 1;
-address bs_address = {0,0,0};
+address bs_address = {0,0,0,0};
/* The following variables are local to the function, but serve as
elements for the global ett_tlv[] array */