UDP::drop

Description

Drops the current UDP packet without removing the flow from the connection table

Syntax

UDP::drop

UDP::drop

  • Drops the current UDP packet without removing the flow from the connection table

Examples

when SERVER_DATA {
    if { [UDP::payload] contains "badstring" }{
        UDP::drop
    }
}