aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up white space.Guy Harris2003-04-031-78/+75
| | | | | | Don't include "packet-smb-common.h", as there's nothing in it we use. svn path=/trunk/; revision=7404
* Call the capabilities subfields "mysql.caps.XXX", not "tcp.caps.XXX".Guy Harris2003-02-281-15/+15
| | | | svn path=/trunk/; revision=7219
* From Huagang Xie: use "tvb_format_text()" when putting the commandGuy Harris2003-01-211-2/+2
| | | | | | parameter into the Info column. svn path=/trunk/; revision=6953
* Use "tcp_dissect_pdus()" rather than doing that stuff ourselves.Guy Harris2003-01-201-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
* From Huagang Xie: dissector for MySQL protocol.Guy Harris2003-01-191-0/+837
svn path=/trunk/; revision=6939