ndtrack analyses Neighbor Discovery protocol. Module detects assignment and usage of IPv6 adresses
by network hosts. Detected events are printed as messages on stdout.

REQUIREMENTS:
python2
pcapy
root access

Usage: sudo python ndtrack.py [-i INTERFACE]

-i 		Interface to track

Program outputs messages on stdout in the following format:
(NAME OF MODULE, TIMESTAMP, MESSAGE TYPE, EVENT DESCRIPTION, IDENTIFICATORS)

NAME OF MODULE		always contains slaac
TIMESTAMP			unix timestamp
MESSAGE TYPE		category of the message; possible types: BEGIN, CONTINUE, END
EVENT DESCRIPTION	description of the event that was detected on network
IDENTIFICATORS		contains the paired MAC address and IPv6 address

This software is licensed under GPLv3 which should be included in the archive with the software
