aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-25 21:29:19 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-25 21:29:19 +0000
commit0e48f176af2071a1a79146fb45ffd054e955e91c (patch)
tree105b5ced10bc77cbd5df58045045f1495a029ab9 /packet-kerberos.h
parent0c743e433864abbf80a8e9f55bbe3118a04e61e0 (diff)
From Tony Schene: Kerberos-over-TCP support.
svn path=/trunk/; revision=7564
Diffstat (limited to 'packet-kerberos.h')
-rw-r--r--packet-kerberos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-kerberos.h b/packet-kerberos.h
index 12ce0ba0c2..042fc20e23 100644
--- a/packet-kerberos.h
+++ b/packet-kerberos.h
@@ -1,6 +1,6 @@
/* packet-kerberos.h
*
- * $Id: packet-kerberos.h,v 1.6 2002/09/07 08:29:13 jmayer Exp $
+ * $Id: packet-kerberos.h,v 1.7 2003/04/25 21:29:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,7 +26,7 @@
/* Function prototypes */
-gboolean
+gint
dissect_kerberos_main(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int do_col_info);
#endif /* __PACKET_KERBEROS_H */