summaryrefslogtreecommitdiff
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-17 22:02:21 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-02-18 03:05:28 +0000
commit8c608e6e82ac40543f139c71f472fdb10f862045 (patch)
tree026f0c3459942d89d1325f2ea3fc50c0d9a868e3 /asn1/x509ce
parentff52d8b70f5838db4fc5df2b43a1ca15235ff57d (diff)
downloadwireshark-8c608e6e82ac40543f139c71f472fdb10f862045.tar.gz
Remove $Id$ from the ASN.1 dissectors and regenerate them.
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'asn1/x509ce')
-rw-r--r--asn1/x509ce/CMakeLists.txt2
-rw-r--r--asn1/x509ce/CertificateExtensions.asn1
-rw-r--r--asn1/x509ce/CertificateExtensionsCiplus.asn1
-rw-r--r--asn1/x509ce/Makefile.am3
-rw-r--r--asn1/x509ce/Makefile.common3
-rw-r--r--asn1/x509ce/Makefile.nmake3
-rw-r--r--asn1/x509ce/packet-x509ce-template.c2
-rw-r--r--asn1/x509ce/packet-x509ce-template.h2
-rw-r--r--asn1/x509ce/x509ce.cnf2
9 files changed, 0 insertions, 19 deletions
diff --git a/asn1/x509ce/CMakeLists.txt b/asn1/x509ce/CMakeLists.txt
index 259917bec1..0ea5241749 100644
--- a/asn1/x509ce/CMakeLists.txt
+++ b/asn1/x509ce/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/CertificateExtensions.asn b/asn1/x509ce/CertificateExtensions.asn
index fc4701da25..78fd06f7b4 100644
--- a/asn1/x509ce/CertificateExtensions.asn
+++ b/asn1/x509ce/CertificateExtensions.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module CertificateExtensions (X.509:08/2005)
CertificateExtensions {joint-iso-itu-t ds(5) module(1)
certificateExtensions(26) 5} DEFINITIONS IMPLICIT TAGS ::=
diff --git a/asn1/x509ce/CertificateExtensionsCiplus.asn b/asn1/x509ce/CertificateExtensionsCiplus.asn
index 3bae673751..00c024b5d6 100644
--- a/asn1/x509ce/CertificateExtensionsCiplus.asn
+++ b/asn1/x509ce/CertificateExtensionsCiplus.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module CertificateExtensionsCiplus
-- X.509 certificate extensions defined by CI+ (www.ci-plus.com)
CertificateExtensionsCiplus DEFINITIONS IMPLICIT TAGS ::=
diff --git a/asn1/x509ce/Makefile.am b/asn1/x509ce/Makefile.am
index d357a4d4df..72d28e600b 100644
--- a/asn1/x509ce/Makefile.am
+++ b/asn1/x509ce/Makefile.am
@@ -1,6 +1,3 @@
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/Makefile.common b/asn1/x509ce/Makefile.common
index 78348442e1..510838fc42 100644
--- a/asn1/x509ce/Makefile.common
+++ b/asn1/x509ce/Makefile.common
@@ -1,6 +1,3 @@
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/Makefile.nmake b/asn1/x509ce/Makefile.nmake
index 25f75f5105..fc70f2382f 100644
--- a/asn1/x509ce/Makefile.nmake
+++ b/asn1/x509ce/Makefile.nmake
@@ -1,8 +1,5 @@
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
-#
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/packet-x509ce-template.c b/asn1/x509ce/packet-x509ce-template.c
index 499d9fca5c..25ad4c542f 100644
--- a/asn1/x509ce/packet-x509ce-template.c
+++ b/asn1/x509ce/packet-x509ce-template.c
@@ -2,8 +2,6 @@
* Routines for X.509 Certificate Extensions packet dissection
* Ronnie Sahlberg 2004
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/packet-x509ce-template.h b/asn1/x509ce/packet-x509ce-template.h
index 4f2c6022f8..eebaf71265 100644
--- a/asn1/x509ce/packet-x509ce-template.h
+++ b/asn1/x509ce/packet-x509ce-template.h
@@ -2,8 +2,6 @@
* Routines for X.509 Certificate Extensions packet dissection
* Ronnie Sahlberg 2004
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index 3915d0d65a..7b1de06b99 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -1,8 +1,6 @@
# x509ce.cnf
# X509CE conformation file
-# $Id$
-
#.IMPORT ../x509if/x509if-exp.cnf
#.IMPORT ../x509af/x509af-exp.cnf
#.IMPORT ../x509sat/x509sat-exp.cnf