diff options
Diffstat (limited to 'plugins/epan/mate/matelib/dns.mate')
-rw-r--r-- | plugins/epan/mate/matelib/dns.mate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/epan/mate/matelib/dns.mate b/plugins/epan/mate/matelib/dns.mate new file mode 100644 index 00000000..be426bc5 --- /dev/null +++ b/plugins/epan/mate/matelib/dns.mate @@ -0,0 +1,6 @@ +# dns.mate + +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; |