Ask Your Question

le_top's profile - activity

2023-03-22 23:16:17 +0000 received badge  Famous Question (source)
2023-03-22 23:16:17 +0000 received badge  Notable Question (source)
2023-03-22 23:16:17 +0000 received badge  Popular Question (source)
2023-02-17 19:31:00 +0000 received badge  Famous Question (source)
2023-02-17 19:31:00 +0000 received badge  Notable Question (source)
2023-02-17 19:31:00 +0000 received badge  Popular Question (source)
2022-08-28 22:12:07 +0000 received badge  Famous Question (source)
2021-09-16 21:20:00 +0000 commented answer tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference"

Thanks for this link, I've been preparing and validating my own answer. Not so easy to lead up to the right CLI option t

2021-09-16 21:16:00 +0000 edited answer tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference"

Wireshark's code shows: prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx"); 'git blame' helps us

2021-09-16 21:15:14 +0000 edited answer tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference"

Wireshark's code shows: " prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx");" 'git blame' helps

2021-09-16 21:12:21 +0000 received badge  Rapid Responder (source)
2021-09-16 21:12:21 +0000 answered a question tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference"

Wireshark's code shows: " prefs_register_obsolete_preference(ieee802154_module, "802154_cc24xx");" 'git blame' helps

2021-09-16 18:27:55 +0000 asked a question tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference"

tshark 3.4.4: Fixing flag "-o flag "wpan.802154_cc24xx:TRUE" specifies unknown preference" I upgraded a raspberry pi sys

2021-09-16 17:45:54 +0000 received badge  Notable Question (source)
2020-12-15 15:49:52 +0000 received badge  Popular Question (source)
2020-11-12 17:36:42 +0000 commented question [Suggestion] socat to text2pcap

As text2pcap already exists and does hex conversion, I thought that making that compatible would do the jobs. I do not

2020-11-11 09:37:19 +0000 asked a question [Suggestion] socat to text2pcap

[Suggestion] socat to text2pcap I was looking for a way to replay socat logs, and to see them in the wireshark interface

2020-09-13 16:36:07 +0000 answered a question Live Zigbee Traffic in Wireshark

The link provided by @Chuckc provides some general information and further links. Basically, Wireshark and Tshark expec

2020-07-10 18:28:08 +0000 edited answer How to log to .pcap files and also allow real time logging

I did not find a solution matching my needs, so I implemented my own in perl. It: Reads 1 to many input pcap fifos (p

2020-07-10 18:27:32 +0000 edited answer How to log to .pcap files and also allow real time logging

I did not find a solution matching my needs, so I implemented my own in perl. It: Reads 1 to many input pcap fifos (p

2020-07-10 18:25:35 +0000 edited answer How to log to .pcap files and also allow real time logging

I did not find a solution matching my needs, so I implemented my own in perl. Its: - Read 1 to many input pcap fifos (

2020-07-10 18:23:20 +0000 edited answer How to log to .pcap files and also allow real time logging

I did not find a solution matching my needs, so I implemented my own in perl. It can write to: - Read 1 to many input p

2020-07-10 18:17:20 +0000 edited question How to log to .pcap files and also allow real time logging

How to log to .pcap files and also allow real time logging My specific context is related to debugging misbehavior on Zi

2020-07-10 17:34:47 +0000 answered a question How to log to .pcap files and also allow real time logging

I did not find a solution matching my needs, so I implemented my own in perl. It can write to: - Read 1 to many input p

2020-07-05 23:21:28 +0000 commented answer How to log to .pcap files and also allow real time logging

Apparently I was not entirely clear. Storing the historical data on the Linux capture host if fine for me. If I need th

2020-07-04 10:13:06 +0000 asked a question How to log to .pcap files and also allow real time logging

How to log to .pcap files and also allow real time logging My specific contexts is related to debugging misbehavior on Z

2020-06-21 02:16:40 +0000 edited answer Merge regular text logs (as info) and packet captures

I created a perl script to convert the log file to a pcap file with syslog messages. Available here: https://gist.github

2020-06-21 02:14:43 +0000 received badge  Editor (source)
2020-06-21 02:14:43 +0000 edited answer Merge regular text logs (as info) and packet captures

I created a perl script to convert the log file to a pcap file with syslog messages. Available here: https://gist.github

2020-06-21 01:59:08 +0000 commented answer Merge regular text logs (as info) and packet captures

I check the email thread, but it is IMHO about extracting files from packets. Converting in syslog packets is more or le

2020-06-21 01:57:23 +0000 received badge  Rapid Responder (source)
2020-06-21 01:57:23 +0000 answered a question Merge regular text logs (as info) and packet captures

I created a perl script to convert the log file to a pcap file with syslog messages. Available here: https://gist.github

2020-06-20 23:05:23 +0000 commented answer Merge regular text logs (as info) and packet captures

Thank you for your feedback. Apparently there is not method ready to use. Adding stuff to the pcapng format is the good

2020-06-20 18:39:15 +0000 asked a question Merge regular text logs (as info) and packet captures

Merge regular text logs (as info) and packet captures I have regular human readable text logs from my application showin