Ethereal-cvs: [Ethereal-cvs] rev 13780: /trunk/epan/dissectors/: packet-gssapi.c packet-ldap.c
User: guy
Date: 2005/03/16 03:59 PM
Log:
Have GSS-API subdissectors supply a "data is encrypted" flag to their
callers, so that they can tell "no decrypted tvbuff because I couldn't
decrypt it" from "no decrypted tvbuff because it's not encrypted in the
first place". Set that based on the Kerberos seal algorithm field in
the SPNEGO Kerberos 5 wrap dissector code.
Use that to determine whether the GSS-API encapsulated data in LDAP is
encrypted or not., rather than using a heuristic.
Set the length of the SASL blob tvbuff based on the SASL length and the
length of the tvbuff from which it's consstructed, rather than setting
it to the SASL length.
Directory: /trunk/epan/dissectors/
Changes Path Action
+7 -0 packet-gssapi.c Modified
+20 -18 packet-ldap.c Modified
+7 -4 packet-spnego.c Modified
Directory: /trunk/epan/
Changes Path Action
+7 -2 packet_info.h Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13780&view=rev