Output error to stderr

This commit is contained in:
William Robinet 2021-01-19 17:25:02 +01:00
parent afedb20a97
commit fba06b5c79

View file

@ -241,8 +241,7 @@ static int process_data_segment(conn,handler,p,stream,direction)
l=p->len - p->tcp->th_off * 4; l=p->len - p->tcp->th_off * 4;
if(l < 0) { if(l < 0) {
if(!(NET_print_flags & NET_PRINT_JSON)) fprintf(stderr,"Malformed packet, computed TCP segment size is negative, skipping ...\n");
printf("Malformed packet, computed TCP segment size is negative, skipping ...\n");
return(0); return(0);
} }