]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-icmp.c
Make another never-negative variable an unsigned.
[tcpdump] / print-icmp.c
index d5563db41611608cab3dd5608e07bb0bc6bfe34a..17e7a752cf6ec272e42c768b84104de8c0778f80 100644 (file)
@@ -19,6 +19,8 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: Internet Control Message Protocol (ICMP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif