Closed msabramo closed 12 years ago
I have some concerns about the licensing on this code. Is it BSD compatible? I also need to be convinced that this code doesn't blow up if the tcp segments are short (because of -s 68, or because they are segmented different, or IP fragmented). So, some test cases are in order. Meanwhile, I've pulled them into mysql branch.
Hi Michael,
Those are valid concerns and I'll try in the long-term to get the mysqlsniffer author's licensing terms and some tests in place.
I noticed that you said you'd pull into the "mysql" branch, but it looks like you pulled it into the "master" branch? Was that a mistake?
Steal code from mysqlsniffer for special parsing of MySQL packets.
This addresses #31.
Results of running tests...
Here's the sample output I get from doing a query
SELECT * FROM people
which returns 1 row with my first and last name from apeople
table in a database calledscratch_db
: