uis246 / MCPC_dissect

Minecraft PC wireshark dissector
11 stars 2 forks source link

Add boundaries checks #3

Open uis246 opened 3 years ago

uis246 commented 3 years ago

Content cannot be bigger than entire packet. Nuff said. Prevent out-of-bound memory access and report on failed check. Also warn if content smaller than packet. This will detect broken network logic.