aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-21 20:52:40 +0000
committerTim Potter <tpot@samba.org>2002-08-21 20:52:40 +0000
commitca5c15a56bcb2f55cc6199663ac3fd8b9e51e9aa (patch)
tree06b21bee5463b9e46a3c0e7fdd77d5753aaec1ff /packet-gssapi.h
parent42d61a85a3750347c6829b49a550d0f55b56fc86 (diff)
A dissector for GSS-API (rfc2078). This is used by Windows 2000/XP when
the extended security bit is set. svn path=/trunk/; revision=6047
Diffstat (limited to 'packet-gssapi.h')
-rw-r--r--packet-gssapi.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/packet-gssapi.h b/packet-gssapi.h
new file mode 100644
index 0000000000..fd1af5da27
--- /dev/null
+++ b/packet-gssapi.h
@@ -0,0 +1,34 @@
+/* packet-gssapi.h
+ * Dissector for GSS-API tokens as described in rfc2078, section 3.1
+ * Copyright 2002, Tim Potter <tpot@samba.org>
+ *
+ * $Id: packet-gssapi.h,v 1.1 2002/08/21 20:52:40 tpot Exp $
+ *
+ * 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_GSSAPI_H
+#define __PACKET_GSSAPI_H
+
+/* Function prototypes */
+
+void
+gssapi_init_oid(char *oid, int proto, int ett, char *name);
+
+#endif /* __PACKET_GSSAPI_H */