summaryrefslogtreecommitdiff
path: root/plugins/mate/examples/pasv_ftp.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/examples/pasv_ftp.mate
parent50d94b2f95fab2efdae8bc3e3fa4014806b10cb2 (diff)
downloadwireshark-c2eaf1bc7433243935701b2ea7c5f08eddaaaac4.tar.gz
Fix ...$ to : $
svn path=/trunk/; revision=16750
Diffstat (limited to 'plugins/mate/examples/pasv_ftp.mate')
-rw-r--r--plugins/mate/examples/pasv_ftp.mate2
1 files changed, 1 insertions, 1 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;