https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6191
Summary: Could nas-eps dissector check the ciphering status by
type of ciphering algorithm?
Product: Wireshark
Version: 1.6.1
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: billyjeans@xxxxxxxxx
Build Information:
Version 1.6.1 (SVN Rev 38096 from /trunk-1.6)
--
Now the nas-eps check the ciphering status by "guess" from the pd bits:
/* If pd is in plaintext this message probably isn't ciphered */
if((pd!=7)&&(pd!=2)&&(pd!=15))
However this may not work all the time.
Is it possible that nas-eps dissector could check the ciphering status by using
previously received type of ciphering algorithm?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.