X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d6af516cbc7c874404cb07456a6e80a8e9ddd9b4..77493011a78df00e5ba285d56fa97c816c088ceb:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index c714f939..9b163564 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -586,7 +586,7 @@ rfc1048_print(netdissect_options *ndo, } tag = *bp++; --len; - ND_PRINT((ndo, tok2str(nbo2str, NULL, tag))); + ND_PRINT((ndo, "%s", tok2str(nbo2str, NULL, tag))); break; case TAG_OPT_OVERLOAD: @@ -598,7 +598,7 @@ rfc1048_print(netdissect_options *ndo, } tag = *bp++; --len; - ND_PRINT((ndo, tok2str(oo2str, NULL, tag))); + ND_PRINT((ndo, "%s", tok2str(oo2str, NULL, tag))); break; case TAG_CLIENT_FQDN: