UDP Listener
Use the UDP listener to open a UDP socket and forward the received packets to a parser.
The UDP Listener can support multiple parsers if all of these parsers support protocol detection. If this is the case, each parser defined for the listener will be asked if it can handle the incoming packet. The first parser that accepts the packet is then used to parse the packet and dispatch it to its queue.
If the listener defines only a single parser, the packet is directly handed over for parsing.