aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20From András Veres-Szentkirályi via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-20/+424
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-17/+17
2011-09-29Whitespace cleanup.Bill Meier1-26/+26
2011-09-29From András Veres-Szentkirályi: Added cursor type decoding to MySQL dissectorBill Meier1-3/+37
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-24/+24
2011-09-15From Pierre-Marie de Rodat:Anders Broman1-20/+58
2011-04-01From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-33/+70
2011-03-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-123/+148
2011-03-24From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-271/+265
2011-03-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-620/+588
2011-03-18From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.Chris Maynard1-27/+9
2011-03-17All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.Chris Maynard1-36/+36
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-2/+2
2010-10-06From Alexis La Goutte: MYSQL: Fix FIELD_PACKET dissection;Bill Meier1-26/+48
2010-08-03From Brandon Skari:Anders Broman1-9/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-9/+1
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-11/+11
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-15/+5
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