seanohare98 / sniff

packet sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packet Sniffer (for basic intrusion detection)

Written for CSCI4430 (Data Communication and Computer Networks)

Dependencies

Be sure to have lpcap header files

sudo apt-get install libpcap-dev

Building

make

Build Output

Executables for the sniffer and a test attack program

Usage

./myids [online|offline] <arg> <hh_thresh> <h_pscan_thresh> <v_pscan_thresh> <epoch>

arg is the interface name for online mode or the .pcap file name for offline mode

About

packet sniffer


Languages

Language:C++ 94.7%Language:C 4.4%Language:Makefile 0.9%