]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zeromq.c
Add a summary comment in all other printers
[tcpdump] / print-zeromq.c
index 661b9737cb3fc58b9e70b178ae876ed20463748b..e07f8c6904f5b890e5c03644fced36d96d289f28 100644 (file)
@@ -1,7 +1,4 @@
 /*
- * This file implements decoding of ZeroMQ network protocol(s).
- *
- *
  * Copyright (c) 2013 The TCPDUMP project
  * All rights reserved.
  *
@@ -28,6 +25,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: ZeroMQ Message Transport Protocol (ZMTP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif