aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/matelib/dns.mate
blob: f1b07e59d529f8db630ec92689203b5e962eaa10 (plain)
1
2
3
4
5
6
7
# dns.mate
# $Id$

Action=PduDef; Name=dns_pdu; Proto=dns; Transport=udp/ip; addr=ip.addr; port=udp.port; dns_id=dns.id; dns_rsp=dns.flags.response;
Action=GopDef; Name=dns_req; On=dns_pdu; addr; addr; port!53; dns_id;
Action=GopStart; For=dns_req; dns_rsp=0;
Action=GopStop; For=dns_req; dns_rsp=1;