QSIG fully implemented
[obnox/wireshark/wip.git] / epan / dissectors / packet-gssapi.h
index 7bf2ced0f9beebf677513d8fb79e41211f9b9c60..11c9586d2c92a7bd29525779be34b041011447c8 100644 (file)
@@ -4,8 +4,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -33,17 +33,17 @@ typedef struct _gssapi_oid_value {
        int ett;
        dissector_handle_t handle;
        dissector_handle_t wrap_handle;
-       gchar *comment;  /* For the comment */
+       const gchar *comment;  /* For the comment */
 } gssapi_oid_value;
 
 /* Function prototypes */
 
 void
-gssapi_init_oid(char *oid, int proto, int ett, dissector_handle_t handle,
-               dissector_handle_t wrap_handle, gchar *comment);
+gssapi_init_oid(const char *oid, int proto, int ett, dissector_handle_t handle,
+               dissector_handle_t wrap_handle, const gchar *comment);
 
 gssapi_oid_value *
-gssapi_lookup_oid(subid_t *oid, guint oid_len);
+gssapi_lookup_oid_str(const gchar *oid_key);
 
 int wrap_dissect_gssapi_verf(tvbuff_t *tvb, int offset, 
                             packet_info *pinfo,