aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2014-06-18 17:30:58 +0200
committerMichael Mann <mmann78@netscape.net>2014-06-19 19:46:22 +0000
commit627de38a80680e68b648efce86b0bafced963c85 (patch)
tree702b144e98a812a4b04dbcf9bb18529f07b8358d
parent0a3b1d8beb22745d6c9a04297f4056770016299e (diff)
Removed SVN Id from epan dir.
Change-Id: I487a3451344796447f0d5621b993cc89c29e93b5 Reviewed-on: https://code.wireshark.org/review/2383 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/asm_utils_win32_x86.asm2
-rw-r--r--epan/diam_dict.h2
-rw-r--r--epan/diam_dict.l2
-rw-r--r--epan/dtd_parse.l2
-rw-r--r--epan/dtd_preparse.l2
-rw-r--r--epan/golay.c3
-rw-r--r--epan/golay.h3
-rw-r--r--epan/oids_test.c2
-rw-r--r--epan/radius_dict.l2
-rw-r--r--epan/uat_load.l2
10 files changed, 2 insertions, 20 deletions
diff --git a/epan/asm_utils_win32_x86.asm b/epan/asm_utils_win32_x86.asm
index ccc83905dc..4d36fca9c5 100644
--- a/epan/asm_utils_win32_x86.asm
+++ b/epan/asm_utils_win32_x86.asm
@@ -1,8 +1,6 @@
; asm_utils_win32_x86.asm
; Functions optionally implemented in assembler
;
-; $Id$
-;
; Wireshark - Network traffic analyzer
; By Gerald Combs <gerald@wireshark.org>
; Copyright 1998 Gerald Combs
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 493896ee9a..cd10111817 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -2,8 +2,6 @@
** diam_dict.h
** Diameter Dictionary Import Routines
**
- ** $Id$
- **
** (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
**
** This library is free software; you can redistribute it and/or
diff --git a/epan/diam_dict.l b/epan/diam_dict.l
index 032878c19e..9615582681 100644
--- a/epan/diam_dict.l
+++ b/epan/diam_dict.l
@@ -36,8 +36,6 @@
** diam_dict.h
** Diameter Dictionary Import Routines
**
- ** $Id$
- **
** (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
**
** This library is free software; you can redistribute it and/or
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index b46d1cbab4..bec26323f6 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -29,8 +29,6 @@
*
* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index 087706fa19..c3b0868328 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -38,8 +38,6 @@
*
* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/golay.c b/epan/golay.c
index 84c6b0d3a3..a033423e1a 100644
--- a/epan/golay.c
+++ b/epan/golay.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Provides routines for encoding and decoding the extended Golay
* (24,12,8) code.
*
diff --git a/epan/golay.h b/epan/golay.h
index 48daae2f47..e64c091492 100644
--- a/epan/golay.h
+++ b/epan/golay.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Provides routines for encoding and decoding the extended Golay
* (24,12,8) code.
*
diff --git a/epan/oids_test.c b/epan/oids_test.c
index 550bbfd5b1..3a0fa7d6e3 100644
--- a/epan/oids_test.c
+++ b/epan/oids_test.c
@@ -2,8 +2,6 @@
* ASN.1 Object Identifier handling tests
* Copyright 2013, Edward J. Beroset <beroset@ieee.org>
*
- * $Id: oids_test.c$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/radius_dict.l b/epan/radius_dict.l
index a9dfb38f0a..d237f96bcb 100644
--- a/epan/radius_dict.l
+++ b/epan/radius_dict.l
@@ -31,8 +31,6 @@
*
* RADIUS dictionary parser
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/uat_load.l b/epan/uat_load.l
index 815f25b139..2f1c41b997 100644
--- a/epan/uat_load.l
+++ b/epan/uat_load.l
@@ -23,8 +23,6 @@
/*
* uat_load.l
*
- * $Id$
- *
* User Accessible Tables
* Mantain an array of user accessible data strucures
* One parser to fit them all