Commit graph

8 commits

Author SHA1 Message Date
Gered fefed1f129 update decrypt_packets README with some notes on limits/caveats 2021-11-26 12:24:29 -05:00
Gered 81b600c410 display a hexdump of the entire packet, not just the body 2021-11-26 12:06:33 -05:00
Gered ccd61e685b tweak format string a bit 2021-11-26 12:05:59 -05:00
Gered 4229bd54ca add a bunch of README files 2021-11-25 18:37:21 -05:00
Gered a8866064a5 add nicer packet timestamp display in logging output 2021-11-25 17:08:51 -05:00
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