DanieleDeSensi / peafowl

High performance Deep Packet Inspection (DPI) framework to identify L7 protocols and extract and process data and metadata from network traffic.
MIT License
117 stars 42 forks source link

[IMP] Added Viber, Kerberos and MySQL dissector. Added protocol guessing by default. #23

Closed DanieleDeSensi closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.12%. The diff coverage is 38.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   44.06%   44.18%   +0.12%     
==========================================
  Files         107      114       +7     
  Lines        7315     7364      +49     
  Branches     2736     2774      +38     
==========================================
+ Hits         3223     3254      +31     
+ Misses       2593     2585       -8     
- Partials     1499     1525      +26
Impacted Files Coverage Δ
test/testDropbox.cpp 0% <0%> (ø) :arrow_up:
test/testKerberos.cpp 0% <0%> (ø)
test/testMySQL.cpp 0% <0%> (ø)
test/testGeneric.cpp 9.09% <0%> (ø) :arrow_up:
test/testViber.cpp 0% <0%> (ø)
src/inspectors/kerberos.c 25% <25%> (ø)
src/inspectors/mysql.c 33.33% <33.33%> (ø)
src/inspectors/viber.c 33.33% <33.33%> (ø)
src/inspectors/tor.c 66.66% <66.66%> (ø)
src/parsing_l7.c 80.44% <88.88%> (+3.43%) :arrow_up:
... and 10 more

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 441154f...18c3a00. Read the comment docs.