aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniƫl van Eeden <git@myname.nl>2016-03-20 09:40:00 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-23 21:48:17 +0000
commit0408f7c1a284867c997f1701474d440f2ffbb5cb (patch)
tree4bc760c9d39b4842d8b5cda19e656dfabb01b2a7
parent77b26d6d71150ba0870541ac31bf6176fbfaf26e (diff)
Update MySQL protocol URL
Change-Id: Ia50e06f8e9387ccb5e413f9a77fa811f092cb34a Reviewed-on: https://code.wireshark.org/review/14602 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--epan/dissectors/packet-mysql.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mysql.c b/epan/dissectors/packet-mysql.c
index ce9488f950..b23a9eff8e 100644
--- a/epan/dissectors/packet-mysql.c
+++ b/epan/dissectors/packet-mysql.c
@@ -27,8 +27,7 @@
*
*
* the protocol spec at
- * http://public.logicacmg.com/~redferni/mysql/MySQL-Protocol.html
- * http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol
+ * https://dev.mysql.com/doc/internals/en/client-server-protocol.html
* and MySQL source code
*/