wireshark-dissector: Resent 0.7 packet marked as broken
heinrich5991 opened this issue · 0 comments
[12:22 PM] [quakenet] ChillerDragon: @heinrich5991 are you interested in a dump where your dissector marked a vanilla 0.7 servers resend request as malformed?
[12:23 PM] [quakenet] ChillerDragon: You probably never tested that since its a unhappy path. My client sent a broken startinfo packet and thus the server responded in a unsual way
[12:26 PM] [quakenet] ChillerDragon: here it is in case you want it :) https://zillyhuhn.com/tmp/srv_request_resend_startinfo.pcap
[1:47 PM] [quakenet] ChillerDragon: GetString and GetInt is a bit inconsistent huh? Should be either GetStr and GetInt or GetString and GetIneteger ._.
[1:48 PM] [quakenet] ChillerDragon: or maybe consistent in the C++ world with std::string and int
[2:01 PM] heinrich5991: ChillerDragon: yes, I'm interested
[2:01 PM] heinrich5991: do report bugs for these