how can i write in different files without the -w option ?
Hi, i have to write into different files (1/hour) and i can't use -w because i don't want raw data.
an exemple :
tshark -Y ... -b files:24 -b interval:3600 -i Ethernet -T json -t u -e frame.time -e a -e b -e ip.src >> text.json
is it possible, and how ?