aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/p1
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/p1
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/p1')
-rw-r--r--asn1/p1/CMakeLists.txt2
-rw-r--r--asn1/p1/MHSProtocolObjectIdentifiers.asn1
-rw-r--r--asn1/p1/MTAAbstractService.asn1
-rw-r--r--asn1/p1/MTSAbstractService.asn1
-rw-r--r--asn1/p1/MTSAccessProtocol.asn1
-rw-r--r--asn1/p1/MTSUpperBounds.asn1
-rw-r--r--asn1/p1/Makefile.am3
-rw-r--r--asn1/p1/Makefile.common3
-rw-r--r--asn1/p1/Makefile.nmake3
-rw-r--r--asn1/p1/p1.cnf1
-rw-r--r--asn1/p1/packet-p1-template.c2
-rw-r--r--asn1/p1/packet-p1-template.h2
12 files changed, 0 insertions, 21 deletions
diff --git a/asn1/p1/CMakeLists.txt b/asn1/p1/CMakeLists.txt
index 5860c39a9e..75e270491e 100644
--- a/asn1/p1/CMakeLists.txt
+++ b/asn1/p1/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/p1/MHSProtocolObjectIdentifiers.asn b/asn1/p1/MHSProtocolObjectIdentifiers.asn
index 9204907f42..97b4ecabb8 100644
--- a/asn1/p1/MHSProtocolObjectIdentifiers.asn
+++ b/asn1/p1/MHSProtocolObjectIdentifiers.asn
@@ -1,4 +1,3 @@
--- $Id$
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x419/1999/index.html
-- Module MHSProtocolObjectIdentifiers (X.419:06/1999)
MHSProtocolObjectIdentifiers {joint-iso-itu-t mhs(6) protocols(0) modules(0)
diff --git a/asn1/p1/MTAAbstractService.asn b/asn1/p1/MTAAbstractService.asn
index 44e5bb2c7f..1927dfb5d2 100644
--- a/asn1/p1/MTAAbstractService.asn
+++ b/asn1/p1/MTAAbstractService.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module MTAAbstractService (X.411:06/1999)
MTAAbstractService {joint-iso-itu-t mhs(6) mts(3) modules(0)
mta-abstract-service(2) version-1999(1)} DEFINITIONS IMPLICIT TAGS ::=
diff --git a/asn1/p1/MTSAbstractService.asn b/asn1/p1/MTSAbstractService.asn
index 2bf2ec07fc..986e198da3 100644
--- a/asn1/p1/MTSAbstractService.asn
+++ b/asn1/p1/MTSAbstractService.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module MTSAbstractService (X.411:06/1999)
MTSAbstractService {joint-iso-itu-t mhs(6) mts(3) modules(0)
mts-abstract-service(1) version-1999(1)} DEFINITIONS IMPLICIT TAGS ::=
diff --git a/asn1/p1/MTSAccessProtocol.asn b/asn1/p1/MTSAccessProtocol.asn
index 3e70901b99..d4ee6b8072 100644
--- a/asn1/p1/MTSAccessProtocol.asn
+++ b/asn1/p1/MTSAccessProtocol.asn
@@ -1,4 +1,3 @@
--- $Id$
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x411/1999/index.html
-- Module MTSAccessProtocol (X.419:06/1999)
MTSAccessProtocol {joint-iso-itu-t mhs(6) protocols(0) modules(0)
diff --git a/asn1/p1/MTSUpperBounds.asn b/asn1/p1/MTSUpperBounds.asn
index b9dc7807c0..4c42a1d630 100644
--- a/asn1/p1/MTSUpperBounds.asn
+++ b/asn1/p1/MTSUpperBounds.asn
@@ -1,4 +1,3 @@
--- $Id$
-- Module MTSUpperBounds (X.411:06/1999)
-- See also ITU-T X.411 (06/1999)
-- See also the index of all ASN.1 assignments needed in this document
diff --git a/asn1/p1/Makefile.am b/asn1/p1/Makefile.am
index d357a4d4df..72d28e600b 100644
--- a/asn1/p1/Makefile.am
+++ b/asn1/p1/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/p1/Makefile.common b/asn1/p1/Makefile.common
index 875aa7e012..5bc0d4d4f1 100644
--- a/asn1/p1/Makefile.common
+++ b/asn1/p1/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/p1/Makefile.nmake b/asn1/p1/Makefile.nmake
index 25f75f5105..fc70f2382f 100644
--- a/asn1/p1/Makefile.nmake
+++ b/asn1/p1/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/p1/p1.cnf b/asn1/p1/p1.cnf
index f58377ca1e..bc286e1533 100644
--- a/asn1/p1/p1.cnf
+++ b/asn1/p1/p1.cnf
@@ -1,6 +1,5 @@
# p1.cnf
# X.411 (MTA Access and Transfer) conformance file
-# $Id$
#.TYPE_ATTR
CountryName TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(p1_CountryName_U_vals) BITMASK = 0
diff --git a/asn1/p1/packet-p1-template.c b/asn1/p1/packet-p1-template.c
index 10ca12e484..0df41cd64a 100644
--- a/asn1/p1/packet-p1-template.c
+++ b/asn1/p1/packet-p1-template.c
@@ -2,8 +2,6 @@
* Routines for X.411 (X.400 Message Transfer) packet dissection
* Graeme Lunt 2005
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/asn1/p1/packet-p1-template.h b/asn1/p1/packet-p1-template.h
index 9b1262dec6..d28fd05658 100644
--- a/asn1/p1/packet-p1-template.h
+++ b/asn1/p1/packet-p1-template.h
@@ -2,8 +2,6 @@
* Routines for X.411 (X.400 Message Transfer) packet dissection
* Graeme Lunt 2005
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs