aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p7
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/p7
parentff52d8b70f5838db4fc5df2b43a1ca15235ff57d (diff)
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/p7')
-rw-r--r--asn1/p7/CMakeLists.txt2
-rw-r--r--asn1/p7/MSAbstractService.asn1
-rw-r--r--asn1/p7/MSAccessProtocol.asn1
-rw-r--r--asn1/p7/MSGeneralAttributeTypes.asn4
-rw-r--r--asn1/p7/MSUpperBounds.asn1
-rw-r--r--asn1/p7/Makefile.am3
-rw-r--r--asn1/p7/Makefile.common3
-rw-r--r--asn1/p7/Makefile.nmake3
-rw-r--r--asn1/p7/p7.cnf4
-rw-r--r--asn1/p7/packet-p7-template.c2
-rw-r--r--asn1/p7/packet-p7-template.h2
11 files changed, 0 insertions, 26 deletions
diff --git a/asn1/p7/CMakeLists.txt b/asn1/p7/CMakeLists.txt
index 6c9ce27b0c..ffb31a68f3 100644
--- a/asn1/p7/CMakeLists.txt
+++ b/asn1/p7/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/p7/MSAbstractService.asn b/asn1/p7/MSAbstractService.asn
index 0ddacf82f7..5641f3c135 100644
--- a/asn1/p7/MSAbstractService.asn
+++ b/asn1/p7/MSAbstractService.asn
@@ -1,4 +1,3 @@
--- $Id$
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x413/1999/index.html
-- Module MSAbstractService (X.413:06/1999)
MSAbstractService {joint-iso-itu-t mhs(6) ms(4) modules(0) abstract-service(1)
diff --git a/asn1/p7/MSAccessProtocol.asn b/asn1/p7/MSAccessProtocol.asn
index f07c014d15..309a38da5b 100644
--- a/asn1/p7/MSAccessProtocol.asn
+++ b/asn1/p7/MSAccessProtocol.asn
@@ -1,4 +1,3 @@
--- $Id$
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x419/1999/index.html
-- Module MSAccessProtocol (X.419:06/1999)
MSAccessProtocol {joint-iso-itu-t mhs(6) protocols(0) modules(0)
diff --git a/asn1/p7/MSGeneralAttributeTypes.asn b/asn1/p7/MSGeneralAttributeTypes.asn
index 04a3c97758..960270e2a5 100644
--- a/asn1/p7/MSGeneralAttributeTypes.asn
+++ b/asn1/p7/MSGeneralAttributeTypes.asn
@@ -1,7 +1,3 @@
---
--- $Id$
---
-
-- Module MSGeneralAttributeTypes (X.413:06/1999)
MSGeneralAttributeTypes {joint-iso-itu-t mhs(6) ms(4) modules(0)
general-attribute-types(2) version-1999(1)} DEFINITIONS ::=
diff --git a/asn1/p7/MSUpperBounds.asn b/asn1/p7/MSUpperBounds.asn
index 887b11f36c..bcd6e8587e 100644
--- a/asn1/p7/MSUpperBounds.asn
+++ b/asn1/p7/MSUpperBounds.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module MSUpperBounds (X.413:06/1999)
-- See also ITU-T X.413 (06/1999)
-- See also the index of all ASN.1 assignments needed in this document
diff --git a/asn1/p7/Makefile.am b/asn1/p7/Makefile.am
index d357a4d4df..72d28e600b 100644
--- a/asn1/p7/Makefile.am
+++ b/asn1/p7/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/p7/Makefile.common b/asn1/p7/Makefile.common
index 04bf095011..6caef7a6d0 100644
--- a/asn1/p7/Makefile.common
+++ b/asn1/p7/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/p7/Makefile.nmake b/asn1/p7/Makefile.nmake
index 25f75f5105..fc70f2382f 100644
--- a/asn1/p7/Makefile.nmake
+++ b/asn1/p7/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/p7/p7.cnf b/asn1/p7/p7.cnf
index eb0e6aaa67..46282deb0a 100644
--- a/asn1/p7/p7.cnf
+++ b/asn1/p7/p7.cnf
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
#.IMPORT ../p1/p1-exp.cnf
#.IMPORT ../ros/ros-exp.cnf
#.IMPORT ../rtse/rtse-exp.cnf
diff --git a/asn1/p7/packet-p7-template.c b/asn1/p7/packet-p7-template.c
index e23fc71f88..aef9627a0d 100644
--- a/asn1/p7/packet-p7-template.c
+++ b/asn1/p7/packet-p7-template.c
@@ -2,8 +2,6 @@
* Routines for X.413 (P7) packet dissection
* Graeme Lunt 2007
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/asn1/p7/packet-p7-template.h b/asn1/p7/packet-p7-template.h
index 90f09ee294..fd745aef58 100644
--- a/asn1/p7/packet-p7-template.h
+++ b/asn1/p7/packet-p7-template.h
@@ -2,8 +2,6 @@
* Routines for X.413 (P7) packet dissection
* Graeme Lunt 2007
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs