What is this text format?
I'm looking to parse a file that has a format like the example below, but I have no idea what format it is. Does anyone know what type of format this is?
The file is actually from a checkpoint firewall backup (objects.c).
(
:mime_types (mime_types
:mimes (
: (
:file_ext (
: (gif)
)
:patterns (
: (
:bytes (
: (
:mask (FF)
:offset (0)
:value (47)
)
)
)
)
)
)
)
)
Thanks
It's a custom config format used by Checkpoint Firewall.
There are unofficial parsers out there, which allow to read and to transform into other formats, like CSV or HTML or firewall config formats of other vendors: http://www.wyae.de/software/FWtools/
链接地址: http://www.djcxy.com/p/62536.html上一篇: ini文件格式规范/定义
下一篇: 这是什么文字格式?