- println output cleaned up a fair bit
- now actually handles scenarios where multiple PSO packets are sent in
single TCP packets. whoops!
- removed intermediate PsoPacket struct ... just use GenericPacket
- somewhat better way of managing changing client/server "peers" as
the client connects to different servers within the same pcap capture
- removing some old unused functions
- not borrowing fields from a packed struct (PacketHeader)
- minor things that will likely be changed again when i clean things up
more later on ...