aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-iuup.c2
-rw-r--r--epan/dtd.h2
-rw-r--r--epan/dtd_parse.h2
-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
-rw-r--r--plugins/tpg/http.tpg4
-rw-r--r--tools/tpg/V2P.pm2
-rw-r--r--tools/tpg/tpg.pl2
-rw-r--r--tools/tpg/tpg.yp2
11 files changed, 12 insertions, 12 deletions
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index b8caea5e05..9aac87efc6 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -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>
diff --git a/epan/dtd.h b/epan/dtd.h
index 2b76f818de..bdaa97b6ba 100644
--- a/epan/dtd.h
+++ b/epan/dtd.h
@@ -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>
diff --git a/epan/dtd_parse.h b/epan/dtd_parse.h
index 2e937fefe5..1e929595e1 100644
--- a/epan/dtd_parse.h
+++ b/epan/dtd_parse.h
@@ -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>
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>
diff --git a/plugins/tpg/http.tpg b/plugins/tpg/http.tpg
index 790f1cf065..8b9b65cd3d 100644
--- a/plugins/tpg/http.tpg
+++ b/plugins/tpg/http.tpg
@@ -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
+%}
diff --git a/tools/tpg/V2P.pm b/tools/tpg/V2P.pm
index e2f4fb8df2..2b12d913b9 100644
--- a/tools/tpg/V2P.pm
+++ b/tools/tpg/V2P.pm
@@ -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>
diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl
index 2ba82e1cc9..bad1ca3fbc 100644
--- a/tools/tpg/tpg.pl
+++ b/tools/tpg/tpg.pl
@@ -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>
diff --git a/tools/tpg/tpg.yp b/tools/tpg/tpg.yp
index 98b7e9556c..8a767fba34 100644
--- a/tools/tpg/tpg.yp
+++ b/tools/tpg/tpg.yp
@@ -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>