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

RTCP fields extraction #18

Closed kYroL01 closed 6 years ago

kYroL01 commented 6 years ago

Complete extraction for RTCP fields

codecov[bot] commented 6 years ago

Codecov Report

Merging #18 into master will decrease coverage by 0.61%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   46.17%   45.56%   -0.62%     
==========================================
  Files          69       69              
  Lines        4366     4429      +63     
  Branches     1671     1684      +13     
==========================================
+ Hits         2016     2018       +2     
- Misses       1428     1490      +62     
+ Partials      922      921       -1
Impacted Files Coverage Δ
src/inspectors/dns.c 23.85% <ø> (ø) :arrow_up:
src/inspectors/rtcp.c 7.95% <0%> (-17.05%) :arrow_down:
src/peafowl.c 53.33% <0%> (+0.22%) :arrow_up:

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 bd0b19c...49bda99. Read the comment docs.