openbsd-ports/net/firewalk/patches/patch-firewalk_c
mjc 47dffcf587 update to cope with new libnet
and regen patches while here
ok pvalchev@ msf@
2005-05-24 00:00:11 +00:00

13 lines
459 B
Plaintext

$OpenBSD: patch-firewalk_c,v 1.1 2005/05/24 00:00:11 mjc Exp $
--- firewalk.c.orig Mon Oct 19 16:42:13 1998
+++ firewalk.c Mon May 23 09:50:51 2005
@@ -87,7 +87,7 @@ firewalk(u_char *device)
* We want to randomize TCP SYN numbers to obfuscate NIDS
* signaturing of firewalk.
*/
- seed_prand();
+ libnet_seed_prand();
case IPPROTO_UDP:
udptcpwalk(fp);
break;