aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/examples/tcp.mate
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/examples/tcp.mate')
-rw-r--r--plugins/mate/examples/tcp.mate7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/mate/examples/tcp.mate b/plugins/mate/examples/tcp.mate
deleted file mode 100644
index 2abe3e8882..0000000000
--- a/plugins/mate/examples/tcp.mate
+++ /dev/null
@@ -1,7 +0,0 @@
-# tcp.mate
-
- Action=PduDef; Name=tcp_pdu; Proto=tcp; Transport=ip; addr=ip.addr; port=tcp.port; tcp_start=tcp.flags.syn; tcp_stop=tcp.flags.fin; tcp_stop=tcp.flags.reset;
- Action=GopDef; Name=tcp_session; On=tcp_pdu; addr; addr; port; port;
- Action=GopStart; For=tcp_session; tcp_start=1;
- Action=GopStop; For=tcp_session; tcp_stop=1;
-