Firewalking is a technique developed by Mike D. Schiffman and David E. Goldsmith that employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. Firewalk the tool employs the technique to determine the filter rules in place on a packet forwarding device. This package was provided in PR 14020 by xs@nitric.net. I split it into two separate packages, firewalk-gtk and firewalk, and modified it to use buildlink functionality.
25 lines
631 B
Text
25 lines
631 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2001/10/11 15:11:48 agc Exp $
|
|
|
|
--- gtk_cp.c.orig Tue Sep 11 19:50:58 2001
|
|
+++ gtk_cp.c Tue Sep 11 19:51:48 2001
|
|
@@ -35,16 +35,16 @@
|
|
#if (HAVE_CONFIG_H)
|
|
#include "./config.h"
|
|
#endif
|
|
+#include "./main.h"
|
|
+#include "./packet.h"
|
|
+#include "./firewalk.h"
|
|
+#include "./version.h"
|
|
#include "./gtk_main.h"
|
|
#include "./gtk_util.h"
|
|
#include "./gtk_cb.h"
|
|
#include "./gtk_cp.h"
|
|
#include "./gtk_pack.h"
|
|
-#include "./main.h"
|
|
-#include "./packet.h"
|
|
#include "./gtk_itemfactory.h"
|
|
-#include "./firewalk.h"
|
|
-#include "./version.h"
|
|
|
|
/*
|
|
* This code is heavily commented for the benefit of the programmer who
|