]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-resp.c
Add a summary comment in all other printers
[tcpdump] / print-resp.c
index 5e36edafdae5398e69f48292238d42c8ef77674e..2fed3aee7ae25f7c998018363cca56ffff8daf45 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * This file implements decoding of the REdis Serialization Protocol.
- *
- *
  * Copyright (c) 2015 The TCPDUMP project
  * All rights reserved.
  *
@@ -30,6 +27,8 @@
  * Initial contribution by Andrew Darqui ([email protected]).
  */
 
+/* \summary: REdis Serialization Protocol (RESP) printer */
+
 #define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"