From 3487cd6d59181fa5946877f9617d41f0a056e8fc Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 16 Nov 2005 22:53:33 +0000 Subject: from Graeme Lunt 4 new asn based protocols X501 DISP DAP DSP svn path=/trunk/; revision=16518 --- asn1/dap/packet-dap-template.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 asn1/dap/packet-dap-template.h (limited to 'asn1/dap/packet-dap-template.h') diff --git a/asn1/dap/packet-dap-template.h b/asn1/dap/packet-dap-template.h new file mode 100755 index 0000000000..b2c34f63e5 --- /dev/null +++ b/asn1/dap/packet-dap-template.h @@ -0,0 +1,31 @@ +/* packet-dap.h + * Routines for X.511 (X.500 Directory Access Protocol) packet dissection + * Graeme Lunt 2005 + * + * $Id: packet-dap-template.h 14773 2005-06-26 10:59:15Z etxrab $ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs + * 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_DAP_H +#define PACKET_DAP_H + +#include "packet-dap-exp.h" + +#endif /* PACKET_DAP_H */ -- cgit v1.2.3