aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2013-09-10 11:18:41 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2013-09-10 11:18:41 +0000
commitdb96634f08bd18b5d08708ae5676128e23fd6e30 (patch)
treed0549946db933b6ce7ca6eb02ddda96887202030
parented31edea017422b21bcd5b358fd4796009dd55f1 (diff)
Enable Lua ldap, smb and smb2 taps
svn path=/trunk/; revision=51928
-rw-r--r--epan/wslua/taps6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/wslua/taps b/epan/wslua/taps
index 2ffcd7228f..7cf98a36c0 100644
--- a/epan/wslua/taps
+++ b/epan/wslua/taps
@@ -57,7 +57,7 @@ eth ../dissectors/packet-eth.h eth_hdr
#ipx ../dissectors/packet-ipx.h ipx_info_t
#isup ../dissectors/packet-isup.h isup_info_t
#jxta ../dissectors/packet-jxta.h jxta_info_t
-#ldap ../dissectors/packet-ldap.h ldap_info_t
+ldap ../dissectors/packet-ldap.h ldap_call_response_t
#mtp3 ../dissectors/packet-mtp3.h mtp3_info_t
#ncp_srt ../dissectors/packet-ncp_srt.h ncp_srt_info_t
#ncp_hdr ../dissectors/packet-ncp_hdr.h ncp_hdr_info_t
@@ -71,8 +71,8 @@ eth ../dissectors/packet-eth.h eth_hdr
#sctp ../dissectors/packet-sctp.h sctp_info_t
#sdp ../dissectors/packet-sdp.h sdp_info_t
#sip ../dissectors/packet-sip.h sip_info_t
-#smb ../dissectors/packet-smb.h smb_info_t
-#smb2 ../dissectors/packet-smb2.h smb2_info_t
+smb ../dissectors/packet-smb.h smb_info_t
+smb2 ../dissectors/packet-smb2.h smb2_info_t
#ssl ../dissectors/packet-ssl.h ssl_info_t
#t38 ../dissectors/packet-t38.h t38_info_t
tcp ../dissectors/packet-tcp.h tcp_info_t