Reconized commands are:

quit
	exits injector.

logon
	starts logging packets in file injector.log.

logoff
	stops logging.

onlytcp
	displays only tcp packets.

allpkt
	displays all kind of packets.

set [variabile name] [value]
	sets a variabile. Ex.: "set infile pink.pkt".

unset [variabile name]
	relases a variabile.

onlyip
	shows only TCP/IP packets.

allpack
	shows all other types of packet (i.e. IPX).

setmyip [my IP adress]
	manually set source IP adress.
	Ex.: "setmyip 192.168.0.2"

settoip [destination IP adress]
	manually set destination IP adress

setmyeth [my ethernet address]
	manualy set source ethernet address. 
	Ex.: "setmyeth 12:34:56:78:9a:bc".

setethto [destination ethernet address]
	manually set destination ethernet address.

show [variabile name]
	shows content of a variabile.

maskpsrc [port number]
	displays only packets from a TCP/UDP port. Set to 0 for all
	packets. Ex.: "maskpsrc 1452".

maskpdst [port number]
	like previous for destianation port.

maskipsrc [ip number]
	displays only packets from a ip address. A zero in a byte means to 
	don't mask that part of the address. For example 
	"maskipsrc 140.45.12.43" displays only packet from host
	140.45.12.43, "maskipsrc 140.35.0.0" displays all packets from
	140.45.*.*.

maskipdst [ip number]
	like previous for destination.

do [command name]
	executes an internal command.

