X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/c1c3c77463d592cc576eaa491e604752044ca55a..1fb50928ce27360c1c987312774f686b23c69b51:/print-rip.c diff --git a/print-rip.c b/print-rip.c index 087b2d9f..cf661d03 100644 --- a/print-rip.c +++ b/print-rip.c @@ -19,17 +19,19 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* \summary: Routing Information Protocol (RIP) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include "netdissect.h" #include "addrtoname.h" -#include "extract.h" /* must come after interface.h */ +#include "extract.h" #include "af.h"