From b0cb4d22e9348225dbaff8ddfd1374197baeba0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 10 May 2009 16:02:35 +0000 Subject: [PATCH] Enable Lua wlan taps. svn path=/trunk/; revision=28326 --- epan/wslua/Makefile.am | 5 +++-- epan/wslua/taps | 2 +- 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