aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-14 20:14:39 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-14 20:14:39 +0000
commitf53bb927fc6e352dce882b1711e46ee039500768 (patch)
treed488b6a31d71a9d7c21b429fe1bf8fe1b1d35804 /gtk/Makefile.am
parenta85563c3d479ac2547c695cbf6c82590384d943d (diff)
Add support for generating firewall ACL rules. MAC, IPv4, port, and
IPv4+port rules are supported along with several syntaxes: IOS standard, IOS extended, ipfilter, ipfw, pf, and netsh. IPv6 is currently not supported, but shouldn't be too difficult to add. All of the rules were created using the documentation for each product. None of them have been tested. For the time being, use them with caution. svn path=/trunk/; revision=18737
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 292db9c29c..7ff8cd6ce6 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -58,6 +58,7 @@ noinst_HEADERS = \
fileset_dlg.h \
filter_dlg.h \
find_dlg.h \
+ firewall_dlg.h \
follow_dlg.h \
font_utils.h \
goto_dlg.h \