aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.h
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-09-07 03:32:49 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-09-07 03:32:49 +0000
commit5739c418b79f8da8c953d1a8e3e5376786aefd58 (patch)
tree0746b8b13de11eb86870a3b4e3ca295868c4e060 /packet-kerberos.h
parent0a749ca6b4457a91ada54756a6fd3be22955a841 (diff)
OK, now have KRB5 dissector playing nice.
svn path=/trunk/; revision=6209
Diffstat (limited to 'packet-kerberos.h')
-rw-r--r--packet-kerberos.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-kerberos.h b/packet-kerberos.h
index 375d9fa8f3..83605ad14b 100644
--- a/packet-kerberos.h
+++ b/packet-kerberos.h
@@ -1,6 +1,6 @@
/* packet-gssapi.h
*
- * $Id: packet-kerberos.h,v 1.4 2002/09/07 00:29:28 jmayer Exp $
+ * $Id: packet-kerberos.h,v 1.5 2002/09/07 03:32:49 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,7 +26,7 @@
/* Function prototypes */
-int dissect_Ticket(ASN1_SCK *asn1p, packet_info *pinfo,
- proto_tree *tree, int start_offset);
+gboolean
+dissect_kerberos_main(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int do_col_info);
#endif /* __PACKET_KERBEROS_H */