In pacgen.c (version 1-1.10) t_win variable is declared as u_short datatype (whereas WINDOW field in TCP header is 2 bytes). Due to this the code throwed SEGMENTATION FAULT. When i defined t_win as u_long, the issue is solved.
Log in to post a comment.