Wireshark-bugs: [Wireshark-bugs] [Bug 10599] Display mysql.row.text 1 line per row
Date: Wed, 22 Oct 2014 13:28:08 +0000

Comment # 5 on bug 10599 from
You can run the tshark command to sniff your own mysql server.

You can soon find out what I meant here.  

Based on mysql.num_fields, it should not be too hard to split the line (so as
one line per row).

For example, table1 has two records, and I wish tshark would print two lines
for the query:

"select * from table1"

Currently, it prints a single line for the two records.


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