http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18737
User: gerald
Date: 2006/07/14 08:14 PM
Log:
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.
Directory: /trunk/gtk/
Changes Path Action
+1 -0 Makefile.am Modified
+1 -0 Makefile.common Modified
+867 -0 firewall_dlg.c Added
+32 -0 firewall_dlg.h Added
+94 -89 menu.c Modified
Directory: /trunk/docbook/wsug_src/
Changes Path Action
+264 -264 WSUG_chapter_advanced.xml Modified
+342 -329 WSUG_chapter_use.xml Modified