Is it possible to print TX_PACKETS, TX_BYTES, RX_PACKETS and RX_BYTES?
I wanted to print the TX_PACKETS, TX_BYTES, RX_PACKETS and RX_BYTES only. It is readable using tshark -r cap.pcapng -nq -z endpoints,tcp -z endpoints,udp
but I only want those four. Is it possible to print out only the four of them?