exdump - v0.2 - By PolarRoot [pi9@hotmail.com] [http://exscan.netpedia.net]

Usage:	./exdump <options>

Options:
	-c <proto>   - watch <proto> protocols (see below)
	-d           - do not show data in packet
	-f <file>    - send output to <file> file
	-h or -?     - show on-screen help (this screen)
	-p <port>    - show only packets for <port> port
	-v           - verbose mode (show internals of every packet)

Excepted Values for Protocol:
	c            - watch ICMP packets
	t            - watch TCP packets
	u            - watch UDP packets

Examples:
	./exdump -ctu -f tcpudp.dump -v
	Dumps TCP and UDP packets to file `tcpudp.dump' with verbose mode.

