aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mysql.c
Commit message (Expand)AuthorAgeFilesLines
* From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.Chris Maynard2011-03-181-27/+9
* All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.Chris Maynard2011-03-171-36/+36
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-161-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Fix various typos and spelling errors.Bill Meier2010-12-061-2/+2
* From Alexis La Goutte: MYSQL: Fix FIELD_PACKET dissection;Bill Meier2010-10-061-26/+48
* From Brandon Skari:Anders Broman2010-08-031-9/+3
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-9/+1
* Fix some gcc -Wshadow warnings ....Bill Meier2010-01-181-11/+11
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-6/+2
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-15/+5
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-48/+48
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-83/+83
* #include reassemble.h not req'dBill Meier2009-03-311-1/+0
* Fix conversation tracking bug noticed in:Jeff Morriss2009-03-011-76/+64
* From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3...Jeff Morriss2009-02-281-20/+41
* Remove a whole bunch of if(tree)'s that were protecting singleJeff Morriss2009-02-281-188/+98
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Minor cleanups related to proto_reg_handoffBill Meier2008-09-261-2/+0
* conv_frame_states is an array of pointers, make it a GPtrArray instead of a G...Jeff Morriss2008-07-161-38/+59
* From Jess Balint (bug 2700):Stig Bjørlykke2008-07-121-42/+292
* s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss2008-01-241-1/+1
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-4/+4
* - s/ntohs/g_ntohsJeff Morriss2007-08-151-2/+3
* Put register_dissector() call back inJeff Morriss2007-07-191-0/+2
* From Jess Balint:Stephen Fisher2007-07-171-4/+38
* From Martin Warnes:Stephen Fisher2007-06-181-0/+9
* From Martin Warnes:Stephen Fisher2007-06-181-8/+10
* From Martin Warnesi:Jaap Keuter2006-11-301-0/+2
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-2/+2
* Remove leftover(?) plugin code.Anders Broman2006-07-181-23/+0
* fix coverity 188Ronnie Sahlberg2006-06-171-20/+15
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* From Axel Schwenke:Anders Broman2006-05-161-617/+1742
* Fix for bug 881. Adding processing of error packet when server greeting is ex...Jaap Keuter2006-04-301-20/+51
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-2/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+819