Fix ...$ to : $
authorJörg Mayer <jmayer@loplof.de>
Fri, 9 Dec 2005 16:51:56 +0000 (16:51 -0000)
committerJörg Mayer <jmayer@loplof.de>
Fri, 9 Dec 2005 16:51:56 +0000 (16:51 -0000)
svn path=/trunk/; revision=16750

epan/dissectors/packet-iuup.c
epan/dtd.h
epan/dtd_parse.h
plugins/mate/examples/pasv_ftp.mate
plugins/mate/examples/tcp.mate
plugins/mate/examples/web.mate
plugins/mate/mate_grammar.lemon
plugins/tpg/http.tpg
tools/tpg/V2P.pm
tools/tpg/tpg.pl
tools/tpg/tpg.yp

index b8caea5e054fa60301a870c3f0835a16fa267563..9aac87efc6df728aa28c14ad8c90c67efdf8f601 100644 (file)
@@ -3,7 +3,7 @@
  *
  * (c) 2005 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
  *
- * $Id$
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 2b76f818ded5795aa692a7512e14c95f0bf05e08..bdaa97b6ba068a066d1b7c6ecf7d81fc7475042f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright 2005, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
  *
- * $Id $
+ * $Id: $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 2e937fefe57e9a36d696d53d0af43a8ff49574f6..1e929595e151ac9984f69f518efbb9de0e60f5bf 100644 (file)
@@ -5,7 +5,7 @@
 *
 * Copyright 2004, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
 *
-* $Id$
+* $Id$
 *
 * Ethereal - Network traffic analyzer
 * By Gerald Combs <gerald@ethereal.com>
index 05bec4c1fd4385ccdbda4e3918f43fc55b86df97..1427f081ae45eee8eb34821d0522c34d9c6b5eec 100644 (file)
@@ -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; 
index c7fd7e2da3685b30d80e7aa705ab01daf41c0ff9..3446af48dff684d21796cc12cf0c1fb6718240e4 100644 (file)
@@ -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;
index 87f7ab41f4cc712134633d9a54bcd38051d8c8ca..ae5e20e0b303b53518272c2cf5ba2aebe10f5128 100644 (file)
@@ -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;
index 203819a1083c08086e8ffe89a99d4e4c36a1a3af..f5f9e03fe4a28a269f6c4e26e44c2cdf70d3926a 100644 (file)
@@ -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>
index 790f1cf06503d6252d5c4e46f0f5921af2a2f5fa..8b9b65cd3df6cc5fc68d991d77299be4777db17f 100644 (file)
@@ -3,7 +3,7 @@
 #
 # (c) 2005 Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
 #
-# $Id $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -193,4 +193,4 @@ typedef struct _http_info_value_t
 
 %tail %{
 /* tail */
-%}
\ No newline at end of file
+%}
index e2f4fb8df28c5c31a6259ea4d6020ca02cef0eac..2b12d913b93f0ce9862a58299ddc5a208222f9ad 100644 (file)
@@ -5,7 +5,7 @@
 #
 # (c) 2002, Luis E. Garcia Ontanon <luis.ontanon@gmail.com>
 #
-# $Id $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
index 2ba82e1cc9f2ac3f57054ad19970e2a76d2617af..bad1ca3fbc6dfb9b6563bffec16bfbdfeae2a4e0 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Given a bnf like grammar generate a parser for text based tvbs
 #
-# $Id $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
index 98b7e9556c5d5dbfc931ff6db75c7316daeb0cd1..8a767fba34afe59e88e25576e2dd2b3b5fb8a1cc 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Given a bnf like grammar generate a parser for text based tvbs
 #
-# $Id $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>