]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-http.c
Add a summary comment in all other printers
[tcpdump] / print-http.c
index 49df1748ededdcda5018e931e7904f361ad1d65a..0aec75818263c4d6dc90ca8288f273ee3567b496 100644 (file)
  * FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header$";
-#endif
+/* \summary: Hypertext Transfer Protocol (HTTP) printer */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "interface.h"
+#include "netdissect.h"
 #include "extract.h"
 
 /*