/
UDP Format(3.0)
UDP Format(3.0)
If UDRs are expected as reply back to the collector from the APL agent, the internal format must be extended to contain the built-in UDP format.
external my_ext { // field definitions int type : static_size(1); ascii Anum : static_size(8); ascii Bnum : terminated_by(0xA); }; internal UDP_Int : extends_class( "com.digitalroute.udp.agent.UDPPacketUDR" ) { }; in_map UDP_InMap : external( my_ext ), internal( UDP_Int ), target_internal( my_UDP_TI ) { automatic; }; decoder myDecoder : in_map( UDP_InMap );
, multiple selections available,
Related content
UDP Format(3.2)
UDP Format(3.2)
More like this
UDP Format(3.3)
UDP Format(3.3)
More like this
UDP Format(4.2)
UDP Format(4.2)
More like this
UDP Format(4.1)
UDP Format(4.1)
More like this
UDP Format(4.0)
UDP Format(4.0)
More like this
9.83.4 The UDP Format
9.83.4 The UDP Format
More like this