]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ahcp.c
change make check to work with POSIX shell
[tcpdump] / print-ahcp.c
index 9f95947db29c96e600835e834b6f21ac8090c154..067b506944423c02b608dc8ac117d2ece0020b89 100644 (file)
@@ -1,8 +1,4 @@
 /*
- * This module implements decoding of AHCP (Ad Hoc Configuration Protocol) based
- * on draft-chroboczek-ahcp-00 and source code of ahcpd-0.53.
- *
- *
  * Copyright (c) 2013 The TCPDUMP project
  * All rights reserved.
  *
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* \summary: Ad Hoc Configuration Protocol (AHCP) printer */
+
+/* Based on draft-chroboczek-ahcp-00 and source code of ahcpd-0.53 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif