]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-http.c
IS-IS: Use more ND_TCHECK_n() macros
[tcpdump] / print-http.c
index 4f6a5d239591de2d47ff79a11a5a57eedb75206e..f4cc0e7bd39ea329128172e8b4ed53fea1f461b8 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"
+#include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include <stdio.h>
 #include <stdlib.h>