Commit graph

3 commits

Author SHA1 Message Date
Gered fa3b26285b lots of rework. handles things way better now
- 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
2021-11-25 16:53:48 -05:00
Gered 9f0180d610 quickly address some compiler warnings
- 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 ...
2021-11-24 21:26:21 -05:00
Gered 0f02aa4493 add initial mostly-sorta-working decrypt_packets tool 2021-11-24 21:04:56 -05:00