fix kerberos dissector for those having no kerberos decryption

svn path=/trunk/; revision=13591
This commit is contained in:
Lars Roland 2005-03-05 00:21:46 +00:00
parent 413deb9130
commit e434150f99
1 changed files with 1 additions and 1 deletions

View File

@ -1885,7 +1885,6 @@ dissect_krb5_seq_number(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int
#ifdef HAVE_KERBEROS
static int
dissect_krb5_pausec(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset)
{
@ -1903,6 +1902,7 @@ static const ber_sequence_t PA_ENC_TS_ENC_sequence[] = {
{ BER_CLASS_CON, 1, BER_FLAGS_OPTIONAL, dissect_krb5_pausec },
{ 0, 0, 0, NULL }
};
#ifdef HAVE_KERBEROS
static int
dissect_krb5_decrypt_PA_ENC_TIMESTAMP (packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset)
{