driver_pcap_parser:Teltonika驱动程序PCAP解析器

时间:2021-03-26 17:16:35
【文件属性】:
文件名称:driver_pcap_parser:Teltonika驱动程序PCAP解析器
文件大小:23KB
文件格式:ZIP
更新时间:2021-03-26 17:16:35
Python 驱动程序PCAP解析器 适用于Teltonika驱动程序的Python PCAP文件解析器 免费软件:MIT许可证 文档: : 。 特征 解析PCAP文件并检测TELTONIKA序列号 添加Ruptela序列号解析器 添加VT10序列号解析器 用法 $ python3 -m venv .venv $ source .venv/bin/activate $ pip install driver_pcap_parser $ sudo timeout 60s tcpdump -i eth0 -G 60 'dst port 123 and dst host 1.2.3.4' -w '/tmp/log.pcap' $ driver_pcap_parser -f /tmp/log.pcap {'serial': '123', 'src_ip': '1.1.1.1', 'dst_ip': '1.1
【文件预览】:
driver_pcap_parser-main
----MANIFEST.in(262B)
----README.rst(2KB)
----CONTRIBUTING.rst(4KB)
----.github()
--------ISSUE_TEMPLATE.md(329B)
----Dockerfile(603B)
----HISTORY.rst(89B)
----requirements.txt(41B)
----driver_pcap_parser()
--------__init__.py(3KB)
--------models.py(1KB)
--------cli.py(604B)
--------parsers.py(3KB)
----.idea()
--------driver_pcap_parser.iml(482B)
--------aws.xml(479B)
--------misc.xml(309B)
--------inspectionProfiles()
--------modules.xml(288B)
--------.gitignore(47B)
--------vcs.xml(180B)
----AUTHORS.rst(170B)
----.travis.yml(298B)
----tox.ini(299B)
----LICENSE(1KB)
----requirements_dev.txt(134B)
----setup.cfg(364B)
----setup.py(2KB)
----Makefile(2KB)
----docs()
--------authors.rst(28B)
--------make.bat(780B)
--------readme.rst(27B)
--------contributing.rst(33B)
--------conf.py(5KB)
--------usage.rst(91B)
--------installation.rst(1KB)
--------history.rst(28B)
--------index.rst(315B)
--------Makefile(619B)
--------driver_pcap_parser.rst(370B)
--------modules.rst(91B)
----.editorconfig(292B)
----tests()
--------__init__.py(48B)
--------test_driver_pcap_parser.py(424B)
----.gitignore(1KB)

网友评论