aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mysql.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-03Clean up white space.Guy Harris1-78/+75
Don't include "packet-smb-common.h", as there's nothing in it we use. svn path=/trunk/; revision=7404
2003-02-28Call the capabilities subfields "mysql.caps.XXX", not "tcp.caps.XXX".Guy Harris1-15/+15
svn path=/trunk/; revision=7219
2003-01-21From Huagang Xie: use "tvb_format_text()" when putting the commandGuy Harris1-2/+2
parameter into the Info column. svn path=/trunk/; revision=6953
2003-01-20Use "tcp_dissect_pdus()" rather than doing that stuff ourselves.Guy Harris1-99/+84
"mysql_handle" doesn't need to be static. "is_response" is really a Boolean; make it a gboolean. Get rid of some unused variables. svn path=/trunk/; revision=6944
2003-01-19From Huagang Xie: dissector for MySQL protocol.Guy Harris1-0/+837
svn path=/trunk/; revision=6939