View Single Post
  #4  
Old 10-28-2002, 02:29 PM
DeletedUser
Fire Beetle
 
Join Date: Sep 2002
Posts: 0
Default

Code:
Packet Collector commands:
Usage: PacketCollector.exe ipaddress [command....]

  ipaddress         One of the two IPs in the connection must match this to be processed
  -v                Prints the version number and credits
  -d [interface#]   Sets the interface to capture on (or lists interfaces on the machine)
  -cfg              Enables making CFG files out of OP_NewZone packets
  -s [filename]     Shows all the items in a file
  -m filename       Merges 'filename' into your collected_items file
  -f filename       Sets the itemfile to use (defaults to 'collected_items.eqitems')
  -o 0xOPCode       Hexadecimal opcode to log (can use -o multiple times)
  -o all            Log all packets (pure acks are dropped)
  -l filename       File to log -o opcodes to (defaults to screen)
  -decrypt          Attempts to decrypt known encrypted packets (spawn, PP, etc)
  -knownkey [key]   Use with -decrypt. Decrypt using specified key instead of cracking
  -showb4deflate    Dump decrypted packets before deflating them
  -noitems          Disables items capturing
  -nodb             Disables uploading to the database on exit
  -dbonly           Upload to the database and exit
  -dbh hostname     Sets the database server
  -dbu username     Sets the database username
  -dbp password     Sets the database password
  -dbd database     Sets the database database
  -dbt table        Sets the database table
  -dbv              Verbose database upload mode. (shows each item name)
  -nonamefield      Doesnt use the "name" field in the database

Notes:
  Press CTRL+C to upload your items to the database.
You want -o all
Reply With Quote