aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/pkix1explicit
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-14 08:30:31 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-25 13:24:17 +0000
commit50dbe4df7fd7a5e4e1a27fd5046981486d350994 (patch)
treeb671e5f91ee62fd7f38836e656ff1c5952afb454 /epan/dissectors/asn1/pkix1explicit
parent8e594bb4579b628f23315dcb07d6850826b663f4 (diff)
Rename packet-ssl* to packet-tls*
Rename packet-ssl{,-utils}.[ch] to packet-tls{,-utils}.[ch]. Change-Id: I4732162ec131ddf0734b3dd191ccc9e48a76ce06 Reviewed-on: https://code.wireshark.org/review/29659 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/pkix1explicit')
-rw-r--r--epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c b/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c
index 5989454229..5260a74cd7 100644
--- a/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c
+++ b/epan/dissectors/asn1/pkix1explicit/packet-pkix1explicit-template.c
@@ -23,7 +23,7 @@
#include "packet-x509if.h"
#include "packet-x509ce.h"
-/* from packet-ssl-utils.h */
+/* from packet-tls-utils.h */
extern const value_string tls_hello_extension_types[];
#define PNAME "PKIX1Explicit"