]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
RIPng: Use more ND_TCHECK_SIZE() macros
[tcpdump] / print-rx.c
index 882e80038da8b61cf9f7475080cd06d37e60eb61..150ee9712c5dcce9aed7e581216d3a608789c608 100644 (file)
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <netdissect-stdinc.h>
+#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));