aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-11-16Thou shalt not use proto_tree_add_string() with an FT_BYTES field.guy1-2/+3
2011-10-20From András Veres-Szentkirályi via https://bugs.wireshark.org/bugzilla/show...morriss1-20/+424
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-17/+17
2011-09-29Whitespace cleanup.wmeier1-26/+26
2011-09-29From András Veres-Szentkirályi: Added cursor type decoding to MySQL dissectorwmeier1-3/+37
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-24/+24
2011-09-15From Pierre-Marie de Rodat:etxrab1-20/+58
2011-04-01From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-33/+70
2011-03-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-123/+148
2011-03-24From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-271/+265
2011-03-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-620/+588
2011-03-18From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.cmaynard1-27/+9
2011-03-17All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.cmaynard1-36/+36
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Fix various typos and spelling errors.wmeier1-2/+2
2010-10-06From Alexis La Goutte: MYSQL: Fix FIELD_PACKET dissection;wmeier1-26/+48
2010-08-03From Brandon Skari:etxrab1-9/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-9/+1
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-11/+11
2009-09-24Don't guard col_append_str with check_colkrj1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-15/+5
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-48/+48
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-83/+83
2009-03-31#include reassemble.h not req'dwmeier1-1/+0
2009-03-01Fix conversation tracking bug noticed in:morriss1-76/+64
2009-02-28From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3...morriss1-20/+41
2009-02-28Remove a whole bunch of if(tree)'s that were protecting singlemorriss1-188/+98
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-2/+0
2008-07-16conv_frame_states is an array of pointers, make it a GPtrArray instead of a G...morriss1-38/+59
2008-07-12From Jess Balint (bug 2700):stig1-42/+292
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gmorriss1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-4/+4
2007-08-15- s/ntohs/g_ntohsmorriss1-2/+3
2007-07-19Put register_dissector() call back inmorriss1-0/+2
2007-07-17From Jess Balint:sfisher1-4/+38
2007-06-18From Martin Warnes:sfisher1-0/+9
2007-06-18From Martin Warnes:sfisher1-8/+10
2006-11-30From Martin Warnesi:jake1-0/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-07-18Remove leftover(?) plugin code.etxrab1-23/+0
2006-06-17fix coverity 188sahlberg1-20/+15
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-16From Axel Schwenke:etxrab1-617/+1742
2006-04-30Fix for bug 881. Adding processing of error packet when server greeting is ex...jake1-20/+51
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2