For the lazy among you...
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
-s [filename] Shows all the items in a file
-m filename Merges 'filename' into your collected_items file
-f filename Selects 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)
-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
You can do packetcollector -dbv -dbonly and see if it uploads the items. I no longer have a live account, so I can't test this.
|