mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Fixed multipacket response when protocol = 7 with certain apps
This commit is contained in:
parent
d3a1dba3c1
commit
ac9d385fb6
3 changed files with 22 additions and 17 deletions
|
|
@ -10,7 +10,8 @@ It is now an enum of:
|
|||
|
||||
[Counter-Strike: Condition Zero](https://store.steampowered.com/app/80/CounterStrike_Condition_Zero/) implementation.
|
||||
[Day of Defeat](https://store.steampowered.com/app/30/Day_of_Defeat/) implementation.
|
||||
Games besides CSGO and TS now have the same response structure.
|
||||
Games besides CSGO and TS now have the same response structure.
|
||||
Fixed Source multipacket response crash due to when a certain app with a certain protocol doesnt have the Size field.
|
||||
|
||||
# 0.0.4 - 23/10/2022
|
||||
Queries now support DNS resolve.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue