Menu

#1 t_win variable is declared as u_short

v1.0_(example)
open
nobody
None
5
2010-02-04
2010-02-04
Siby Mathew
No

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.

Discussion


Log in to post a comment.