/sniffer

A haskell packet sniffer

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Sniffer

Uses the pcap library to capture incoming packets on a device

Usage

Run it via command line with the first argument as the device to listen on

./sniffer <device>

Only tested on Linux, I guess it should work with Windows too. Also you will most likely need to sudo or admin.