]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sflow.c
ForCES: Remove blank lines in output
[tcpdump] / print-sflow.c
index f17f1ce96d1dcc3cbd03b97c17137ddc72453d17..7111c7085eeba5318bc35c0d27b4d7e35f8b9cad 100644 (file)
@@ -874,8 +874,7 @@ sflow_print(netdissect_options *ndo,
     sflow_datagram = (const struct sflow_datagram_t *)pptr;
     if (len < sizeof(struct sflow_datagram_t)) {
         ND_PRINT("sFlowv%u", GET_BE_U_4(sflow_datagram->version));
-        ND_PRINT(" [length %u < %" PRIsize "]",
-                 len, sizeof(struct sflow_datagram_t));
+        ND_PRINT(" [length %u < %zu]", len, sizeof(struct sflow_datagram_t));
         nd_print_invalid(ndo);
         return;
     }