aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/examples/tcp.mate
blob: 2abe3e8882673afda2fef5d04b65d76fdac406a0 (plain)
1
2
3
4
5
6
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;