SQL Parameters missing when using tshark against PostgreSQL v12 traffic
I'm attempting to spy on non-SSL PostgreSQL traffic using tshark using the following command: # tshark -f 'tcp dst port 5432' -O PGSQL -d 'tcp.port==5432,pgsql' -T fields -e pgsql.query I am able to see SQL queries, but all the actual…