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