From Tim Endean: INAP dissector.

svn path=/trunk/; revision=13364
This commit is contained in:
Anders Broman 2005-02-09 22:35:49 +00:00
parent 38c428010b
commit e8f8e851c0
3 changed files with 5293 additions and 0 deletions

View File

@ -293,6 +293,7 @@ DISSECTOR_SRC = \
packet-image-gif.c \
packet-image-jfif.c \
packet-imap.c \
packet-inap.c \
packet-ip.c \
packet-ipdc.c \
packet-ipfc.c \
@ -669,6 +670,7 @@ DISSECTOR_INCLUDES = \
packet-ieee802a.h \
packet-igap.h \
packet-igmp.h \
packet-inap.h \
packet-ip.h \
packet-ipdc.h \
packet-ipfc.h \

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,39 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* .\packet-inap.h */
/* ../../tools/asn2eth.py -X -b -e -p inap -c inap.cnf -s packet-inap-template INAP.asn */
/* Input file: packet-inap-template.h */
/* packet-inap.h
*
* $Id$
*
* Copyright 2004, Tim Endean <endeant@hotmail.com>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 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.
*/
#ifndef PACKET_INAP_H
#define PACKET_INAP_H
/* #include "packet-inap-exp.h"*/
#endif /* PACKET_INAP_H */