79809325

Date: 2025-11-04 19:44:27
Score: 0.5
Natty:
Report link

If the low 5 bits are 0x1F, then the identifier is encoded in multiple octets. The 0x1F is not a part of the identifier value. If the low 5 bits are < 0x1F, then that is your identifier (<=30). All you have to do is examine the low 5 bits of the first octet and compare to 0x1F.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Kevin