fwbuilder/src/import
Sirius Bakke 7396594fc3 fix: Add missing include for QObject::tr() 2023-07-22 20:06:21 +02:00
..
AddressSpec.h see #2394 using InterfaceProperties class to guess where WORD is an interface name or host name; Lexer generates IPV6 token for "1000:1010" port range configuration, could not find a way to fix this in the lexer so using this token to parse port ranges in the parser; added unit test for host "from" and "to" matches, including interface name and host name matches 2011-06-01 23:44:53 -07:00
CMakeLists.txt chore: Update CMakeLists.txt for Qt6 2023-07-22 20:06:06 +02:00
IOSImporter.cpp feat: Apply modernize-use-nullptr 2018-09-12 20:21:26 +02:00
IOSImporter.h feat: Remove unneeded header includes 2018-09-12 20:21:12 +02:00
IOSImporterRun.cpp feat: Remove unneeded header includes 2018-09-12 20:21:12 +02:00
IPTImporter.cpp fix: Add missing include for QObject::tr() 2023-07-22 20:06:21 +02:00
IPTImporter.h feat: Remove unneeded header includes 2018-09-12 20:21:12 +02:00
IPTImporterRun.cpp fix: Add support for Qt6 2023-07-22 20:06:11 +02:00
IcmpSpec.h refactored useful classes AddressSpec, PortSpec, InterfaceSpec, IcmpSpec and RouteSpec to separate modules so they can be used with other installers 2011-05-31 16:31:05 -07:00
Importer.cpp fix: Remove deprecated (C++11) std::{binary,unary}_function 2023-07-22 20:06:18 +02:00
Importer.h refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
InterfaceSpec.h split ifconfig.g to keep linux and bsd grammars separate 2011-06-01 16:55:52 -07:00
PFImporter.cpp fix: Stop using deprecated Qt methods 2019-07-22 17:08:51 +00:00
PFImporter.h refactor: Move -Wno-overloaded-virtual to build system 2018-10-04 16:20:03 +02:00
PFImporterRun.cpp fix: Add support for Qt6 2023-07-22 20:06:11 +02:00
PIXImporter.cpp refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
PIXImporter.h feat: Remove unneeded header includes 2018-09-12 20:21:12 +02:00
PIXImporterNat.cpp refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
PIXImporterRun.cpp fix: Add support for Qt6 2023-07-22 20:06:11 +02:00
PortSpec.h see #2394 using InterfaceProperties class to guess where WORD is an interface name or host name; Lexer generates IPV6 token for "1000:1010" port range configuration, could not find a way to fix this in the lexer so using this token to parse port ranges in the parser; added unit test for host "from" and "to" matches, including interface name and host name matches 2011-06-01 23:44:53 -07:00
PreImport.cpp fix: Add support for Qt6 2023-07-22 20:06:11 +02:00
PreImport.h see #2394 checking pf.conf file before import to determine if it is designed in the style not using keyword "quick". We can not import config like that 2011-05-24 23:01:41 -07:00
QStringListOperators.cpp refactoring in the importer: all code that creates new objects moved to new classes. This provides good structure to add object deduplication 2011-03-16 13:20:59 -07:00
QStringListOperators.h refactoring in the importer: all code that creates new objects moved to new classes. This provides good structure to add object deduplication 2011-03-16 13:20:59 -07:00
RouteSpec.h refactored useful classes AddressSpec, PortSpec, InterfaceSpec, IcmpSpec and RouteSpec to separate modules so they can be used with other installers 2011-05-31 16:31:05 -07:00
addressObjectMaker.cpp refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
addressObjectMaker.h see #2394 using InterfaceProperties class to guess where WORD is an interface name or host name; Lexer generates IPV6 token for "1000:1010" port range configuration, could not find a way to fix this in the lexer so using this token to parse port ranges in the parser; added unit test for host "from" and "to" matches, including interface name and host name matches 2011-06-01 23:44:53 -07:00
getProtoByName.cpp feat: Apply modernize-use-nullptr 2018-09-12 20:21:26 +02:00
getProtoByName.h see #2222 refactored importer into separate module/lib 2011-03-15 17:38:41 -07:00
getServByName.cpp feat: Apply modernize-use-nullptr 2018-09-12 20:21:26 +02:00
getServByName.h see #2222 refactored importer into separate module/lib 2011-03-15 17:38:41 -07:00
objectMaker.cpp fix: Add missing include for QObject::tr() 2023-07-22 20:06:21 +02:00
objectMaker.h refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
objectSignature.cpp fix: Stop using deprecated Qt methods 2019-07-22 17:08:51 +00:00
objectSignature.h refactor: Move -Wno-overloaded-virtual to build system 2018-10-04 16:20:03 +02:00
serviceObjectMaker.cpp refactor: NULL -> nullptr 2018-10-04 16:20:02 +02:00
serviceObjectMaker.h * PIXImporterNat.cpp (buildDNATRule): resolved several problems 2011-04-07 20:55:53 -07:00