Hello, I'm trying to export to CSV some data from PMU (synphasor). When I chose synphasor.phasor in the tshark code, it returns the name of the chanel, I want to have the value. Is that possible
"C:\Program Files\Wireshark\tshark.exe" -r "%arquivo%" -Y "%filtro%" -T fields -e frame.number -e frame.time_utc -e eth.src -e eth.dst -e synphasor.actual_frequency_value -e synphasor.rate_change_frequency -e synphasor.phasor.real -E occurrence=a -E header=y -E separator=, -E quote=d > "%saida%"