Add filter button support to FibreChannel stats and DCERPC stats.
[obnox/wireshark/wip.git] / packet-kerberos.c
index ecd6d3f5f60ab0a91e9189082b66ca40c4d68344..c5d49c5d3fb69e6a205a86ca8925b6f9a7b89696 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     http://www.ietf.org/internet-drafts/draft-ietf-krb-wg-kerberos-clarifications-03.txt
  *
- * $Id: packet-kerberos.c,v 1.38 2003/04/25 21:30:42 guy Exp $
+ * $Id: packet-kerberos.c,v 1.41 2003/07/08 06:39:13 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -565,6 +565,24 @@ krb_proto_tree_add_time(proto_tree *tree, tvbuff_t *tvb, int offset,
 
     which is all over the place in krb5 */
 
+#if 0
+
+/*
+ * Dissect Kerberos 5 flags, which seems to be encoded as an ASN.1 
+ * bit field ... but, there is a one byte padding field (why the f***
+ * they did that I don't know ...
+ *
+ * We will use this routine to dissect several different types of flags
+ * so we will pass in the ETT value to build the flags etc
+ */
+static void 
+dissect_ap_options(tvbuff_t *tvb, int offset)
+{
+
+}
+
+#endif
 static void
 dissect_type_value_pair(ASN1_SCK *asn1p, int *inoff,
                         guint32 *type, int *type_len, int *type_off,