Linda,
the above is not possible.
The solution is to send real application data and inspect the response.
You can do this by sniffing a request from a client directly to a server, and capturing the response as well.
Extract the data portion - beyond the udp header, and convert to a chain of hex numbers.
Use those numbers in the socket send function with the raw option.
You can find an example of such a script on your CSS by doing a
sho script ap-kal-dns
To analyse the response, you can also use socket receive with the raw option.
Regards,
Gilles.