X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8faebcd37ba59c7c0cf46a50bc751fbdc0522578..d6aacc676d8540f31d1df72b12b43fc9cde93df6:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index fe0a070c..83fa0278 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -21,16 +21,15 @@ * Format and print bootp packets. */ -#define NETDISSECT_REWORKED #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -997,7 +996,7 @@ rfc1048_print(netdissect_options *ndo, break; } if (len < suboptlen) { - ND_PRINT((ndo, "ERROR: malformed option")); + ND_PRINT((ndo, "ERROR: invalid option")); bp += len; len = 0; break;