aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*/