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

RTP extraction fields + rtp_extraction demo #14

Closed kYroL01 closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #14 into master will decrease coverage by 1.85%. The diff coverage is 19.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   46.11%   44.26%   -1.86%     
==========================================
  Files          69       69              
  Lines        4291     5033     +742     
  Branches     1611     1807     +196     
==========================================
+ Hits         1979     2228     +249     
- Misses       1432     1818     +386     
- Partials      880      987     +107
Impacted Files Coverage Δ
src/inspectors/dns.c 30.83% <0%> (+6.28%) :arrow_up:
src/inspectors/rtp.c 50% <23.8%> (-25%) :arrow_down:
src/peafowl.c 42.42% <25%> (-1.11%) :arrow_down:
src/inspectors/spotify.c 34.48% <0%> (-17.37%) :arrow_down:
src/inspectors/dhcp.c 60% <0%> (-15%) :arrow_down:
test/testIPFragmentation.cpp 51.25% <0%> (-14.09%) :arrow_down:
test/common.cpp 62.85% <0%> (-12.15%) :arrow_down:
src/inspectors/bitcoin.c 33.33% <0%> (-9.53%) :arrow_down:
test/testL3.cpp 39.45% <0%> (-8.38%) :arrow_down:
src/ipv6_reassembly.cpp 54.67% <0%> (-6.53%) :arrow_down:
... and 59 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 4af84c2...446e6a8. Read the comment docs.