aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-17 23:19:49 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-17 23:19:49 +0000
commit30b7c91158ade4c4616572387c59f9f99134a8ed (patch)
tree85a1a8dad675f9fffc0e271028de378cce8ad9e7
parent55b798b353d59ab76eac3985b1c14cbe5ce51d61 (diff)
Fix a typo.
svn path=/trunk/; revision=24677
-rw-r--r--asn1/pkix1explicit/packet-pkix1explicit-template.c8
-rw-r--r--epan/dissectors/packet-pkix1explicit.c10
-rw-r--r--epan/dissectors/packet-pkix1explicit.h2
3 files changed, 10 insertions, 10 deletions
diff --git a/asn1/pkix1explicit/packet-pkix1explicit-template.c b/asn1/pkix1explicit/packet-pkix1explicit-template.c
index 331d4cb5e1..b073ee9db5 100644
--- a/asn1/pkix1explicit/packet-pkix1explicit-template.c
+++ b/asn1/pkix1explicit/packet-pkix1explicit-template.c
@@ -44,7 +44,7 @@
#include "packet-x509if.h"
#include "packet-x509ce.h"
-#define PNAME "PKIX1Explitit"
+#define PNAME "PKIX1Explicit"
#define PSNAME "PKIX1EXPLICIT"
#define PFNAME "pkix1explicit"
@@ -111,15 +111,15 @@ void proto_register_pkix1explicit(void) {
/* List of fields */
static hf_register_info hf[] = {
- { &hf_pkix1explicit_object_identifier_id,
+ { &hf_pkix1explicit_object_identifier_id,
{ "Id", "pkix1explicit.id", FT_STRING, BASE_NONE, NULL, 0,
"Object identifier Id", HFILL }},
- { &hf_pkix1explicit_addressFamily_afn,
+ { &hf_pkix1explicit_addressFamily_afn,
{ "Address family(AFN)", "pkix1explicit.addressfamily", FT_UINT16, BASE_DEC, VALS(afn_vals), 0,
"Address family(AFN)", HFILL }},
- { &hf_pkix1explicit_addressFamily_safi,
+ { &hf_pkix1explicit_addressFamily_safi,
{ "Subsequent Address Family Identifiers (SAFI)", "pkix1explicit.addressfamily.safi", FT_UINT16, BASE_DEC, NULL, 0,
"Subsequent Address Family Identifiers (SAFI) RFC4760", HFILL }},
#include "packet-pkix1explicit-hfarr.c"
diff --git a/epan/dissectors/packet-pkix1explicit.c b/epan/dissectors/packet-pkix1explicit.c
index 6157cee1e9..e7153eec88 100644
--- a/epan/dissectors/packet-pkix1explicit.c
+++ b/epan/dissectors/packet-pkix1explicit.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-pkix1explicit.c */
-/* ../../tools/asn2wrs.py -b -p pkix1explicit -c pkix1explicit.cnf -s packet-pkix1explicit-template PKIX1EXPLICIT93.asn IPAddrAndASCertExtn.asn */
+/* ../../tools/asn2wrs.py -b -p pkix1explicit -c ./pkix1explicit.cnf -s ./packet-pkix1explicit-template -D . PKIX1EXPLICIT93.asn IPAddrAndASCertExtn.asn */
/* Input file: packet-pkix1explicit-template.c */
@@ -52,7 +52,7 @@
#include "packet-x509if.h"
#include "packet-x509ce.h"
-#define PNAME "PKIX1Explitit"
+#define PNAME "PKIX1Explicit"
#define PSNAME "PKIX1EXPLICIT"
#define PFNAME "pkix1explicit"
@@ -825,15 +825,15 @@ void proto_register_pkix1explicit(void) {
/* List of fields */
static hf_register_info hf[] = {
- { &hf_pkix1explicit_object_identifier_id,
+ { &hf_pkix1explicit_object_identifier_id,
{ "Id", "pkix1explicit.id", FT_STRING, BASE_NONE, NULL, 0,
"Object identifier Id", HFILL }},
- { &hf_pkix1explicit_addressFamily_afn,
+ { &hf_pkix1explicit_addressFamily_afn,
{ "Address family(AFN)", "pkix1explicit.addressfamily", FT_UINT16, BASE_DEC, VALS(afn_vals), 0,
"Address family(AFN)", HFILL }},
- { &hf_pkix1explicit_addressFamily_safi,
+ { &hf_pkix1explicit_addressFamily_safi,
{ "Subsequent Address Family Identifiers (SAFI)", "pkix1explicit.addressfamily.safi", FT_UINT16, BASE_DEC, NULL, 0,
"Subsequent Address Family Identifiers (SAFI) RFC4760", HFILL }},
diff --git a/epan/dissectors/packet-pkix1explicit.h b/epan/dissectors/packet-pkix1explicit.h
index 208f7339e6..867a8427b6 100644
--- a/epan/dissectors/packet-pkix1explicit.h
+++ b/epan/dissectors/packet-pkix1explicit.h
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-pkix1explicit.h */
-/* ../../tools/asn2wrs.py -b -p pkix1explicit -c pkix1explicit.cnf -s packet-pkix1explicit-template PKIX1EXPLICIT93.asn IPAddrAndASCertExtn.asn */
+/* ../../tools/asn2wrs.py -b -p pkix1explicit -c ./pkix1explicit.cnf -s ./packet-pkix1explicit-template -D . PKIX1EXPLICIT93.asn IPAddrAndASCertExtn.asn */
/* Input file: packet-pkix1explicit-template.h */