wisp-forest / gadget

Debugger's Delight
https://modrinth.com/mod/gadget
GNU Lesser General Public License v3.0
46 stars 8 forks source link

[Feature request] Dedup packets where applicable. #24

Open Ampflower opened 1 year ago

Ampflower commented 1 year ago

To allow packet spam to be deduplicated and have a + for each dedup.

Tho, this would only really be useful if you can filter out fields or allow for a general overall dedup by packet name.

BasiqueEvangelist commented 1 year ago

general overall dedup by packet name

How would that work? You mean just the packet class, or the search text?

Ampflower commented 1 year ago

iirc I think the idea was that it could 'dedup' entire packets by class & content so if there was any with off content, it would be more visible if you happened to be fighting some rare bug that otherwise produces the same results reliably.

If I can find the packet dump from endlessly retrying, I could send it here as an idea of what I mean.