aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gssapi.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-08-27 23:30:34 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-08-27 23:30:34 +0000
commit0401d1762965b06dc6735c07b18cb0973052cf10 (patch)
tree85a91c3851a145cc0db116560671d1faa9732712 /packet-gssapi.h
parent55d87b38b5abbdd41f2161a7065ad9edc24d92fa (diff)
OK, fix up the problems of the previous commit ...
svn path=/trunk/; revision=6105
Diffstat (limited to 'packet-gssapi.h')
-rw-r--r--packet-gssapi.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/packet-gssapi.h b/packet-gssapi.h
index fd1af5da27..20503f2c3e 100644
--- a/packet-gssapi.h
+++ b/packet-gssapi.h
@@ -2,7 +2,7 @@
* 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 $
+ * $Id: packet-gssapi.h,v 1.2 2002/08/27 23:30:34 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,6 +26,18 @@
#ifndef __PACKET_GSSAPI_H
#define __PACKET_GSSAPI_H
+/* Structures needed outside */
+
+typedef struct _gssapi_oid_value {
+ int proto;
+ int ett;
+ gchar *name;
+} gssapi_oid_value;
+
+/* externs ... */
+
+extern GHashTable *gssapi_oids;
+
/* Function prototypes */
void