Ask Your Question
0

tshark how to enable nas-5gs EEA0 decrypt

asked 2022-04-04 07:11:02 +0000

Yasho gravatar image

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
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-04-04 08:48:04 +0000

Jaap gravatar image

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
edit flag offensive delete link more

Comments

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

Yasho gravatar imageYasho ( 2022-04-04 12:16:38 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-04-04 07:11:02 +0000

Seen: 616 times

Last updated: Apr 04 '22