JSON question
Complete beginner here. Capturing all traffic between and EV charger and the back office. Using the display filter "websocket &&(ip.addr == 192.168.0.2) " to show only the websocket messages to and from my processor board. - This works fine.
I want to write ONLY the Line-based text data from Wireshark to a file for further analysis.
How can I do this?
Thanks.