aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+5
2016-03-26MySQL: Fix query string in info columnDaniël van Eeden1-1/+1
2016-03-24MySQL: Decoding of the header of compressed packetsDaniël van Eeden1-1/+68
2016-03-23Update MySQL protocol URLDaniël van Eeden1-2/+1
2016-03-23MySQL: Fix typo on CAPS_UNUSED #defineAlexis La Goutte1-1/+1
2016-03-20Add missing auth switch values to value_stringDaniël van Eeden1-0/+2
2016-03-20Add CLIENT_DEPRECATE_EOF flagDaniël van Eeden1-0/+8
2016-03-20Fix response ok packet with no session tracking info but flag setDaniël van Eeden1-22/+24
2016-03-20Fix compiling with CTDEBUG=1Daniël van Eeden1-7/+7
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-13Use result of register_dissectorPeter Wu1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
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