aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-idrp.c
diff options
context:
space:
mode:
authormoshekaplan <me@moshekaplan.com>2016-01-05 19:58:42 -0500
committerMichael Mann <mmann78@netscape.net>2016-01-08 20:04:56 +0000
commitcd7026951b2354cb633b51cd82d6de0a0f622f00 (patch)
tree98e01231a03392a988f8621a8cbc6f7553bce0ca /epan/dissectors/packet-idrp.c
parentc1bcbb6eee97239be09d820ca3c16c46cf072fc6 (diff)
Fix a lot of typos and misspellings
Change-Id: I8512cfa1d424f82a873a0e0e1d22c7b075fdd7f3 Reviewed-on: https://code.wireshark.org/review/13069 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-idrp.c')
-rw-r--r--epan/dissectors/packet-idrp.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-idrp.c b/epan/dissectors/packet-idrp.c
index 4090fd8e5f..045aa2cf42 100644
--- a/epan/dissectors/packet-idrp.c
+++ b/epan/dissectors/packet-idrp.c
@@ -1176,7 +1176,7 @@ dissect_idrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_
tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;
- /* 4 octets Achnowledge */
+ /* 4 octets Acknowledge */
proto_tree_add_item(idrp_tree, hf_idrp_ack,
tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;
@@ -1240,7 +1240,7 @@ void proto_register_idrp(void)
VALS(idrp_pdu_types), 0xff, NULL, HFILL}},
{&hf_idrp_sequence,
{"Sequence Number", "idrp.seq", FT_UINT32, BASE_DEC, NULL, 0x0,
- "Sequence number, Sequence number of curent BISPDU ", HFILL}},
+ "Sequence number, Sequence number of current BISPDU ", HFILL}},
{&hf_idrp_ack,
{"Acknowledgment number", "idrp.ack", FT_UINT32, BASE_DEC, NULL, 0x0,
"Acknowledgment number, Sequence number of the PDU that the sender last received correctly and in sequence number order",
@@ -1295,7 +1295,7 @@ void proto_register_idrp(void)
{&hf_idrp_open_rib_attr_security_reg_id,
{"Rib Attribute Value Security Registration ID",
"idrp.open.rib-attr.security.reg-id", FT_BYTES, BASE_NONE,
- NULL, 0, "Identifys the Security Authority" ,
+ NULL, 0, "Identifies the Security Authority" ,
HFILL}},
{&hf_idrp_open_rib_attr_security_info,
{"Rib Attribute Value Security Registration ID",
@@ -1411,22 +1411,22 @@ void proto_register_idrp(void)
{&hf_idrp_update_path_attr_dist_list_incl_nb_rdi,
{"Path Attribute Value Dist List Incl Number of RDIs",
"idrp.update.path-attr.dist-list-incl.number-rdi", FT_UINT8, BASE_DEC,
- NULL, 0, "Number of RDIs which NLRI infomation may be distributed" ,
+ NULL, 0, "Number of RDIs which NLRI information may be distributed" ,
HFILL}},
{&hf_idrp_update_path_attr_dist_list_incl_rdi,
{"Path Attribute Value Dist List Incl RDI",
"idrp.update.path-attr.dist-list-incl.rdi", FT_BYTES, BASE_NONE,
- NULL, 0, "RDI which NLRI infomation may be distributed" ,
+ NULL, 0, "RDI which NLRI information may be distributed" ,
HFILL}},
{&hf_idrp_update_path_attr_dist_list_excl_nb_rdi,
{"Path Attribute Value Dist List Excl Number of RDIs",
"idrp.update.path-attr.dist-list-excl.number-rdi", FT_UINT8, BASE_DEC,
- NULL, 0, "Number of RDIs which NLRI infomation may not be distributed" ,
+ NULL, 0, "Number of RDIs which NLRI information may not be distributed" ,
HFILL}},
{&hf_idrp_update_path_attr_dist_list_excl_rdi,
{"Path Attribute Value Dist List Excl RDI",
"idrp.update.path-attr.dist-list-excl.rdi", FT_BYTES, BASE_NONE,
- NULL, 0, "RDI which NLRI infomation may be distributed" ,
+ NULL, 0, "RDI which NLRI information may be distributed" ,
HFILL}},
{&hf_idrp_update_path_attr_multi_exit_disc,
{"Path Attribute Value Multi Exit Disc",
@@ -1476,7 +1476,7 @@ void proto_register_idrp(void)
{&hf_idrp_update_path_attr_security_reg_id,
{"Path Attribute Value Security Registration ID",
"idrp.update.path-attr.security.reg-id", FT_BYTES, BASE_NONE,
- NULL, 0, "Identifys the Security Authority" ,
+ NULL, 0, "Identifies the Security Authority" ,
HFILL}},
{&hf_idrp_update_path_attr_security_info,
{"Path Attribute Value Security Registration ID",
@@ -1546,7 +1546,7 @@ void proto_register_idrp(void)
"Diagnosis data that depends upon the error code and error subcode",
HFILL}},
{&hf_idrp_rib_refresh_opcode,
- {"Rib Refresh upcode", "idrp.rib-refresh.opcode", FT_UINT8, BASE_DEC,
+ {"Rib Refresh opcode", "idrp.rib-refresh.opcode", FT_UINT8, BASE_DEC,
VALS(idrp_error_rib_refresh_subcodes),
0xff, NULL, HFILL}},
{&hf_idrp_rib_refresh_rib_attr_locally_defined_qos_nsap,
@@ -1570,7 +1570,7 @@ void proto_register_idrp(void)
{&hf_idrp_rib_refresh_rib_attr_security_reg_id,
{"Rib Attribute Value Security Registration ID",
"idrp.rib-refresh.rib-attr.security.reg-id", FT_BYTES, BASE_NONE,
- NULL, 0, "Identifys the Security Authority" ,
+ NULL, 0, "Identifies the Security Authority" ,
HFILL}},
{&hf_idrp_rib_refresh_rib_attr_security_info,
{"Rib Attribute Value Security Registration ID",