2 # instructions for make-taps.pl to generate the taps.c file
4 # (c) 2006 Luis E. Garcia Ontanon <luis@ontanon.org>
8 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
10 # Copyright 2006 Gerald Combs
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 # Each line is a tap type (the data structure passed by dissectors).
27 # Elements are separated by whitespace.
28 # tapname source_file_for_struct typedef_name_of_struct an_enum_name another_enum_name ...
30 # Note: Make sure you update the taps_used variable in Makefile.am
31 # every time you add a new file to the list
33 #frame ../dissectors/packet_frame.h void
35 ip ../dissectors/packet-ip.h ws_ip
36 udp ../dissectors/packet-udp.h e_udphdr
37 http ../dissectors/packet-http.h http_info_value_t
39 bacapp ../dissectors/packet-bacapp.h bacapp_info_value_t
40 h225 ../dissectors/packet-h225.h h225_packet_info h225_msg_type h225_cs_type
41 actrace ../dissectors/packet-actrace.h actrace_info_t
42 #afp ../dissectors/packet-afp.h
43 ansi_a ../dissectors/packet-ansi_a.h ansi_a_tap_rec_t
44 ansi_map ../dissectors/packet-ansi_map.h ansi_map_tap_rec_t
45 #bootp ../dissectors/packet-bootp.h bootp_info_t
46 #dcerpc ../dissectors/packet-dcerpc.h dcerpc_info_t
47 #dccp ../dissectors/packet-dccp.h dccp_info_t
48 #dtls ../dissectors/packet-dtls.h dtls_info_t
49 #epl ../dissectors/packet-epl.h epl_info_t
50 eth ../dissectors/packet-eth.h eth_hdr
51 #fc ../dissectors/packet-fc.h fc_hdr
52 #fddi ../dissectors/packet-fddi.h fddi_info_t
53 #gsm_a ../dissectors/packet-gsm_a.h gsm_a_info_t
54 #gsm_map ../dissectors/packet-gsm_map.h gsm_map_info_t
55 #h245 ../dissectors/packet-h245.h h245_info_t
56 #h245dg ../dissectors/packet-h245dg.h h245dg_info_t
57 #ipx ../dissectors/packet-ipx.h ipx_info_t
58 #isup ../dissectors/packet-isup.h isup_info_t
59 #jxta ../dissectors/packet-jxta.h jxta_info_t
60 ldap ../dissectors/packet-ldap.h ldap_call_response_t
61 #mtp3 ../dissectors/packet-mtp3.h mtp3_info_t
62 #ncp_srt ../dissectors/packet-ncp_srt.h ncp_srt_info_t
63 #ncp_hdr ../dissectors/packet-ncp_hdr.h ncp_hdr_info_t
64 #ntlmssp ../dissectors/packet-ntlmssp.h ntlmssp_info_t
65 #q931 ../dissectors/packet-q931.h q931_info_t
66 #rpc ../dissectors/packet-rpc.h rpc_info_t
67 #rsvp ../dissectors/packet-rsvp.h rsvp_info_t
68 #rtpevent ../dissectors/packet-rtpevent.h rtpevent_info_t
69 #rtp ../dissectors/packet-rtp.h rtp_info_t
70 #scsi ../dissectors/packet-scsi.h scsi_info_t
71 #sctp ../dissectors/packet-sctp.h sctp_info_t
72 #sdp ../dissectors/packet-sdp.h sdp_info_t
73 #sip ../dissectors/packet-sip.h sip_info_t
74 smb ../dissectors/packet-smb.h smb_info_t
75 smb2 ../dissectors/packet-smb2.h smb2_info_t
76 #ssl ../dissectors/packet-ssl.h ssl_info_t
77 #t38 ../dissectors/packet-t38.h t38_info_t
78 tcp ../dissectors/packet-tcp.h tcp_info_t
79 #teredo ../dissectors/packet-teredo.h teredo_info_t
80 #tr ../dissectors/packet-tr.h tr_info_t
81 wlan ../dissectors/packet-ieee80211.h wlan_hdr
82 #wsp ../dissectors/packet-wsp.h wsp_info_t