summaryrefslogtreecommitdiff
path: root/plugins/mate
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-09 16:51:56 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-09 16:51:56 +0000
commitc2eaf1bc7433243935701b2ea7c5f08eddaaaac4 (patch)
treee0256de738bf0bfee4192991bd20d73c9385bf67 /plugins/mate
parent50d94b2f95fab2efdae8bc3e3fa4014806b10cb2 (diff)
downloadwireshark-c2eaf1bc7433243935701b2ea7c5f08eddaaaac4.tar.gz
Fix ...$ to : $
svn path=/trunk/; revision=16750
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/examples/pasv_ftp.mate2
-rw-r--r--plugins/mate/examples/tcp.mate2
-rw-r--r--plugins/mate/examples/web.mate2
-rw-r--r--plugins/mate/mate_grammar.lemon2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/mate/examples/pasv_ftp.mate b/plugins/mate/examples/pasv_ftp.mate
index 05bec4c1fd..1427f081ae 100644
--- a/plugins/mate/examples/pasv_ftp.mate
+++ b/plugins/mate/examples/pasv_ftp.mate
@@ -1,5 +1,5 @@
# pasv_ftp.mate
-# $Id $
+# $Id$
Action=PduDef; Name=ftp_pdu; Proto=ftp; Transport=tcp/ip; Stop=TRUE; ftp_addr=ip.addr; ftp_port=tcp.port; ftp_resp=ftp.response.code; ftp_req=ftp.request.command; server_addr=ftp.passive.ip; server_port=ftp.passive.port;
Action=PduDef; Name=ftp_data_pdu; Proto=ftp-data; Transport=tcp/ip; server_addr=ip.src; server_port=tcp.srcport;
diff --git a/plugins/mate/examples/tcp.mate b/plugins/mate/examples/tcp.mate
index c7fd7e2da3..3446af48df 100644
--- a/plugins/mate/examples/tcp.mate
+++ b/plugins/mate/examples/tcp.mate
@@ -1,5 +1,5 @@
# tcp.mate
-# $Id $
+# $Id$
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;
diff --git a/plugins/mate/examples/web.mate b/plugins/mate/examples/web.mate
index 87f7ab41f4..ae5e20e0b3 100644
--- a/plugins/mate/examples/web.mate
+++ b/plugins/mate/examples/web.mate
@@ -1,5 +1,5 @@
# web.mate
-# $Id $
+# $Id$
Action=PduDef; Name=dns_pdu; Proto=dns; Transport=ip; addr=ip.addr; dns_resp=dns.flags.response; host=dns.qry.name; client_addr=ip.src; dns_id=dns.id;
Action=PduDef; Name=http_pdu; Proto=http; Transport=tcp/ip; addr=ip.addr; port=tcp.port; http_rq=http.request.method; http_rs=http.response; host=http.host; client_addr=ip.src;
diff --git a/plugins/mate/mate_grammar.lemon b/plugins/mate/mate_grammar.lemon
index 203819a108..f5f9e03fe4 100644
--- a/plugins/mate/mate_grammar.lemon
+++ b/plugins/mate/mate_grammar.lemon
@@ -5,7 +5,7 @@
*
* Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
*
-* $Id $
+* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>