kisom / pypcapfile

Pure Python library for handling libpcap savefiles.
http://kisom.github.com/pypcapfile
ISC License
76 stars 33 forks source link

added Dot1q and ARP support #29

Open dwapstra opened 7 years ago

codecov-io commented 7 years ago

Current coverage is 85.35% (diff: 22.22%)

Merging #29 into master will decrease coverage by 0.44%

@@             master        #29   diff @@
==========================================
  Files            15         15          
  Lines          1218       1222     +4   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1045       1043     -2   
- Misses          173        179     +6   
  Partials          0          0          

Powered by Codecov. Last update 2c168ad...f50a0e5

Srogozins commented 7 years ago

Is anyone still working on this?

kivanccakmak commented 7 years ago

@dwapstra could you add unit-test too?