Wireshark-bugs: [Wireshark-bugs] [Bug 10351] MySQL: decoding COM_CHANGE_USER from new clients fa

Date: Sun, 10 Aug 2014 11:15:52 +0000

Comment # 9 on bug 10351 from
Created attachment 12976 [details]
C program to generate sample with change user and connattr

gcc -c `mysql_config --include` mysql_chusr_attrs.c
gcc -o mysql_chusr_attrs mysql_chusr_attrs.o `mysql_config --libs`
./mysql_chusr_attrs

The usernames, passwords and host/port are hardcoded.


You are receiving this mail because:
  • You are watching all bug changes.