I'm not really sure where to ask this question. I have been searching for an answer so I will try asking here.
We have an application that communicates with our devices via SNMP. Our GET messages are triggering IPS/IDS system alerts because of value 0x04 in the Varbind value.
I am being told by development that 0x04 means empty but I can't find anything to say this is true. In a Wireshark trace this shows up as being Invalid.
Now when I had them test switching the value to 0x05 in the GETs the IPS/IDS systems stop throwing alerts since 0x05 is a NULL.
I would like to find valid martial I can reference for this.