NAS 5GS: fix null_decipher preference text

Change-Id: I0ce8f529ac0a0eb7a573544b1abfc033331aea3c
Reviewed-on: https://code.wireshark.org/review/34759
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2019-10-11 12:01:20 +02:00
parent 926d5504f7
commit 9dc1b31272
1 changed files with 2 additions and 2 deletions

View File

@ -8268,8 +8268,8 @@ proto_register_nas_5gs(void)
prefs_register_bool_preference(nas_5GS_module,
"null_decipher",
"Try to detect and decode EEA0 ciphered messages",
"This should work when the NAS ciphering algorithm is NULL (128-EEA0)",
"Try to detect and decode 5G-EA0 ciphered messages",
"This should work when the NAS ciphering algorithm is NULL (5G-EEA0)",
&g_nas_5gs_null_decipher);