X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e2982e7f6f0b624a773ec5a58885ee80fab46d34..ff2bbd6ffe2ba25884e36f2bcc97fb156cf280e6:/print-rx.c diff --git a/print-rx.c b/print-rx.c index 882e8003..150ee971 100644 --- a/print-rx.c +++ b/print-rx.c @@ -36,13 +36,13 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include #include #include -#include +#include "netdissect-stdinc.h" #include "netdissect.h" #include "addrtoname.h" @@ -2728,7 +2728,7 @@ rx_ack_print(netdissect_options *ndo, */ if (ndo->ndo_vflag > 2) - ND_PRINT(" bufspace %u maxskew %d", + ND_PRINT(" bufspace %u maxskew %u", EXTRACT_BE_U_2(rxa->bufferSpace), EXTRACT_BE_U_2(rxa->maxSkew));