summaryrefslogtreecommitdiff
path: root/print-loopback.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-15 15:27:28 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-15 22:42:38 +0200
commitb38f324af9dd953a661b9f35910f8c6d8eb2cc06 (patch)
treeeee57ca599fd522d5f369e9c4475bd4f9db82058 /print-loopback.c
parent11d3a01319e295dcabfb2647302d278938449226 (diff)
downloadtcpdump-b38f324af9dd953a661b9f35910f8c6d8eb2cc06.tar.gz
Add a summary comment in all other printers
Moreover: Remove some redundant comments Update some summary comments Update the specification URL for ATA over Ethernet (AoE) protocol
Diffstat (limited to 'print-loopback.c')
-rw-r--r--print-loopback.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/print-loopback.c b/print-loopback.c
index 2d5fca5d..10f69310 100644
--- a/print-loopback.c
+++ b/print-loopback.c
@@ -1,9 +1,4 @@
/*
- * This module implements decoding of the Loopback Protocol, originally
- * defined as the Configuration Testing Protocol. It is based on the following
- * specification:
- * http://www.mit.edu/people/jhawk/ctp.pdf
- *
* Copyright (c) 2014 The TCPDUMP project
* All rights reserved.
*
@@ -30,6 +25,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+/* \summary: Loopback Protocol printer */
+
+/*
+ * originally defined as the Ethernet Configuration Testing Protocol.
+ * specification: http://www.mit.edu/people/jhawk/ctp.pdf
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif