FlowAnalyzer 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer/FlowAnalyzer.py +1 -1
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer.egg-info/PKG-INFO +1 -1
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/PKG-INFO +1 -1
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/setup.py +1 -1
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer/__init__.py +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer/logging_config.py +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer.egg-info/SOURCES.txt +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer.egg-info/dependency_links.txt +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/FlowAnalyzer.egg-info/top_level.txt +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/LICENSE +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/README.md +0 -0
- {flowanalyzer-0.3.3 → flowanalyzer-0.3.4}/setup.cfg +0 -0
|
@@ -214,7 +214,7 @@ class FlowAnalyzer:
|
|
|
214
214
|
|
|
215
215
|
MD5Sum = FlowAnalyzer.get_hash(filePath, display_filter)
|
|
216
216
|
workDir = os.getcwd()
|
|
217
|
-
tshark_workDir = os.path.dirname(filePath)
|
|
217
|
+
tshark_workDir = os.path.dirname(os.path.abspath(filePath))
|
|
218
218
|
tshark_jsonPath = os.path.join(tshark_workDir, "output.json")
|
|
219
219
|
jsonWordPath = os.path.join(workDir, "output.json")
|
|
220
220
|
fileName = os.path.basename(filePath)
|
|
@@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8"
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="FlowAnalyzer",
|
|
10
|
-
version="0.3.
|
|
10
|
+
version="0.3.4",
|
|
11
11
|
description="FlowAnalyzer是一个流量分析器,用于解析和处理tshark导出的JSON数据文件",
|
|
12
12
|
author="Byxs20",
|
|
13
13
|
author_email="97766819@qq.com",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|