From d7f391d333c8e81515d64be3c0dc995c0eb91dce Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 28 Aug 2005 06:41:49 +0000 Subject: In at least some captures, some Kerberos packets contain just a Ticket structure. Handle that. Don't muck with the columns, or put a top-level Kerberos protocol item into the protocol tree, until we decide that we really have a Kerberos packet. Do, however, clear the Info column if we're dissecting the Kerberos protocol. svn path=/trunk/; revision=15590 --- epan/dissectors/packet-kerberos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-kerberos.h') diff --git a/epan/dissectors/packet-kerberos.h b/epan/dissectors/packet-kerberos.h index b1e6296db1..8a359b43ac 100644 --- a/epan/dissectors/packet-kerberos.h +++ b/epan/dissectors/packet-kerberos.h @@ -42,7 +42,7 @@ typedef struct _kerberos_callbacks { /* Function prototypes */ gint -dissect_kerberos_main(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int do_col_info, kerberos_callbacks *cb); +dissect_kerberos_main(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboolean do_col_info, kerberos_callbacks *cb); int dissect_krb5_Checksum(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset); -- cgit v1.2.3