X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69cb46af9119e8b5554bcc4bf1bf36f39cb82131..1fb50928ce27360c1c987312774f686b23c69b51:/print-msnlb.c diff --git a/print-msnlb.c b/print-msnlb.c index 2721246d..5264da49 100644 --- a/print-msnlb.c +++ b/print-msnlb.c @@ -26,13 +26,15 @@ * SUCH DAMAGE. */ +/* \summary: MS Network Load Balancing's (NLB) heartbeat printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h"