wireshark/epan/wslua/taps

82 lines
1.7 KiB
Plaintext

# taps
# instructions for make-taps.pl to generate the taps.c file
#
# (c) 2006 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
#
# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2006 Gerald Combs
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# 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 ...
#
# Note: Make sure you update the taps_used variable in Makefile.am
# every time you add a new file to the list
#frame ../dissectors/packet_frame.h void
ip ../dissectors/packet-ip.h e_ip
udp ../dissectors/packet-udp.h e_udphdr
http ../dissectors/packet-http.h http_info_value_t
h225 ../dissectors/packet-h225.h h225_packet_info h225_msg_type h225_cs_type
#actrace
#afp
#ansi_a
#ansi_map
#bootp
#dcerpc
#dccp
#dtls
#epl
#eth
#fc
#fddi
#gsm_a
#gsm_map
#h245
#h245dg
#wlan
#ipx
#isup
#jxta
#ldap
#mtp3
#ncp_srt
#ncp_hdr
#ntlmssp
#q931
#rpc
#rsvp
#rtpevent
#rtp
#scsi
#sctp
#sdp
#sip
#smb
#smb2
#ssl
#t38
#tcp
#teredo
#tr
#wsp