mmirabent / sniffle

TCP handshake sniffer
Apache License 2.0
1 stars 0 forks source link

Sniffle

TCP Handshake Sniffer

TODO

Tentative flags

Short Long Description
-n --reverse-dns output hostnames instead of IP addresses
-l --live use live network traffic for capture
-f --file-input use pcap file capture
-o --csv-output output to csv file
-s --size number of half open connections tracked
-h --help help I need somebody

Usage

Compile with make. Run with sudo, open up your browser and generate some traffic. Alternately, use make test to run an automated test.

Before committing

Please check that make test succeeds before committing code, and preferably, add a section testing the new feature you implemented