ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18737: /trunk/ /trunk/gtk/: Makefile.am Makefile.common

Date: Fri, 14 Jul 2006 20:14:41 GMT
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