Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 275 forks source link

Revert "Covert communication" #46

Closed Srinivas11789 closed 4 years ago

Srinivas11789 commented 4 years ago

Has some conflicting changes which alters behavior

codecov-io commented 4 years ago

Codecov Report

Merging #46 into develop will increase coverage by 0.35%. The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
+ Coverage     79.9%   80.26%   +0.35%     
===========================================
  Files            9        9              
  Lines          423      380      -43     
===========================================
- Hits           338      305      -33     
+ Misses          85       75      -10
Impacted Files Coverage Δ
Source/Module/memory.py 100% <ø> (ø) :arrow_up:
Source/Module/communication_details_fetch.py 66.66% <100%> (ø) :arrow_up:
Source/Module/malicious_traffic_identifier.py 83.33% <100%> (+7.72%) :arrow_up:
Source/Module/device_details_fetch.py 58.13% <71.42%> (-0.96%) :arrow_down:
Source/Module/pcap_reader.py 80.45% <80%> (-1.37%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 386e928...3da8ae2. Read the comment docs.