First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

tshark how to enable nas-5gs EEA0 decrypt

tshark how to enable nas-5gs EEA0 decrypt, I have been trying all options i can think of to figure out the correct KEY, one such example below tshark -r 1UE.pcap -o nas_5gs.mm.eea0.null_decipher:true -Y "ngap" -T json >packets.json

tshark: -o flag "nas_5gs.mm.eea0.null_decipher:true" specifies unknown preference

Like wise tried many others

  1. -o EEA0:TRUE
  2. -o nas_5gs.mm.5g_ea0:TRUE
Yasho's avatar
3
Yasho
asked 2022-04-04 07:11:02 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The easiest way to figure these things out is to go straight to the source, in this case the preferences file. If you want to know where that is, run tshark -G folders. There you can find a link to where your personal configuration is.

When I look in my preferences file I see this entry, which might be what you're looking for:

# This should work when the NAS ciphering algorithm is NULL (5G-EEA0)
# TRUE or FALSE (case-insensitive)
#nas-5gs.null_decipher: FALSE
Jaap's avatar
13.7k
Jaap
answered 2022-04-04 08:48:04 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for this clue, figured out the issue was i was using nas_5gs instead of nas-5gs

Yasho's avatar Yasho (2022-04-04 12:16:38 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer