summaryrefslogtreecommitdiff
path: root/print-http.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-15 15:27:28 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-15 22:42:38 +0200
commitb38f324af9dd953a661b9f35910f8c6d8eb2cc06 (patch)
treeeee57ca599fd522d5f369e9c4475bd4f9db82058 /print-http.c
parent11d3a01319e295dcabfb2647302d278938449226 (diff)
downloadtcpdump-b38f324af9dd953a661b9f35910f8c6d8eb2cc06.tar.gz
Add a summary comment in all other printers
Moreover: Remove some redundant comments Update some summary comments Update the specification URL for ATA over Ethernet (AoE) protocol
Diffstat (limited to 'print-http.c')
-rw-r--r--print-http.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/print-http.c b/print-http.c
index b18b8861..0aec7581 100644
--- a/print-http.c
+++ b/print-http.c
@@ -11,10 +11,7 @@
* 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"