aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
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 /plugins/asn1
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 'plugins/asn1')
-rw-r--r--plugins/asn1/asn1.c2
-rw-r--r--plugins/asn1/asn1.h2
-rw-r--r--plugins/asn1/packet-asn1.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/plugins/asn1/asn1.c b/plugins/asn1/asn1.c
index 25e4b780dd..dae429a1b4 100644
--- a/plugins/asn1/asn1.c
+++ b/plugins/asn1/asn1.c
@@ -1,8 +1,6 @@
/* asn1.c
* Routines for ASN.1 BER dissection
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
*
diff --git a/plugins/asn1/asn1.h b/plugins/asn1/asn1.h
index 826ac2fff8..621acf08e8 100644
--- a/plugins/asn1/asn1.h
+++ b/plugins/asn1/asn1.h
@@ -1,8 +1,6 @@
/* asn1.h
* Definitions for ASN.1 BER dissection
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
*
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 941cb16be3..12de099fe7 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3,8 +3,6 @@
*
* Copyright (c) 2003 by Matthijs Melchior <matthijs.melchior@xs4all.nl>
*
- * $Id$
- *
* A plugin for:
*
* Wireshark - Network traffic analyzer