aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap/packet-dap-template.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-16 22:53:33 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-16 22:53:33 +0000
commit26d3799ccb617513ce43b4aabedc3e451269b3b5 (patch)
tree07079a045c4520789185638100d5b355b7d62be7 /asn1/dap/packet-dap-template.h
parent19ab5e0752b92c6b9e67739e8a986dfbf91ca593 (diff)
from Graeme Lunt
4 new asn based protocols X501 DISP DAP DSP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16518 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/dap/packet-dap-template.h')
-rwxr-xr-xasn1/dap/packet-dap-template.h31
1 files changed, 31 insertions, 0 deletions
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 <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_DAP_H
+#define PACKET_DAP_H
+
+#include "packet-dap-exp.h"
+
+#endif /* PACKET_DAP_H */