Ask Your Question

Yasho's profile - activity

2023-02-22 20:09:47 +0000 received badge  Notable Question (source)
2023-02-22 20:09:47 +0000 received badge  Popular Question (source)
2022-04-04 12:16:38 +0000 commented answer tshark how to enable nas-5gs EEA0 decrypt

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

2022-04-04 12:14:51 +0000 marked best answer 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
2022-04-04 12:14:51 +0000 received badge  Scholar (source)
2022-04-04 07:54:34 +0000 asked a question tshark how to enable nas-5gs EEA0 decrypt

tshark how to enable nas-5gs EEA0 decrypt tshark how to enable nas-5gs EEA0 decrypt, I have been trying all options i ca