Skip to content

yfried/deNAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deNAT

count hosts behind a NAT

======================================================== usage (from within the deNAT dir):

python -m Code.main.deNAT_main [options]

python -m Code.main.deNAT_main -h for usage and more options

pcap-filename - a capture file containing a single-side sniffing capture where all packets has the same source IP (NAT)

========================================================

terms

stream - tcp session. identified by 5-tuple (IP,port,protocol)

packages

main - project executed from here

pcap_to_stream - parse packets and group them by stream

TCPts_regression - tag stream with timestamp (if exist)

    -flag

    -linear regression:

      -slope

      -intercept

      -statistical details (R,P,std_err)

==== This project is no longer developed, but if you have questions, feel free to contact me

Yair

About

count hosts behind a NAT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages