Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538462
Collapse All | Expand All

(-)dsniff-2.4_beta1-r6/macof.c (-1 / +1 lines)
Lines 134-140 main(int argc, char *argv[]) Link Here
134
		libnet_build_tcp(sport, dport, seq, 0, TH_SYN, 512,
134
		libnet_build_tcp(sport, dport, seq, 0, TH_SYN, 512,
135
				 0, 0, LIBNET_TCP_H, NULL, 0, l, 0);
135
				 0, 0, LIBNET_TCP_H, NULL, 0, l, 0);
136
		
136
		
137
		libnet_build_ipv4(LIBNET_TCP_H, 0,
137
		libnet_build_ipv4(LIBNET_IPV4_H + LIBNET_TCP_H, 0,
138
				  libnet_get_prand(LIBNET_PRu16), 0, 64,
138
				  libnet_get_prand(LIBNET_PRu16), 0, 64,
139
				  IPPROTO_TCP, 0, src, dst, NULL, 0, l, 0);
139
				  IPPROTO_TCP, 0, src, dst, NULL, 0, l, 0);
140
		
140
		

Return to bug 538462