aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-10 16:02:35 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-10 16:02:35 +0000
commitb0cb4d22e9348225dbaff8ddfd1374197baeba0b (patch)
treed1089a78d2f0e06238f28addcfa2f2f5cadd2d9b /epan/wslua
parent27a22f674f8cce47e244e13135a88b8d50904d28 (diff)
Enable Lua wlan taps.
svn path=/trunk/; revision=28326
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.am5
-rw-r--r--epan/wslua/taps2
2 files changed, 4 insertions, 3 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index 01d3bfcc42..96d5e02493 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -89,7 +89,8 @@ taps_used = \
../dissectors/packet-http.h \
../dissectors/packet-ip.h \
../dissectors/packet-udp.h \
- ../dissectors/packet-h225.h
+ ../dissectors/packet-h225.h \
+ ../dissectors/packet-ieee80211.h
taps: $(taps_used)
touch taps
@@ -98,7 +99,7 @@ taps_wslua.c: make-taps.pl taps
$(PERL) $(srcdir)/make-taps.pl taps taps_wslua.c taps.txt
taps.txt: taps_wslua.c
-
+
wslua.h: declare_wslua.h
register_wslua.c: declare_wslua.h
diff --git a/epan/wslua/taps b/epan/wslua/taps
index f17d2aaf3c..6a3bfd4302 100644
--- a/epan/wslua/taps
+++ b/epan/wslua/taps
@@ -52,7 +52,6 @@ eth ../dissectors/packet-eth.h eth_hdr
#gsm_map ../dissectors/packet-gsm_map.h gsm_map_info_t
#h245 ../dissectors/packet-h245.h h245_info_t
#h245dg ../dissectors/packet-h245dg.h h245dg_info_t
-#wlan ../dissectors/packet-wlan.h wlan_info_t
#ipx ../dissectors/packet-ipx.h ipx_info_t
#isup ../dissectors/packet-isup.h isup_info_t
#jxta ../dissectors/packet-jxta.h jxta_info_t
@@ -77,4 +76,5 @@ eth ../dissectors/packet-eth.h eth_hdr
#tcp ../dissectors/packet-tcp.h tcp_info_t
#teredo ../dissectors/packet-teredo.h teredo_info_t
#tr ../dissectors/packet-tr.h tr_info_t
+wlan ../dissectors/packet-ieee80211.h wlan_hdr
#wsp ../dissectors/packet-wsp.h wsp_info_t