aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-28 06:41:49 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-28 06:41:49 +0000
commitd7f391d333c8e81515d64be3c0dc995c0eb91dce (patch)
tree962202aec341779f185875cd40fa340897847197 /epan/dissectors/packet-kerberos.h
parent3287558c949aef1232aa10b820f324d64f027622 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-kerberos.h')
-rw-r--r--epan/dissectors/packet-kerberos.h2
1 files changed, 1 insertions, 1 deletions
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);