aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22MySQL: Replace illegal internal proto tree API useJaap Keuter1-8/+18
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-4/+4
2021-08-20MySQL: Fix COM_QUERY response dissector when CLIENT_DEPRECATE_EOF is setKaige Ye1-0/+21
2021-08-18MySQL: Fix EOF packet dissector when CLIENT_DEPRECATE_EOF is setKaige Ye1-2/+6
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-07-13MySQL: Add support for session track gitds & transaction infobookding1-0/+71
2021-04-17Fix some more item types.Martin Mathieson1-2/+2
2020-11-27MySQL: Enhance "field length encoded" and column info.Anders Broman1-49/+101
2020-09-22MySQL: Fixup connection data initialization.Gerald Combs1-14/+2
2020-09-16mysql: initilize is_mariadb_clientRonnie Sahlberg1-0/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-2/+2
2020-09-08MySQL: Added support for MariaDB protocolGeorg Richter1-62/+700
2020-08-21mysql: add more URLs.Guy Harris1-0/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-06-09Add some missing values into value_strings.Martin Mathieson1-0/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-01MySQL: is_ssl -> is_tls renamePascal Quantin1-3/+3
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-4/+4
2018-08-31MySQL: decode responses for more requests in a rowUli Heilmeier1-0/+1
2018-08-26MySQL: fix server status bit-maskUli Heilmeier1-9/+46
2018-06-08The string part of a NULL string is zero bytes long, not 4 bytes long.Guy Harris1-1/+1
2018-05-31mysql: fix packet length calculationPeter Wu1-8/+16
2018-04-10MySQL: Add initial support for command 30 (binlog dump gtid)Daniël van Eeden1-1/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-25Make hf_mysql_request cover the *entire* request.Guy Harris1-5/+7
2017-03-19MySQL: Bugfix state handlingMichael Mann1-76/+74
2017-03-18MySQL: Make value_string_ext variables staticMichael Mann1-2/+2
2017-03-17packet-mysql.c: Some minor improvementsMichael Mann1-12/+12
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-11MySQL: verify connection state before dissecting as greeting/login.Matt Lawrence1-2/+2
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