aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos/packet-kerberos-template.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-15 06:14:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-15 06:14:24 +0000
commit18a701918b4ff383114d2d8282ccb4ce4f69d79d (patch)
tree9bdec51f589e72a4ffbb8b87dfd99d16720b32f5 /asn1/kerberos/packet-kerberos-template.h
parentc99312dae0587939b3aae92bbb7bd4fc7a009800 (diff)
Start of an asn2wrs generated kerberos dissector. Most of the hand crafted stuff is in the template file but it's not yet accessed from the asn2wrs generated code.
- Work in progress. svn path=/trunk/; revision=26460
Diffstat (limited to 'asn1/kerberos/packet-kerberos-template.h')
-rw-r--r--asn1/kerberos/packet-kerberos-template.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/asn1/kerberos/packet-kerberos-template.h b/asn1/kerberos/packet-kerberos-template.h
new file mode 100644
index 0000000000..d9397696a8
--- /dev/null
+++ b/asn1/kerberos/packet-kerberos-template.h
@@ -0,0 +1,35 @@
+/* packet-kerberos.h
+ * Routines for kerberos packet dissection
+ * Copyright 2007, Anders Broman <anders.broman@ericsson.com>
+ *
+ * $Id$
+ *
+ * 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_KERBEROS_H
+#define PACKET_ROS_H
+
+
+
+#include "packet-kerberos-exp.h"
+
+#endif /* PACKET_KERBEROS_H */
+
+