while (tmphead != NULL) {
i++;
- SCLogDebug("Item %"PRIu32" has netmask %"PRIu16" negated:"
- " %s; IP: %s; signum: %"PRIu16, i, tmphead->netmask,
+ SCLogDebug("Item %"PRIu32" has netmask %"PRIu8" negated:"
+ " %s; IP: %s; signum: %"PRIu32, i, tmphead->netmask,
(tmphead->negated) ? "yes":"no",
inet_ntoa(*(struct in_addr*)&tmphead->ip[0]),
tmphead->signum);
return;
}
- SCLogDebug("Varname: %s, modifier: %"PRIu8", idx: %"PRIu16" Target: ",
+ SCLogDebug("Varname: %s, modifier: %"PRIu8", idx: %"PRIu32" Target: ",
sfd->name, sfd->modifier, sfd->idx);
switch(sfd->targettype) {
case FLOWINT_TARGET_VAR:
tcpmssd->mode = DETECT_TCPMSS_LT;
tcpmssd->arg1 = (uint16_t) atoi(arg3);
- SCLogDebug("tcpmss is %"PRIu8"",tcpmssd->arg1);
+ SCLogDebug("tcpmss is %"PRIu16"",tcpmssd->arg1);
if (strlen(arg1) > 0)
goto error;
tcpmssd->mode = DETECT_TCPMSS_GT;
tcpmssd->arg1 = (uint16_t) atoi(arg3);
- SCLogDebug("tcpmss is %"PRIu8"",tcpmssd->arg1);
+ SCLogDebug("tcpmss is %"PRIu16"",tcpmssd->arg1);
if (strlen(arg1) > 0)
goto error;