Category "tshark"

Using Tshark in compiled python exe

I have a working python script, which uses and imports pyshark, and therefore tshark. As long as I run the code via pycharm, everything is fine. As soon as I us

How to use wireshark to capture mysql query sql clearly

Because we develop using remote Mysql server , so cannot check query sql easily, if use local server you can tail - f general_log_file to see which sql are exec