/* RFC 4666 */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
break;
/* ... */
default:
- ND_PRINT("(length %u)", size + (u_int)sizeof(struct m3ua_param_header));
+ ND_PRINT("(length %zu)", size + sizeof(struct m3ua_param_header));
}
ND_TCHECK_LEN(buf, size);
return;