openbsd-ports/net/firewalk/patches/patch-firewalk_c

13 lines
459 B
Plaintext
Raw Normal View History

$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)
1999-12-16 22:43:18 -05:00
* We want to randomize TCP SYN numbers to obfuscate NIDS
* signaturing of firewalk.
*/
- seed_prand();
+ libnet_seed_prand();
case IPPROTO_UDP:
udptcpwalk(fp);
break;