;------------------------------------------------------------------------------ ; ; BD Personal Firewall ; ; rules configuration file v0.2 build 0003 ; ;------------------------------------------------------------------------------ ; ; rules description ; ; ; Status: 0 - enabled ; 1 - disabled ; ; Type: 0 - UDP ; 1 - TCP ; 2 - Both ; ; Dir: 0 - In ; 1 - Out ; 2 - Both ; ; Action: 0 - Permit ; 1 - Block ; ; App: application full name ; ; Ports: list of ports -> points to a list ; ; Addr: list of addresses -> points to a list ; ;------------------------------------------------------------------------------ ; required script items ;------------------------------------------------------------------------------ [Script] Name = "TearDrop List Sample" Type = list ;------------------------------------------------------------------------------ ; required lsi items ;------------------------------------------------------------------------------ [List_Template] Name = FirewallRules Check = 1 Colums = Fw_Column_List Index = 0 CheckHelp = "Enable/Disable Rule" AnyValue = "Any" Icon = 1 IconHelp = "Application Icon" Application = 4 ActionCol = 3 Names = 1 AppName = "Application Name" NameHelp = "Application Name" AppNameSize = 112 [Fw_Column_List] 0000 = FwCol0 0001 = FwCol1 0002 = FwCol2 0003 = FwCol3 0004 = FwCol4 0005 = FwCol5 [FwCol0] Name = "Type" Size = 60 Type = combo Value= none List = List_Type Help = "Protocol type" [FwCol1] Name = "Direction" Size = 70 Type = combo Value= none List = List_Direction Help = "Perform action on incoming or outgoing traffic" [FwCol2] Name = "Action" Size = 60 Type = combo Value= none List = List_Action Help = "Set action to perform on this rule" [FwCol3] Name = "Application" Size = 120 Type = custom Value= none Dll = tsiconfig.dll Function = tsi_config_app Help = "Select application for this rule" [FwCol4] Name = "Ports" Size = 60 Type = custom Value= none Dll = tsiconfig.dll Function = tsi_config_port Help = "Select ports for this rule" [FwCol5] Name = "Addresses" Size = 115 Type = custom Value= none Dll = tsiconfig.dll Function = tsi_config_addr Help = "Select addresses for this rule" [List_Type] 0000 = TCP 0001 = UDP 0002 = TCP/UDP [List_Action] 0000 = "Permit" 0001 = "Deny" [List_Direction] 0000 = "Outgoing" 0001 = "Incoming" 0002 = "Both" [NewItem_Template] 0000 = TCP/UDP 0001 = "Both" 0002 = "Permit" 0003 = "Any" 0004 = "Any" 0005 = "Any" Check = 1 [Settings] ScanProgram= 0