X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3fb4560e1ebe3144a0f475373eeaaaf7ca91f501..f152c1268f28fc84d15d364b742f500e12374b33:/print-aoe.c diff --git a/print-aoe.c b/print-aoe.c index 6a3cbb03..97e93df2 100644 --- a/print-aoe.c +++ b/print-aoe.c @@ -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. * @@ -29,11 +25,15 @@ * 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 -#include +#include #include "netdissect.h" #include "extract.h" @@ -41,7 +41,6 @@ #include "ether.h" static const char tstr[] = " [|aoe]"; -static const char istr[] = " (invalid)"; #define AOE_V1 1 #define ATA_SECTOR_SIZE 512