aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-04 13:14:53 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-04 14:27:33 +0000
commit296591399f90a9d89be958d91047aa724a77ee6d (patch)
tree227c108d205e8103173ea1c5eff2fb5a1d604b48 /epan/wmem
parent01467c294a21159d47ce27f271c60c8914e7c13a (diff)
Remove all $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem.h2
-rw-r--r--epan/wmem/wmem_allocator.h2
-rw-r--r--epan/wmem/wmem_allocator_block.c2
-rw-r--r--epan/wmem/wmem_allocator_block.h2
-rw-r--r--epan/wmem/wmem_allocator_simple.c2
-rw-r--r--epan/wmem/wmem_allocator_simple.h2
-rw-r--r--epan/wmem/wmem_allocator_strict.c2
-rw-r--r--epan/wmem/wmem_allocator_strict.h2
-rw-r--r--epan/wmem/wmem_array.c2
-rw-r--r--epan/wmem/wmem_array.h2
-rw-r--r--epan/wmem/wmem_core.c2
-rw-r--r--epan/wmem/wmem_core.h2
-rw-r--r--epan/wmem/wmem_list.c2
-rw-r--r--epan/wmem/wmem_list.h2
-rw-r--r--epan/wmem/wmem_miscutl.c2
-rw-r--r--epan/wmem/wmem_miscutl.h2
-rw-r--r--epan/wmem/wmem_queue.h2
-rw-r--r--epan/wmem/wmem_scopes.c2
-rw-r--r--epan/wmem/wmem_scopes.h2
-rw-r--r--epan/wmem/wmem_stack.c2
-rw-r--r--epan/wmem/wmem_stack.h2
-rw-r--r--epan/wmem/wmem_strbuf.c2
-rw-r--r--epan/wmem/wmem_strbuf.h2
-rw-r--r--epan/wmem/wmem_strutl.c2
-rw-r--r--epan/wmem/wmem_strutl.h2
-rw-r--r--epan/wmem/wmem_test.c2
-rw-r--r--epan/wmem/wmem_tree.c2
-rw-r--r--epan/wmem/wmem_tree.h2
-rw-r--r--epan/wmem/wmem_user_cb.c2
-rw-r--r--epan/wmem/wmem_user_cb.h2
-rw-r--r--epan/wmem/wmem_user_cb_int.h2
31 files changed, 0 insertions, 62 deletions
diff --git a/epan/wmem/wmem.h b/epan/wmem/wmem.h
index 9400fd3c96..c0e3d198cf 100644
--- a/epan/wmem/wmem.h
+++ b/epan/wmem/wmem.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator.h b/epan/wmem/wmem_allocator.h
index 68ad9c67f2..fcec3c9d23 100644
--- a/epan/wmem/wmem_allocator.h
+++ b/epan/wmem/wmem_allocator.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_block.c b/epan/wmem/wmem_allocator_block.c
index c89e098a7b..7ff5da4a15 100644
--- a/epan/wmem/wmem_allocator_block.c
+++ b/epan/wmem/wmem_allocator_block.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Large-Block Allocator (version 3)
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_block.h b/epan/wmem/wmem_allocator_block.h
index 4434ef8d4b..af75f8b4ad 100644
--- a/epan/wmem/wmem_allocator_block.h
+++ b/epan/wmem/wmem_allocator_block.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Large-Block Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_simple.c b/epan/wmem/wmem_allocator_simple.c
index 7e0d172210..75e2f9db08 100644
--- a/epan/wmem/wmem_allocator_simple.c
+++ b/epan/wmem/wmem_allocator_simple.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Simple Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_simple.h b/epan/wmem/wmem_allocator_simple.h
index 1cc048810d..f4eea2406b 100644
--- a/epan/wmem/wmem_allocator_simple.h
+++ b/epan/wmem/wmem_allocator_simple.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Simple Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_strict.c b/epan/wmem/wmem_allocator_strict.c
index fa9c417732..720490c104 100644
--- a/epan/wmem/wmem_allocator_strict.c
+++ b/epan/wmem/wmem_allocator_strict.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Strict Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_allocator_strict.h b/epan/wmem/wmem_allocator_strict.h
index 08d185da18..a353d5a7bd 100644
--- a/epan/wmem/wmem_allocator_strict.h
+++ b/epan/wmem/wmem_allocator_strict.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Strict Allocator
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_array.c b/epan/wmem/wmem_array.c
index 4307a1c11c..b4088fb051 100644
--- a/epan/wmem/wmem_array.c
+++ b/epan/wmem/wmem_array.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Array
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_array.h b/epan/wmem/wmem_array.h
index 3da4fd76e2..2c5481950b 100644
--- a/epan/wmem/wmem_array.h
+++ b/epan/wmem/wmem_array.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Array
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_core.c b/epan/wmem/wmem_core.c
index 72492c3061..d6ff486579 100644
--- a/epan/wmem/wmem_core.c
+++ b/epan/wmem/wmem_core.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Core
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_core.h b/epan/wmem/wmem_core.h
index 08782ab8de..eb3159f9ec 100644
--- a/epan/wmem/wmem_core.h
+++ b/epan/wmem/wmem_core.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Core
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_list.c b/epan/wmem/wmem_list.c
index 592d51b432..0f4900da3c 100644
--- a/epan/wmem/wmem_list.c
+++ b/epan/wmem/wmem_list.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Doubly-Linked List
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_list.h b/epan/wmem/wmem_list.h
index a753070a47..3e9de50508 100644
--- a/epan/wmem/wmem_list.h
+++ b/epan/wmem/wmem_list.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Doubly-Linked List
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_miscutl.c b/epan/wmem/wmem_miscutl.c
index 2d533c5a6e..26c4658aaf 100644
--- a/epan/wmem/wmem_miscutl.c
+++ b/epan/wmem/wmem_miscutl.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Misc Utilities
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_miscutl.h b/epan/wmem/wmem_miscutl.h
index 3ba2fe701d..76e9732aa4 100644
--- a/epan/wmem/wmem_miscutl.h
+++ b/epan/wmem/wmem_miscutl.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Misc Utilities
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_queue.h b/epan/wmem/wmem_queue.h
index 90090c01d2..b779f5caeb 100644
--- a/epan/wmem/wmem_queue.h
+++ b/epan/wmem/wmem_queue.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Queue
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_scopes.c b/epan/wmem/wmem_scopes.c
index d677d2d2db..15bb2b63cc 100644
--- a/epan/wmem/wmem_scopes.c
+++ b/epan/wmem/wmem_scopes.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Scopes
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_scopes.h b/epan/wmem/wmem_scopes.h
index 194ee34fe5..63ee7f194d 100644
--- a/epan/wmem/wmem_scopes.h
+++ b/epan/wmem/wmem_scopes.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Scopes
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_stack.c b/epan/wmem/wmem_stack.c
index 3d04a7f6d4..38e0d43b87 100644
--- a/epan/wmem/wmem_stack.c
+++ b/epan/wmem/wmem_stack.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Stack
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_stack.h b/epan/wmem/wmem_stack.h
index 7cc667126b..3a92ed557e 100644
--- a/epan/wmem/wmem_stack.h
+++ b/epan/wmem/wmem_stack.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager Stack
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_strbuf.c b/epan/wmem/wmem_strbuf.c
index 00062b6142..d8ced61377 100644
--- a/epan/wmem/wmem_strbuf.c
+++ b/epan/wmem/wmem_strbuf.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager String Buffer
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_strbuf.h b/epan/wmem/wmem_strbuf.h
index 2541143ab8..50e1e8defd 100644
--- a/epan/wmem/wmem_strbuf.h
+++ b/epan/wmem/wmem_strbuf.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager String Buffer
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_strutl.c b/epan/wmem/wmem_strutl.c
index 4c4ae18bbf..257b89ab40 100644
--- a/epan/wmem/wmem_strutl.c
+++ b/epan/wmem/wmem_strutl.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager String Utilities
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_strutl.h b/epan/wmem/wmem_strutl.h
index 55ea5ac5c0..764d4bf950 100644
--- a/epan/wmem/wmem_strutl.h
+++ b/epan/wmem/wmem_strutl.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager String Utilities
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_test.c b/epan/wmem/wmem_test.c
index 064b22ed51..78287b40d3 100644
--- a/epan/wmem/wmem_test.c
+++ b/epan/wmem/wmem_test.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager Tests
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_tree.c b/epan/wmem/wmem_tree.c
index 271793633f..9208cf9fef 100644
--- a/epan/wmem/wmem_tree.c
+++ b/epan/wmem/wmem_tree.c
@@ -3,8 +3,6 @@
* Based on the red-black tree implementation in epan/emem.*
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_tree.h b/epan/wmem/wmem_tree.h
index acb35786db..3c780714ba 100644
--- a/epan/wmem/wmem_tree.h
+++ b/epan/wmem/wmem_tree.h
@@ -3,8 +3,6 @@
* Based on the red-black tree implementation in epan/emem.*
* Copyright 2013, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_user_cb.c b/epan/wmem/wmem_user_cb.c
index 7c5844a7d7..8a386bc5b8 100644
--- a/epan/wmem/wmem_user_cb.c
+++ b/epan/wmem/wmem_user_cb.c
@@ -2,8 +2,6 @@
* Wireshark Memory Manager User Callbacks
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_user_cb.h b/epan/wmem/wmem_user_cb.h
index e9e5664c25..070d46c586 100644
--- a/epan/wmem/wmem_user_cb.h
+++ b/epan/wmem/wmem_user_cb.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager User Callbacks
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/wmem/wmem_user_cb_int.h b/epan/wmem/wmem_user_cb_int.h
index 26cfbc862c..cb7d0a016b 100644
--- a/epan/wmem/wmem_user_cb_int.h
+++ b/epan/wmem/wmem_user_cb_int.h
@@ -2,8 +2,6 @@
* Definitions for the Wireshark Memory Manager User Callback Internals
* Copyright 2012, Evan Huus <eapache@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs