X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..d6aacc676d8540f31d1df72b12b43fc9cde93df6:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index 07c518e8..83fa0278 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -25,11 +25,11 @@ #include "config.h" #endif -#include +#include #include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" #include "extract.h" @@ -996,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;