regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / epan / wslua / taps.ini
blobc7ae89584685e33ff4758d45fe8f9fbd706fcaff
1 # taps.ini
2 # Instructions for make-taps.py to generate the taps.c file.
3 # Based on the "taps" configuration file for make-taps.pl
5 # (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
7 # Wireshark - Network traffic analyzer
8 # By Gerald Combs <gerald@wireshark.org>
9 # Copyright 2006 Gerald Combs
11 # SPDX-License-Identifier: GPL-2.0-or-later
13 # Each section is a tap type (the data structure passed by dissectors).
14 # Sections have the following format:
15 # [tapname]
16 # header_file: <path to dissector header>
17 # struct_name: <name of struct typedef>
18 # enum_types: <space-separated list of enum types, optional>
20 # [frame]
21 # header_file: ../dissectors/packet_frame.h
22 # struct_name: void
24 [ip]
25 header_file: ../dissectors/packet-ip.h
26 struct_name: ws_ip4
28 [udp]
29 header_file: ../dissectors/packet-udp.h
30 struct_name: e_udphdr
32 [http]
33 header_file: ../dissectors/packet-http.h
34 struct_name: http_info_value_t
36 # BACnet statistics
37 [bacapp]
38 header_file: ../dissectors/packet-bacapp.h
39 struct_name: bacapp_info_value_t
41 [h225]
42 header_file: ../dissectors/packet-h225.h
43 struct_name: h225_packet_info
44 enum_types: h225_msg_type h225_cs_type
46 [actrace]
47 header_file: ../dissectors/packet-actrace.h
48 struct_name: actrace_info_t
50 # [afp]
51 # header_file: ../dissectors/packet-afp.h
52 # struct_name:
54 [ansi_a]
55 header_file: ../dissectors/packet-ansi_a.h
56 struct_name: ansi_a_tap_rec_t
58 [ansi_map]
59 header_file: ../dissectors/packet-ansi_map.h
60 struct_name: ansi_map_tap_rec_t
62 # [bootp]
63 # header_file: ../dissectors/packet-bootp.h
64 # struct_name: bootp_info_t
66 # [dcerpc]
67 # header_file: ../dissectors/packet-dcerpc.h
68 # struct_name: dcerpc_info_t
70 # [dccp]
71 # header_file: ../dissectors/packet-dccp.h
72 # struct_name: dccp_info_t
74 # [dtls]
75 # header_file: ../dissectors/packet-dtls.h
76 # struct_name: dtls_info_t
78 # [epl]
79 # header_file: ../dissectors/packet-epl.h
80 # struct_name: epl_info_t
82 [eth]
83 header_file: ../dissectors/packet-eth.h
84 struct_name: eth_hdr
86 # [fc]
87 # header_file: ../dissectors/packet-fc.h
88 # struct_name: fc_hdr
90 # [gsm_a]
91 # header_file: ../dissectors/packet-gsm_a.h
92 # struct_name: gsm_a_info_t
94 # [gsm_map]
95 # header_file: ../dissectors/packet-gsm_map.h
96 # struct_name: gsm_map_info_t
98 # [h245]
99 # header_file: ../dissectors/packet-h245.h
100 # struct_name: h245_info_t
102 # [h245dg]
103 # header_file: ../dissectors/packet-h245dg.h
104 # struct_name: h245dg_info_t
106 # [ipx]
107 # header_file: ../dissectors/packet-ipx.h
108 # struct_name: ipx_info_t
110 # [isup]
111 # header_file: ../dissectors/packet-isup.h
112 # struct_name: isup_info_t
114 # [jxta]
115 # header_file: ../dissectors/packet-jxta.h
116 # struct_name: jxta_info_t
118 [ldap]
119 header_file: ../dissectors/packet-ldap.h
120 struct_name: ldap_call_response_t
122 # [mtp3]
123 # header_file: ../dissectors/packet-mtp3.h
124 # struct_name: mtp3_info_t
126 # [ncp_srt]
127 # header_file: ../dissectors/packet-ncp_srt.h
128 # struct_name: ncp_srt_info_t
130 # [ncp_hdr]
131 # header_file: ../dissectors/packet-ncp_hdr.h
132 # struct_name: ncp_hdr_info_t
134 # [ntlmssp]
135 # header_file: ../dissectors/packet-ntlmssp.h
136 # struct_name: ntlmssp_info_t
138 # [q931]
139 # header_file: ../dissectors/packet-q931.h
140 # struct_name: q931_info_t
142 # [rpc]
143 # header_file: ../dissectors/packet-rpc.h
144 # struct_name: rpc_info_t
146 # [rsvp]
147 # header_file: ../dissectors/packet-rsvp.h
148 # struct_name: rsvp_info_t
150 # [rtpevent]
151 # header_file: ../dissectors/packet-rtpevent.h
152 # struct_name: rtpevent_info_t
154 # [rtp]
155 # header_file: ../dissectors/packet-rtp.h
156 # struct_name: rtp_info_t
158 # [scsi]
159 # header_file: ../dissectors/packet-scsi.h
160 # struct_name: scsi_info_t
162 # [sctp]
163 # header_file: ../dissectors/packet-sctp.h
164 # struct_name: sctp_info_t
166 # [sdp]
167 # header_file: ../dissectors/packet-sdp.h
168 # struct_name: sdp_info_t
170 # [sip]
171 # header_file: ../dissectors/packet-sip.h
172 # struct_name: sip_info_t
174 [smb]
175 header_file: ../dissectors/packet-smb.h
176 struct_name: smb_info_t
178 [smb2]
179 header_file: ../dissectors/packet-smb2.h
180 struct_name: smb2_info_t
182 # [t38]
183 # header_file: ../dissectors/packet-t38.h
184 # struct_name: t38_info_t
186 [tcp]
187 header_file: ../dissectors/packet-tcp.h
188 struct_name: tcp_info_t
190 # [teredo]
191 # header_file: ../dissectors/packet-teredo.h
192 # struct_name: teredo_info_t
194 # [tls]
195 # header_file: ../dissectors/packet-tls.h
196 # struct_name: ssl_info_t
198 # [tr]
199 # header_file: ../dissectors/packet-tr.h
200 # struct_name: tr_info_t
202 [wlan]
203 header_file: ../dissectors/packet-ieee80211.h
204 struct_name: wlan_hdr_t
206 # [wsp]
207 # header_file: ../dissectors/packet-wsp.h
208 # struct_name: wsp_info_t