aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-48/+48
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-83/+83
2009-03-31#include reassemble.h not req'dBill Meier1-1/+0
2009-03-01Fix conversation tracking bug noticed in:Jeff Morriss1-76/+64
2009-02-28From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3...Jeff Morriss1-20/+41
2009-02-28Remove a whole bunch of if(tree)'s that were protecting singleJeff Morriss1-188/+98
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-2/+0
2008-07-16conv_frame_states is an array of pointers, make it a GPtrArray instead of a G...Jeff Morriss1-38/+59
2008-07-12From Jess Balint (bug 2700):Stig Bjørlykke1-42/+292
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-4/+4
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-2/+3
2007-07-19Put register_dissector() call back inJeff Morriss1-0/+2
2007-07-17From Jess Balint:Stephen Fisher1-4/+38
2007-06-18From Martin Warnes:Stephen Fisher1-0/+9
2007-06-18From Martin Warnes:Stephen Fisher1-8/+10
2006-11-30From Martin Warnesi:Jaap Keuter1-0/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-07-18Remove leftover(?) plugin code.Anders Broman1-23/+0
2006-06-17fix coverity 188Ronnie Sahlberg1-20/+15
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-16From Axel Schwenke:Anders Broman1-617/+1742
2006-04-30Fix for bug 881. Adding processing of error packet when server greeting is ex...Jaap Keuter1-20/+51
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+819