├── .gitignore ├── LICENSE ├── README.md └── convert.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4SOC/fortilogcsv/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4SOC/fortilogcsv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4SOC/fortilogcsv/HEAD/README.md -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N4SOC/fortilogcsv/HEAD/convert.py --------------------------------------------------------------------------------