home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / XINE-1.ZIP / INJECTOR.ZIP / DOC / CMDS < prev    next >
Encoding:
Text File  |  1996-10-25  |  1.4 KB  |  67 lines

  1. Reconized commands are:
  2.  
  3. quit
  4.     exits injector.
  5.  
  6. logon
  7.     starts logging packets in file injector.log.
  8.  
  9. logoff
  10.     stops logging.
  11.  
  12. onlytcp
  13.     displays only tcp packets.
  14.  
  15. allpkt
  16.     displays all kind of packets.
  17.  
  18. set [variabile name] [value]
  19.     sets a variabile. Ex.: "set infile pink.pkt".
  20.  
  21. unset [variabile name]
  22.     relases a variabile.
  23.  
  24. onlyip
  25.     shows only TCP/IP packets.
  26.  
  27. allpack
  28.     shows all other types of packet (i.e. IPX).
  29.  
  30. setmyip [my IP adress]
  31.     manually set source IP adress.
  32.     Ex.: "setmyip 192.168.0.2"
  33.  
  34. settoip [destination IP adress]
  35.     manually set destination IP adress
  36.  
  37. setmyeth [my ethernet address]
  38.     manualy set source ethernet address. 
  39.     Ex.: "setmyeth 12:34:56:78:9a:bc".
  40.  
  41. setethto [destination ethernet address]
  42.     manually set destination ethernet address.
  43.  
  44. show [variabile name]
  45.     shows content of a variabile.
  46.  
  47. maskpsrc [port number]
  48.     displays only packets from a TCP/UDP port. Set to 0 for all
  49.     packets. Ex.: "maskpsrc 1452".
  50.  
  51. maskpdst [port number]
  52.     like previous for destianation port.
  53.  
  54. maskipsrc [ip number]
  55.     displays only packets from a ip address. A zero in a byte means to 
  56.     don't mask that part of the address. For example 
  57.     "maskipsrc 140.45.12.43" displays only packet from host
  58.     140.45.12.43, "maskipsrc 140.35.0.0" displays all packets from
  59.     140.45.*.*.
  60.  
  61. maskipdst [ip number]
  62.     like previous for destination.
  63.  
  64. do [command name]
  65.     executes an internal command.
  66.  
  67.