aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07MySQL: use tvb_format_text instead of format_text/tvb_get_ptrHadriel Kaplan1-4/+4
2015-07-07MySQL: dissector adds packet content to INFO column without scrubbing itHadriel Kaplan1-4/+9
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu1-21/+3
2015-02-05MySQL: fix assert when the Connect Attrs capability is set, but no attributesAlexis La Goutte1-1/+1
2015-02-04MySQL: Add Server ext caps and Auth Plugin Length to Server GreetingAlexis La Goutte1-3/+23
2015-02-04MySQL: Use proto_tree_add_bitmask(with_flags)Alexis La Goutte1-129/+92
2015-02-04MySQL: Add support of AuthSwitchRequest/AuthSwitchResponseAlexis La Goutte1-3/+80
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann1-3/+3
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-3/+3
2014-09-06MySQL : Eliminate proto_tree_add_text (use proto_tree_add_debug...)Alexis La Goutte1-5/+5
2014-09-05MySQL: add decode connattrs when use COM_CHANGE_USERAlexis La Goutte1-0/+28
2014-08-06MySQL: Add support of SSL in MySQLAlexis La Goutte1-0/+33
2014-08-06MySQL: add utf8mb4 charsetsDaniël van Eeden1-0/+32
2014-08-06MySQL: decode pwd and charset for COM_CHANGE_USERDaniël van Eeden1-1/+11
2014-08-05MySQL: Request Unknown (133) (SSL: Handshake response packet)Alexis La Goutte1-3/+4
2014-08-04MySQL: decoding response failsAlexis La Goutte1-1/+1
2014-08-02Add a routine to check whether all bytes implied by a 64-bit length exist.Guy Harris1-3/+6
2014-08-02MySQL: Support authplugin and connattrsDaniël van Eeden1-1/+117
2014-07-23MySQL: Add Client can handle expried passwords extended CapabilityAlexis La Goutte1-2/+8
2014-07-22Update MySQL Capability flagsDaniel van Eeden1-26/+36
2014-07-21simplify the tree handling a bitMartin Kaiser1-11/+7
2014-07-21display unused bytes as raw bytes not as ASCII stringMartin Kaiser1-2/+2
2014-07-21Add auth plugin to server greeting infoDaniël van Eeden1-0/+13
2014-05-19MySQL: fix soft-deprecated APIsAlexis La Goutte1-16/+16
2014-05-19MySQL: add new (extended) Capability flagsAlexis La Goutte1-6/+49
2014-05-19Mysql : add new flag for server status flagsAlexis La Goutte1-2/+19
2014-05-06Try to fixAndersBroman1-2/+2
2014-05-06MySQL protocol dissector: Add support for sessiontracking in MySQL 5.7.4. Bu...Jess Balint1-16/+203
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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