https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481
Summary: Description for Kerberos 5's ENC-TKT-IN-SKEY is wrong
Product: Wireshark
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Dissection engine (libwireshark)
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: wangweij@xxxxxxxxx
Build Information:
Not relevant
--
[wireshark] / epan / dissectors / packet-kerberos.c
1600 static const true_false_string krb5_kdcoptions_enc_tkt_in_skey = {
1601 "ENCrypt TKT in SKEY",
1602 "Do NOT encrypt the tkt inside the skey"
1603 };
Here, the false string should be
"Do NOT encrypt the tkt in the skey"
Or, if you like it to be more precisely,
"Do NOT encrypt the tkt using the skey"
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.