]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-aoe.c
CVE-2017-13687/CHDLC: Improve bounds and length checks.
[tcpdump] / print-aoe.c
index d4ac4fb774c04b3b07e67ac4abbb36d5467a5343..97e93df2eab545f04deda9fd32bddce59d92cb4a 100644 (file)
@@ -1,8 +1,4 @@
 /*
- * This module implements decoding of the ATA over Ethernet (AoE) protocol
- * according to the following specification:
- * http://support.coraid.com/documents/AoEr11.txt
- *
  * Copyright (c) 2014 The TCPDUMP project
  * All rights reserved.
  *
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: ATA over Ethernet (AoE) protocol printer */
+
+/* specification: http://brantleycoilecompany.com/AoEr11.pdf */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif