aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--docbook/Makefile.common3
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.xml3
-rw-r--r--epan/camel-persistentdata.c2
-rw-r--r--epan/camel-persistentdata.h2
-rw-r--r--epan/dissectors/packet-erf.h2
-rw-r--r--epan/dissectors/packet-ff.c2
-rw-r--r--epan/dissectors/packet-ff.h2
-rw-r--r--gtk/camel_counter.c2
-rw-r--r--gtk/camel_srt.c2
-rw-r--r--gtk/mcast_stream.c2
-rw-r--r--gtk/mcast_stream.h2
-rw-r--r--gtk/mcast_stream_dlg.c2
-rw-r--r--gtk/mcast_stream_dlg.h2
-rw-r--r--gtk/radius_stat.c2
-rw-r--r--tap-camelcounter.c3
-rw-r--r--tap-camelsrt.c2
-rw-r--r--tap-radiusstat.c2
-rw-r--r--wiretap/iseries.h2
19 files changed, 39 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index fa3fd5c252..8cc1c47bf4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,5 @@
+$ID$
+
NOTE: this document applies to the Wireshark source releases and
buildbot source tarballs. It does not apply to source code checked
out directly from Subversion, as files such as the configuration
diff --git a/docbook/Makefile.common b/docbook/Makefile.common
index a7c0881d0f..379c4ddbd5 100644
--- a/docbook/Makefile.common
+++ b/docbook/Makefile.common
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
WSUG_FILES = \
wsug_src/WSUG_app_files.xml \
wsug_src/WSUG_app_howitworks.xml \
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
index 6829a45ee0..77a2845f5d 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.xml
@@ -1,3 +1,6 @@
+<!-- WSDG Chapter Setup -->
+<!-- $Id$ -->
+
<?xml version='1.0' encoding='utf-8'?>
<chapter id="ChapterSetup">
<title>Quick Setup</title>
diff --git a/epan/camel-persistentdata.c b/epan/camel-persistentdata.c
index 6bc21b64c3..6247b4819d 100644
--- a/epan/camel-persistentdata.c
+++ b/epan/camel-persistentdata.c
@@ -4,6 +4,8 @@
* for calculation of delays in camel calls
* Copyright 2006 Florent Drouin
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/camel-persistentdata.h b/epan/camel-persistentdata.h
index 99d067ab9f..c90ed72aae 100644
--- a/epan/camel-persistentdata.h
+++ b/epan/camel-persistentdata.h
@@ -4,6 +4,8 @@
* for calculation of delays in camel-transactions
* Copyright 2006 Florent Drouin
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/packet-erf.h b/epan/dissectors/packet-erf.h
index c63a1ff7e6..ff1b09f3cb 100644
--- a/epan/dissectors/packet-erf.h
+++ b/epan/dissectors/packet-erf.h
@@ -1,6 +1,8 @@
/* packet-erf.h
* Routines for ERF encapsulation dissection
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/packet-ff.c b/epan/dissectors/packet-ff.c
index b31a90ccfe..161f822692 100644
--- a/epan/dissectors/packet-ff.c
+++ b/epan/dissectors/packet-ff.c
@@ -6,6 +6,8 @@
*
* (c) Copyright 2008, Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/packet-ff.h b/epan/dissectors/packet-ff.h
index f2688dec16..7794ed6c1c 100644
--- a/epan/dissectors/packet-ff.h
+++ b/epan/dissectors/packet-ff.h
@@ -6,6 +6,8 @@
*
* (c) Copyright 2008, Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/gtk/camel_counter.c b/gtk/camel_counter.c
index 0e010f6e2c..038f60f262 100644
--- a/gtk/camel_counter.c
+++ b/gtk/camel_counter.c
@@ -2,6 +2,8 @@
* camel message counter for Wireshark
* Copyright 2006 Florent Drouin (based on h225_counter.c from Lars Roland)
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/gtk/camel_srt.c b/gtk/camel_srt.c
index 4b1d5f4429..fba748f6ee 100644
--- a/gtk/camel_srt.c
+++ b/gtk/camel_srt.c
@@ -2,6 +2,8 @@
* camel Service Response Time statistics for Wireshark
* Copyright 2006 Florent Drouin (based on h225_ras_srt.c from Lars Roland)
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/gtk/mcast_stream.c b/gtk/mcast_stream.c
index 427837b014..7eb916322b 100644
--- a/gtk/mcast_stream.c
+++ b/gtk/mcast_stream.c
@@ -4,6 +4,8 @@
* By Jakob Bratkovic <j.bratkovic@iskratel.si> and
* Miha Jemec <m.jemec@iskratel.si>
*
+ * $Id$
+ *
* based on rtp_stream.c
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
diff --git a/gtk/mcast_stream.h b/gtk/mcast_stream.h
index 3f65417e6d..4d91c5e022 100644
--- a/gtk/mcast_stream.h
+++ b/gtk/mcast_stream.h
@@ -4,6 +4,8 @@
* By Jakob Bratkovic <j.bratkovic@iskratel.si> and
* Miha Jemec <m.jemec@iskratel.si>
*
+ * $Id$
+ *
* based on rtp_stream.h
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
diff --git a/gtk/mcast_stream_dlg.c b/gtk/mcast_stream_dlg.c
index 035f4bc567..a77974c510 100644
--- a/gtk/mcast_stream_dlg.c
+++ b/gtk/mcast_stream_dlg.c
@@ -4,6 +4,8 @@
* By Jakob Bratkovic <j.bratkovic@iskratel.si> and
* Miha Jemec <m.jemec@iskratel.si>
*
+ * $Id$
+ *
* based on rtp_stream_dlg.c
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
diff --git a/gtk/mcast_stream_dlg.h b/gtk/mcast_stream_dlg.h
index b935db6e44..d0cec2728e 100644
--- a/gtk/mcast_stream_dlg.h
+++ b/gtk/mcast_stream_dlg.h
@@ -4,6 +4,8 @@
* By Jakob Bratkovic <j.bratkovic@iskratel.si> and
* Miha Jemec <m.jemec@iskratel.si>
*
+ * $Id$
+ *
* based on rtp_stream_dlg.h
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
diff --git a/gtk/radius_stat.c b/gtk/radius_stat.c
index d1c25b1033..700cddd997 100644
--- a/gtk/radius_stat.c
+++ b/gtk/radius_stat.c
@@ -2,7 +2,7 @@
* radius-statistics for Wireshark
* Copyright 2006 Alejandro Vaquero <alejandrovaquero@yahoo.com>
*
- *
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/tap-camelcounter.c b/tap-camelcounter.c
index 0368465bcd..1989deeb42 100644
--- a/tap-camelcounter.c
+++ b/tap-camelcounter.c
@@ -1,6 +1,9 @@
/* tap_camelcounter.c
* camel message counter for tshark
* Copyright 2006 Florent DROUIN
+ *
+ * $Id$
+ *
* This part of code is extracted from tap-h225counter.c from Lars Roland
*
* Wireshark - Network traffic analyzer
diff --git a/tap-camelsrt.c b/tap-camelsrt.c
index a16635197e..94e88a77b2 100644
--- a/tap-camelsrt.c
+++ b/tap-camelsrt.c
@@ -2,6 +2,8 @@
* CAMEL Service Response Time statistics for tshark
* Copyright 2006 Florent Drouin (based on tap_h225rassrt.c from Lars Roland)
*
+ * $Id$
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/tap-radiusstat.c b/tap-radiusstat.c
index fc560b94e9..2899f9fb5b 100644
--- a/tap-radiusstat.c
+++ b/tap-radiusstat.c
@@ -1,7 +1,7 @@
/* tap-radiusstat.c
* Copyright 2006 Alejandro Vaquero <alejandrovaquero@yahoo.com>
*
- *
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/wiretap/iseries.h b/wiretap/iseries.h
index efa77b9f0b..f469e52cec 100644
--- a/wiretap/iseries.h
+++ b/wiretap/iseries.h
@@ -1,5 +1,7 @@
/* iseries.h
*
+ * $Id$
+ *
* Wiretap Library
* Copyright (c) 2005 by Martin Warnes <martin@warnes.homeip.net>
*