From d669d4bc3654c0e62d5db5f12af8e86bc65dca8e Mon Sep 17 00:00:00 2001 From: James Jones Date: Tue, 3 Oct 2023 11:09:30 -0500 Subject: [PATCH] Update comment on reference for VLAN Query Protocol (#5198) http://www.hackingciscoexposed.com/pdf/chapter12.pdf gives a 404, and isn't in the Wayback Machine, so we replace it with title, authors, publisher and date of the book. --- src/protocols/vmps/vmps.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/protocols/vmps/vmps.c b/src/protocols/vmps/vmps.c index 98d4d3fccd4a..a802a2972ad0 100644 --- a/src/protocols/vmps/vmps.c +++ b/src/protocols/vmps/vmps.c @@ -44,9 +44,8 @@ typedef struct { /* * http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/tcpdump/print-vqp.c * - * Some of how it works: - * - * http://www.hackingciscoexposed.com/pdf/chapter12.pdf + * Chapter 12 of Hacking Cisco Networks Exposed (Vladimirov, Gavrilenko, + * and Mikhailovsky, McGraw-Hill 2005) describes some of how it works. * * VLAN Query Protocol (VQP) *