aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-166/+161
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-09-07Batch of filterable expert infoMichael Mann1-12/+27
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-10/+10
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-24/+14
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-04-17Catch overflow condition in mysql dissector.Evan Huus1-1/+19
2013-03-18From beroset:Anders Broman1-8/+8
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-74/+74
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-01Add expert warning when we get a mysql EOF marker and theEvan Huus1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-16Thou shalt not use proto_tree_add_string() with an FT_BYTES field.Guy Harris1-2/+3
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