aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/m3ap
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/m3ap
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/m3ap')
-rw-r--r--asn1/m3ap/CMakeLists.txt2
-rw-r--r--asn1/m3ap/M3AP-CommonDataTypes.asn2
-rw-r--r--asn1/m3ap/M3AP-Constants.asn2
-rw-r--r--asn1/m3ap/M3AP-Containers.asn2
-rw-r--r--asn1/m3ap/M3AP-IEs.asn2
-rw-r--r--asn1/m3ap/M3AP-PDU-Contents.asn2
-rw-r--r--asn1/m3ap/M3AP-PDU-Descriptions.asn2
-rw-r--r--asn1/m3ap/Makefile.am3
-rw-r--r--asn1/m3ap/Makefile.common3
-rw-r--r--asn1/m3ap/Makefile.nmake3
-rw-r--r--asn1/m3ap/m3ap.cnf1
-rw-r--r--asn1/m3ap/packet-m3ap-template.c2
12 files changed, 0 insertions, 26 deletions
diff --git a/asn1/m3ap/CMakeLists.txt b/asn1/m3ap/CMakeLists.txt
index 03b2bf46bc..3163fc64f7 100644
--- a/asn1/m3ap/CMakeLists.txt
+++ b/asn1/m3ap/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/m3ap/M3AP-CommonDataTypes.asn b/asn1/m3ap/M3AP-CommonDataTypes.asn
index 5289e1965d..b8bae0d795 100644
--- a/asn1/m3ap/M3AP-CommonDataTypes.asn
+++ b/asn1/m3ap/M3AP-CommonDataTypes.asn
@@ -5,8 +5,6 @@
--
-- 9.3.6 Common Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/M3AP-Constants.asn b/asn1/m3ap/M3AP-Constants.asn
index c7cbfc3e43..29cc4b8326 100644
--- a/asn1/m3ap/M3AP-Constants.asn
+++ b/asn1/m3ap/M3AP-Constants.asn
@@ -5,8 +5,6 @@
--
-- 9.3.7 Constant Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/M3AP-Containers.asn b/asn1/m3ap/M3AP-Containers.asn
index 5fdb095083..782311087b 100644
--- a/asn1/m3ap/M3AP-Containers.asn
+++ b/asn1/m3ap/M3AP-Containers.asn
@@ -5,8 +5,6 @@
--
-- 9.3.8 Container Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/M3AP-IEs.asn b/asn1/m3ap/M3AP-IEs.asn
index 615edd6a60..8dbaf02551 100644
--- a/asn1/m3ap/M3AP-IEs.asn
+++ b/asn1/m3ap/M3AP-IEs.asn
@@ -5,8 +5,6 @@
--
-- 9.3.5 Information Element Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/M3AP-PDU-Contents.asn b/asn1/m3ap/M3AP-PDU-Contents.asn
index 0b6d08577a..4a33c9cb29 100644
--- a/asn1/m3ap/M3AP-PDU-Contents.asn
+++ b/asn1/m3ap/M3AP-PDU-Contents.asn
@@ -5,8 +5,6 @@
--
-- 9.3.4 PDU Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/M3AP-PDU-Descriptions.asn b/asn1/m3ap/M3AP-PDU-Descriptions.asn
index fc55de654e..ad0c9b6ea3 100644
--- a/asn1/m3ap/M3AP-PDU-Descriptions.asn
+++ b/asn1/m3ap/M3AP-PDU-Descriptions.asn
@@ -5,8 +5,6 @@
--
-- 9.3.3 Elementary Procedure Definitions
--
--- $Id$
---
-- **************************************************************
--
diff --git a/asn1/m3ap/Makefile.am b/asn1/m3ap/Makefile.am
index d357a4d4df..72d28e600b 100644
--- a/asn1/m3ap/Makefile.am
+++ b/asn1/m3ap/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/m3ap/Makefile.common b/asn1/m3ap/Makefile.common
index a302b33540..f2c137776f 100644
--- a/asn1/m3ap/Makefile.common
+++ b/asn1/m3ap/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/m3ap/Makefile.nmake b/asn1/m3ap/Makefile.nmake
index 25f75f5105..fc70f2382f 100644
--- a/asn1/m3ap/Makefile.nmake
+++ b/asn1/m3ap/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/m3ap/m3ap.cnf b/asn1/m3ap/m3ap.cnf
index 96386a0be1..eea1eee160 100644
--- a/asn1/m3ap/m3ap.cnf
+++ b/asn1/m3ap/m3ap.cnf
@@ -1,6 +1,5 @@
# m3ap.cnf
# m3ap conformation file
-# $Id$
#.OPT
PER
diff --git a/asn1/m3ap/packet-m3ap-template.c b/asn1/m3ap/packet-m3ap-template.c
index 25e20710da..34b41df149 100644
--- a/asn1/m3ap/packet-m3ap-template.c
+++ b/asn1/m3ap/packet-m3ap-template.c
@@ -1,8 +1,6 @@
/* packet-m3ap.c
* Routines for M3 Application Protocol packet dissection
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs