aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/taps
blob: 8c280a2df0aaccd6d5a983d8e5d950f0ffb08bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# taps
# instructions for make-taps.pl to generate the taps.c file 
#
# (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2006 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later

# Each line is a tap type (the data structure passed by dissectors).
# Elements are separated by whitespace.
# tapname source_file_for_struct typedef_name_of_struct an_enum_name another_enum_name ...
#

#frame ../dissectors/packet_frame.h void

ip ../dissectors/packet-ip.h ws_ip4
udp ../dissectors/packet-udp.h e_udphdr
http ../dissectors/packet-http.h http_info_value_t
# BACnet statistics
bacapp ../dissectors/packet-bacapp.h bacapp_info_value_t
h225 ../dissectors/packet-h225.h h225_packet_info h225_msg_type h225_cs_type
actrace ../dissectors/packet-actrace.h actrace_info_t
#afp ../dissectors/packet-afp.h
ansi_a ../dissectors/packet-ansi_a.h ansi_a_tap_rec_t
ansi_map ../dissectors/packet-ansi_map.h ansi_map_tap_rec_t
#bootp ../dissectors/packet-bootp.h bootp_info_t
#dcerpc ../dissectors/packet-dcerpc.h dcerpc_info_t
#dccp ../dissectors/packet-dccp.h dccp_info_t
#dtls ../dissectors/packet-dtls.h dtls_info_t
#epl ../dissectors/packet-epl.h epl_info_t
eth ../dissectors/packet-eth.h eth_hdr
#fc ../dissectors/packet-fc.h fc_hdr
#gsm_a ../dissectors/packet-gsm_a.h gsm_a_info_t
#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
#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_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
#ntlmssp ../dissectors/packet-ntlmssp.h ntlmssp_info_t
#q931 ../dissectors/packet-q931.h q931_info_t
#rpc ../dissectors/packet-rpc.h rpc_info_t
#rsvp ../dissectors/packet-rsvp.h rsvp_info_t
#rtpevent ../dissectors/packet-rtpevent.h rtpevent_info_t
#rtp ../dissectors/packet-rtp.h rtp_info_t
#scsi ../dissectors/packet-scsi.h scsi_info_t
#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
#ssl ../dissectors/packet-ssl.h ssl_info_t
#t38 ../dissectors/packet-t38.h t38_info_t
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_t
#wsp ../dissectors/packet-wsp.h wsp_info_t