summaryrefslogtreecommitdiff
path: root/print-ospf.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-14 15:42:19 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2016-08-14 17:03:43 +0200
commit11d3a01319e295dcabfb2647302d278938449226 (patch)
tree21fc77dc17e7b3958e4ee5fa723d8585434a39a1 /print-ospf.c
parent32a34e8e3b99e00004931ee82b14bd45fc2ce204 (diff)
downloadtcpdump-11d3a01319e295dcabfb2647302d278938449226.tar.gz
Move the printer summaries from INSTALL.txt to each printer
with the tag '\summary:' for greping. Remark: Currently some printers have no summary line. Moreover: Summarize all printers with a single line in INSTALL.txt
Diffstat (limited to 'print-ospf.c')
-rw-r--r--print-ospf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/print-ospf.c b/print-ospf.c
index 0e84e584..03df0598 100644
--- a/print-ospf.c
+++ b/print-ospf.c
@@ -21,6 +21,8 @@
* OSPF support contributed by Jeffrey Honig (jch@mitchell.cit.cornell.edu)
*/
+/* \summary: Open Shortest Path First (OSPF) printer */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif