aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-22 21:11:28 +0100
committerMichael Mann <mmann78@netscape.net>2016-03-23 11:44:04 +0000
commitbf82500674ce7cd9da7f4dae0acaff438c3a9594 (patch)
treee09cf04a1a26eef43f22455c7a5d597cc69604d9
parent040f5e5c1be75c81efa539dc242d2600364c7432 (diff)
MySQL: Fix typo on CAPS_UNUSED #define
Change-Id: I4b4a5e6ca0b10068075767e6eec95c97d32034a1 Reviewed-on: https://code.wireshark.org/review/14561 Reviewed-by: Daniƫl van Eeden <wireshark@myname.nl> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mysql.c b/epan/dissectors/packet-mysql.c
index 8831d189d2..ce9488f950 100644
--- a/epan/dissectors/packet-mysql.c
+++ b/epan/dissectors/packet-mysql.c
@@ -103,7 +103,7 @@ void proto_reg_handoff_mysql(void);
#define MYSQL_CAPS_EP 0x0040 /* CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS */
#define MYSQL_CAPS_ST 0x0080 /* CLIENT_SESSION_TRACK */
#define MYSQL_CAPS_DE 0x0100 /* CLIENT_DEPRECATE_EOF */
-#define MYSQL_CAPS_UNUSED 0xFF00
+#define MYSQL_CAPS_UNUSED 0xFE00
/* status bitfield */
#define MYSQL_STAT_IT 0x0001