Ask Your Question

wireless_guy's profile - activity

2021-06-24 00:40:54 +0000 received badge  Famous Question (source)
2020-07-30 18:44:41 +0000 received badge  Notable Question (source)
2019-10-18 09:04:17 +0000 received badge  Popular Question (source)
2019-01-23 10:15:41 +0000 commented answer How to insert network key when use tshark in command line

Thanks a lot. Let me try it.

2019-01-23 03:36:52 +0000 marked best answer How to insert network key when use tshark in command line

Hi All,

I'm using wireshark to capture packets. Now I want to achieve below functions, 1) Wireshark and tshark were installed in a Linux machine. This Linux machine has no screen. 2) I want to use tshark command to covert a zigbee network captured .pcap file to a JSON file.

For the above function was already realized at my side using the command tshark -r input.pcap -T json >output.json.

But I met the problem about security encryption of zigbee packet. So the content in .json was still encrypted.

I want to know how to insert the network key or link key of zigbee network easy in tshark.

Thanks a lot.

2019-01-23 03:36:52 +0000 received badge  Scholar (source)
2019-01-23 03:36:32 +0000 received badge  Rapid Responder
2019-01-23 03:36:32 +0000 answered a question How to insert network key when use tshark in command line

Hi, Thanks for your reply. On my Linux machine, I didn't find the folder the preferences. I just find there is a folder

2019-01-22 09:03:35 +0000 asked a question How to insert network key when use tshark in command line

How to insert network key when use tshark in command line Hi All, I'm using wireshark to capture packets. Now I want to