diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2014-02-17 22:02:21 -0500 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2014-02-18 03:05:28 +0000 |
commit | 8c608e6e82ac40543f139c71f472fdb10f862045 (patch) | |
tree | 026f0c3459942d89d1325f2ea3fc50c0d9a868e3 /asn1/pkixtsp | |
parent | ff52d8b70f5838db4fc5df2b43a1ca15235ff57d (diff) | |
download | wireshark-8c608e6e82ac40543f139c71f472fdb10f862045.tar.gz wireshark-8c608e6e82ac40543f139c71f472fdb10f862045.tar.bz2 wireshark-8c608e6e82ac40543f139c71f472fdb10f862045.zip |
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/pkixtsp')
-rw-r--r-- | asn1/pkixtsp/CMakeLists.txt | 2 | ||||
-rw-r--r-- | asn1/pkixtsp/Makefile.am | 3 | ||||
-rw-r--r-- | asn1/pkixtsp/Makefile.common | 3 | ||||
-rw-r--r-- | asn1/pkixtsp/Makefile.nmake | 3 | ||||
-rw-r--r-- | asn1/pkixtsp/packet-pkixtsp-template.c | 2 | ||||
-rw-r--r-- | asn1/pkixtsp/packet-pkixtsp-template.h | 2 | ||||
-rw-r--r-- | asn1/pkixtsp/pkixtsp.cnf | 2 |
7 files changed, 0 insertions, 17 deletions
diff --git a/asn1/pkixtsp/CMakeLists.txt b/asn1/pkixtsp/CMakeLists.txt index 9835ec7988..dc0e840507 100644 --- a/asn1/pkixtsp/CMakeLists.txt +++ b/asn1/pkixtsp/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/pkixtsp/Makefile.am b/asn1/pkixtsp/Makefile.am index d357a4d4df..72d28e600b 100644 --- a/asn1/pkixtsp/Makefile.am +++ b/asn1/pkixtsp/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/pkixtsp/Makefile.common b/asn1/pkixtsp/Makefile.common index a3ed62e606..5a91370054 100644 --- a/asn1/pkixtsp/Makefile.common +++ b/asn1/pkixtsp/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/pkixtsp/Makefile.nmake b/asn1/pkixtsp/Makefile.nmake index 25f75f5105..fc70f2382f 100644 --- a/asn1/pkixtsp/Makefile.nmake +++ b/asn1/pkixtsp/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/pkixtsp/packet-pkixtsp-template.c b/asn1/pkixtsp/packet-pkixtsp-template.c index 0ad88a826e..48600647b8 100644 --- a/asn1/pkixtsp/packet-pkixtsp-template.c +++ b/asn1/pkixtsp/packet-pkixtsp-template.c @@ -2,8 +2,6 @@ * Routines for RFC2634 Extended Security Services packet dissection * Ronnie Sahlberg 2004 * - * $Id$ - * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs diff --git a/asn1/pkixtsp/packet-pkixtsp-template.h b/asn1/pkixtsp/packet-pkixtsp-template.h index 8dd3e566ac..628da66c09 100644 --- a/asn1/pkixtsp/packet-pkixtsp-template.h +++ b/asn1/pkixtsp/packet-pkixtsp-template.h @@ -2,8 +2,6 @@ * Routines for RFC3161 Time-Stamp Protocol packet dissection * Ronnie Sahlberg 2004 * - * $Id$ - * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs diff --git a/asn1/pkixtsp/pkixtsp.cnf b/asn1/pkixtsp/pkixtsp.cnf index ec7499ef19..d377d5bcac 100644 --- a/asn1/pkixtsp/pkixtsp.cnf +++ b/asn1/pkixtsp/pkixtsp.cnf @@ -1,8 +1,6 @@ # pkixtsp.cnf # Time-Stamp Protocol (RFC3161) conformation file -# $Id$ - #.MODULE_IMPORT PKIX1Explicit88 pkix1explicit PKIX1Implicit88 pkix1implicit |