Enable Lua wlan taps.

svn path=/trunk/; revision=28326
This commit is contained in:
Stig Bjørlykke 2009-05-10 16:02:35 +00:00
parent 27a22f674f
commit b0cb4d22e9
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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