zeek/scripts/base/protocols/ldap
Arne Welzel 83a2eb3665 ldap: Avoid unset m$opcode
Initial fuzzing caused a bind response to arrive before a bind request,
resulting in an unset field expression error:

    expression error in base/protocols/ldap/main.zeek, line 270: field value missing (LDAP::m$opcode)

Prevent this by ensuring m$opcode is set and raising instead.
2024-08-06 18:20:09 +02:00
..
__load__.zeek ldap: Add spicy-events.zeek 2023-10-19 10:48:34 +02:00
consts.zeek ldap: Implement extended request/response and StartTLS support 2024-07-23 11:29:00 +02:00
dpd.sig Move spicy-ldap into Zeek protocol analyzer tree 2023-10-10 09:21:57 +02:00
main.zeek ldap: Avoid unset m$opcode 2024-08-06 18:20:09 +02:00
spicy-events.zeek ldap: Implement extended request/response and StartTLS support 2024-07-23 11:29:00 +02:00