aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-18 22:24:24 +0000
commit2df5dc3d533008334c3705b9a1d3683663a88ae2 (patch)
tree39266fb60b61337685d57db6e23138c074c61a93 /epan
parenta7041cacb0552d85d6e173a6d2e54e2bce4c73b4 (diff)
From Reinhard Speyerer: Fix several misspellings/typos in Wireshark
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-btl2cap.c4
-rw-r--r--epan/dissectors/packet-cigi.c2
-rw-r--r--epan/dissectors/packet-cipmotion.c2
-rw-r--r--epan/dissectors/packet-dlm3.c2
-rw-r--r--epan/dissectors/packet-dvbci.c2
-rw-r--r--epan/dissectors/packet-epl.c2
-rw-r--r--epan/dissectors/packet-etsi_card_app_toolkit.c2
-rw-r--r--epan/dissectors/packet-gsm_abis_om2000.c2
-rw-r--r--epan/dissectors/packet-gsm_abis_oml.c2
-rw-r--r--epan/dissectors/packet-gsm_cbch.c2
-rw-r--r--epan/dissectors/packet-gtp.c2
-rw-r--r--epan/dissectors/packet-homeplug-av.c2
-rw-r--r--epan/dissectors/packet-ieee80211.c2
-rw-r--r--epan/dissectors/packet-mp2t.c2
-rw-r--r--epan/dissectors/packet-nfs.c2
-rw-r--r--epan/dissectors/packet-noe.c2
-rw-r--r--epan/dissectors/packet-omron-fins.c2
-rw-r--r--epan/dissectors/packet-pnrp.c2
-rw-r--r--epan/dissectors/packet-ppi-antenna.c2
-rw-r--r--epan/dissectors/packet-rsip.c2
-rw-r--r--epan/dissectors/packet-rtnet.c2
-rw-r--r--epan/dissectors/packet-smb2.c2
-rw-r--r--epan/dissectors/packet-smpp.c2
-rw-r--r--epan/dissectors/packet-tipc.c2
-rw-r--r--epan/dissectors/packet-ua3g.c2
-rw-r--r--epan/dissectors/packet-v5ua.c2
-rw-r--r--epan/dissectors/packet-xtp.c2
27 files changed, 28 insertions, 28 deletions
diff --git a/epan/dissectors/packet-btl2cap.c b/epan/dissectors/packet-btl2cap.c
index fc02d1dca8..f01827a03a 100644
--- a/epan/dissectors/packet-btl2cap.c
+++ b/epan/dissectors/packet-btl2cap.c
@@ -1589,9 +1589,9 @@ proto_register_btl2cap(void)
"Bi-Directional QOS support", HFILL }
},
{ &hf_btl2cap_info_enh_retransmission,
- { "Enhancded Retransmission Mode", "btl2cap.info_enh_retransmission",
+ { "Enhanced Retransmission Mode", "btl2cap.info_enh_retransmission",
FT_UINT32, BASE_DEC, NULL, 0x08,
- "Enhancded Retransmission mode support", HFILL }
+ "Enhanced Retransmission mode support", HFILL }
},
{ &hf_btl2cap_info_streaming,
{ "Streaming Mode", "btl2cap.info_streaming",
diff --git a/epan/dissectors/packet-cigi.c b/epan/dissectors/packet-cigi.c
index 258afba766..84975301e6 100644
--- a/epan/dissectors/packet-cigi.c
+++ b/epan/dissectors/packet-cigi.c
@@ -10599,7 +10599,7 @@ proto_register_cigi(void)
"Specifies whether the symbol should be hidden, visible, or destroyed", HFILL }
},
{ &hf_cigi3_3_short_symbol_control_attach_state,
- { "Atach State", "cigi.short_symbol_control.attach_state",
+ { "Attach State", "cigi.short_symbol_control.attach_state",
FT_BOOLEAN, 8, TFS(&cigi3_3_symbol_control_attach_state_tfs), 0x04,
"Specifies whether this symbol should be attached to another", HFILL }
},
diff --git a/epan/dissectors/packet-cipmotion.c b/epan/dissectors/packet-cipmotion.c
index ba2fddcf5f..e678a12cde 100644
--- a/epan/dissectors/packet-cipmotion.c
+++ b/epan/dissectors/packet-cipmotion.c
@@ -387,7 +387,7 @@ static const value_string cip_pos_data_type_vals[] = {
/* Translate function to string - axis response values */
static const value_string cip_axis_response_vals[] = {
- { 0, "No Acknowlede" },
+ { 0, "No Acknowledge" },
{ 1, "Enable Acknowledge" },
{ 2, "Disable Acknowledge" },
{ 3, "Shutdown Acknowledge" },
diff --git a/epan/dissectors/packet-dlm3.c b/epan/dissectors/packet-dlm3.c
index b8fda239a2..b2f39e3d31 100644
--- a/epan/dissectors/packet-dlm3.c
+++ b/epan/dissectors/packet-dlm3.c
@@ -1133,7 +1133,7 @@ proto_register_dlm3(void)
DLM3_REGISTER_HF_EXFLAGS(rf_lsflags, "rf.lsflags"),
{ &hf_dlm3_rf_unused,
- { "Unsed area", "dlm3.rf.lsflags.unused",
+ { "Unused area", "dlm3.rf.lsflags.unused",
FT_UINT64, BASE_HEX, NULL, 0x0,
NULL, HFILL}},
diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c
index 18a324dfd5..90bd020c75 100644
--- a/epan/dissectors/packet-dvbci.c
+++ b/epan/dissectors/packet-dvbci.c
@@ -3081,7 +3081,7 @@ dissect_dvbci_payload_ami(guint32 tag, gint len_field _U_,
/* no filter for length items */
app_dom_id_len = tvb_get_guint8(tvb, offset);
proto_tree_add_text(tree, tvb, offset, 1,
- "Application Domain Indentifier length %d", app_dom_id_len);
+ "Application Domain Identifier length %d", app_dom_id_len);
offset++;
init_obj_len = tvb_get_guint8(tvb, offset);
proto_tree_add_text(tree, tvb, offset, 1,
diff --git a/epan/dissectors/packet-epl.c b/epan/dissectors/packet-epl.c
index 4eb22852ba..536efc6417 100644
--- a/epan/dissectors/packet-epl.c
+++ b/epan/dissectors/packet-epl.c
@@ -1245,7 +1245,7 @@ dissect_epl_asnd_ires(proto_tree *epl_tree, tvbuff_t *tvb, packet_info *pinfo, g
profile = tvb_get_letohs(tvb, offset);
additional = tvb_get_letohs(tvb, offset+2);
proto_tree_add_string_format(epl_tree, hf_epl_asnd_identresponse_dt, tvb, offset,
- 4, "", "Device Type: Profil %d (%s), Additional Information: 0x%4.4X",
+ 4, "", "Device Type: Profile %d (%s), Additional Information: 0x%4.4X",
profile, val_to_str(profile, epl_device_profiles, "Unknown Profile"), additional);
proto_tree_add_item(epl_tree, hf_epl_asnd_identresponse_profile, tvb, offset, 2, ENC_LITTLE_ENDIAN);
diff --git a/epan/dissectors/packet-etsi_card_app_toolkit.c b/epan/dissectors/packet-etsi_card_app_toolkit.c
index 92fd679768..d98249c45f 100644
--- a/epan/dissectors/packet-etsi_card_app_toolkit.c
+++ b/epan/dissectors/packet-etsi_card_app_toolkit.c
@@ -104,7 +104,7 @@ static const value_string comp_tlv_tag_vals[] = {
{ 0x12, "File List" },
{ 0x13, "Location Information" },
{ 0x14, "IMEI" },
- { 0x15, "Help requeest" },
+ { 0x15, "Help request" },
{ 0x16, "Network Measurement Results" },
{ 0x17, "Default Text" },
{ 0x18, "Items Next Action Indicator" },
diff --git a/epan/dissectors/packet-gsm_abis_om2000.c b/epan/dissectors/packet-gsm_abis_om2000.c
index 2540399c0b..83bc8d6f93 100644
--- a/epan/dissectors/packet-gsm_abis_om2000.c
+++ b/epan/dissectors/packet-gsm_abis_om2000.c
@@ -499,7 +499,7 @@ static const value_string om2k_la_state_vals[] = {
static const value_string filerel_state_vals[] = {
{ 0x00, "Not known in current state (unknown file)" },
- { 0x01, "alllowed, already loaded" },
+ { 0x01, "allowed, already loaded" },
{ 0x02, "allowed, not loaded" },
{ 0x03, "not allowed" },
{ 0, NULL }
diff --git a/epan/dissectors/packet-gsm_abis_oml.c b/epan/dissectors/packet-gsm_abis_oml.c
index 6f54e56bba..3d26b0bca5 100644
--- a/epan/dissectors/packet-gsm_abis_oml.c
+++ b/epan/dissectors/packet-gsm_abis_oml.c
@@ -945,7 +945,7 @@ static const value_string oml_fom_objclass_vals[] = {
{ NM_OC_BASEB_TRANSC, "Baseband Transceiver" },
/* proprietary, vendor specific */
- { NM_OC_BS11_ADJC, "SIE Adjacend Channel" },
+ { NM_OC_BS11_ADJC, "SIE Adjacent Channel" },
{ NM_OC_BS11_HANDOVER, "SIE Handover" },
{ NM_OC_BS11_PWR_CTRL, "SIE Power Control" },
{ NM_OC_BS11_BTSE, "SIE BTSE" },
diff --git a/epan/dissectors/packet-gsm_cbch.c b/epan/dissectors/packet-gsm_cbch.c
index 35674a200c..370b331330 100644
--- a/epan/dissectors/packet-gsm_cbch.c
+++ b/epan/dissectors/packet-gsm_cbch.c
@@ -244,7 +244,7 @@ dissect_schedule_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree
else
{
/* reserved MDT */
- proto_tree_add_text(sched_subtree, tvb, offset, 1, "Slot: %d reseved MDT: %x", new_slots[k], octet1);
+ proto_tree_add_text(sched_subtree, tvb, offset, 1, "Slot: %d reserved MDT: %x", new_slots[k], octet1);
other_slots[new_slots[i] - 1] = 0xFFFE;
}
}
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index a52896a5ce..824346e75d 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -7500,7 +7500,7 @@ void proto_register_gtp(void)
{&hf_gtp_tft_eval, {"Evaluation precedence", "gtp.tft_eval", FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL}},
{&hf_gtp_tid, {"TID", "gtp.tid", FT_STRING, BASE_NONE, NULL, 0, "Tunnel Identifier", HFILL}},
{&hf_gtp_tlli, {"TLLI", "gtp.tlli", FT_UINT32, BASE_HEX, NULL, 0, "Temporary Logical Link Identity", HFILL}},
- {&hf_gtp_tr_comm, {"Packet transfer command", "gtp.tr_comm", FT_UINT8, BASE_DEC, VALS(tr_comm_type), 0, "Packat transfer command", HFILL}},
+ {&hf_gtp_tr_comm, {"Packet transfer command", "gtp.tr_comm", FT_UINT8, BASE_DEC, VALS(tr_comm_type), 0, "Packet transfer command", HFILL}},
{&hf_gtp_trace_ref, {"Trace reference", "gtp.trace_ref", FT_UINT16, BASE_HEX, NULL, 0, NULL, HFILL}},
{&hf_gtp_trace_type, {"Trace type", "gtp.trace_type", FT_UINT16, BASE_HEX, NULL, 0, NULL, HFILL}},
{&hf_gtp_unknown, {"Unknown data (length)", "gtp.unknown", FT_UINT16, BASE_DEC, NULL, 0, "Unknown data", HFILL}},
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index bb0c25ae95..23dccb4ecb 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -3312,7 +3312,7 @@ proto_register_homeplug_av(void)
FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_load,
- { "Image Load Starting Addres", "homeplug_av.st_mac_req.img_load",
+ { "Image Load Starting Address", "homeplug_av.st_mac_req.img_load",
FT_UINT32, BASE_HEX, NULL, 0x00, "Unknown", HFILL }
},
{ &hf_homeplug_av_st_mac_req_img_len,
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index ad41ba87dc..343d9019b4 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -12025,7 +12025,7 @@ proto_register_ieee80211 (void)
};
static const true_false_string hwmp_targ_usn_flags = {
- "[USN = 1] Target Sequence Number Unkwown at Originator",
+ "[USN = 1] Target Sequence Number Unknown at Originator",
"[USN = 0] Target Sequence Number Known at Originator"
};
diff --git a/epan/dissectors/packet-mp2t.c b/epan/dissectors/packet-mp2t.c
index 50d8cd7115..39e9e62607 100644
--- a/epan/dissectors/packet-mp2t.c
+++ b/epan/dissectors/packet-mp2t.c
@@ -1337,7 +1337,7 @@ proto_register_mp2t(void)
{ &hf_mp2t_analysis_skips, {
"TS Continuity Counter Skips", "mp2t.analysis.skips",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Missing TS frames accoding to CC counter values", HFILL
+ "Missing TS frames according to CC counter values", HFILL
} } ,
{ &hf_mp2t_analysis_drops, {
"Some frames dropped", "mp2t.analysis.drops",
diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index 359a949811..9af7762d49 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -10645,7 +10645,7 @@ proto_register_nfs(void)
"V4 Procedure", "nfs.procedure_v4", FT_UINT32, BASE_DEC,
VALS(nfsv4_proc_vals), 0, NULL, HFILL }},
{ &hf_nfs_impl_id4_len, {
- "Implemetation ID length", "nfs.impl_id4.length", FT_UINT32, BASE_DEC,
+ "Implementation ID length", "nfs.impl_id4.length", FT_UINT32, BASE_DEC,
NULL, 0, NULL, HFILL }},
{ &hf_nfs_fh_length, {
"length", "nfs.fh.length", FT_UINT32, BASE_DEC,
diff --git a/epan/dissectors/packet-noe.c b/epan/dissectors/packet-noe.c
index 4c15320341..dc9aa4b31d 100644
--- a/epan/dissectors/packet-noe.c
+++ b/epan/dissectors/packet-noe.c
@@ -1505,7 +1505,7 @@ void proto_register_noe(void)
BASE_NONE,
NULL,
0x0,
- "Method Acknowlege",
+ "Method Acknowledge",
HFILL
}
},
diff --git a/epan/dissectors/packet-omron-fins.c b/epan/dissectors/packet-omron-fins.c
index 2641f28229..1f84e9d7c9 100644
--- a/epan/dissectors/packet-omron-fins.c
+++ b/epan/dissectors/packet-omron-fins.c
@@ -788,7 +788,7 @@ static const value_string omron_days[] = {
static const value_string omron_file_parameter_codes[] = {
{ 0x0000, "Write new file, do not overwrite" },
{ 0x0001, "Write new file, overwrite" },
- { 0x0002, "Appened to file " },
+ { 0x0002, "Append to file " },
{ 0x0003, "Overwite file" },
{ 0, NULL } };
diff --git a/epan/dissectors/packet-pnrp.c b/epan/dissectors/packet-pnrp.c
index 4bf4546918..f10dbc61ed 100644
--- a/epan/dissectors/packet-pnrp.c
+++ b/epan/dissectors/packet-pnrp.c
@@ -1249,7 +1249,7 @@ void proto_register_pnrp(void)
{ "Service Location", "pnrp.encodedCPA.serviceLocation", FT_BYTES,BASE_NONE, NULL, 0x0,
NULL, HFILL }},
{ &hf_pnrp_encodedCPA_binaryAuthority,
- { "Binary Authoriy", "pnrp.encodedCPA.binaryAuthority", FT_BYTES,BASE_NONE, NULL, 0x0,
+ { "Binary Authority", "pnrp.encodedCPA.binaryAuthority", FT_BYTES,BASE_NONE, NULL, 0x0,
"SHA-1 Hash of PublicKey Data field", HFILL }},
{ &hf_pnrp_encodedCPA_classifiertHash,
{ "Classifiert Hash", "pnrp.encodedCPA.classifierHash", FT_BYTES,BASE_NONE, NULL, 0x0,
diff --git a/epan/dissectors/packet-ppi-antenna.c b/epan/dissectors/packet-ppi-antenna.c
index 9b0899d050..d628034fff 100644
--- a/epan/dissectors/packet-ppi-antenna.c
+++ b/epan/dissectors/packet-ppi-antenna.c
@@ -465,7 +465,7 @@ proto_register_ppi_antenna(void) {
{ &hf_ppi_antennaflags_mimo,
{ "mimo", "ppi_antenna.antennaflags.mimo",
FT_BOOLEAN, 32, NULL, PPI_ANTENNAFLAGS_MASK_MIMO,
- "Antena is part of MIMO system", HFILL } },
+ "Antenna is part of MIMO system", HFILL } },
{ &hf_ppi_antennaflags_horizpol,
{ "horizontally polarized", "ppi_antenna.antennaflags.horizpol",
FT_BOOLEAN, 32, NULL, PPI_ANTENNAFLAGS_MASK_HPOL,
diff --git a/epan/dissectors/packet-rsip.c b/epan/dissectors/packet-rsip.c
index a0a79c04df..e92581f12a 100644
--- a/epan/dissectors/packet-rsip.c
+++ b/epan/dissectors/packet-rsip.c
@@ -210,7 +210,7 @@ static const value_string error_number_vals[] = {
{ 106, "Unsupported RSIP Version" },
{ 201, "Missing Parameter" },
{ 202, "Duplicate Parameter" },
- { 203, "Extra Paramter" },
+ { 203, "Extra Parameter" },
{ 204, "Illegal Parameter" },
{ 205, "Bad Parameter" },
{ 206, "Illegal Message" },
diff --git a/epan/dissectors/packet-rtnet.c b/epan/dissectors/packet-rtnet.c
index fa95294e25..951df552f0 100644
--- a/epan/dissectors/packet-rtnet.c
+++ b/epan/dissectors/packet-rtnet.c
@@ -979,7 +979,7 @@ proto_register_rtmac(void) {
{ "Padding",
"tdma-v1.msg.ack_conf.padding",
FT_UINT8, BASE_HEX, NULL, 0x0,
- "TDMA PAdding", HFILL }},
+ "TDMA Padding", HFILL }},
{ &hf_tdma_v1_msg_ack_conf_mtu,
{ "MTU",
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index 2637f1a7a5..592f5cf74c 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -4549,7 +4549,7 @@ static void
report_create_context_malformed_buffer(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, const char *buffer_desc)
{
proto_tree_add_text(tree, tvb, 0, tvb_length_remaining(tvb, 0),
- "%s SHOULD NOT be generated. Malformed packeet", buffer_desc);
+ "%s SHOULD NOT be generated. Malformed packet", buffer_desc);
}
static void
dissect_smb2_ExtA_buffer_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, smb2_info_t *si)
diff --git a/epan/dissectors/packet-smpp.c b/epan/dissectors/packet-smpp.c
index 35a20b4a06..175985c7ac 100644
--- a/epan/dissectors/packet-smpp.c
+++ b/epan/dissectors/packet-smpp.c
@@ -1056,7 +1056,7 @@ static const value_string vals_operation_result[] = {
{ 0x0f, "MO account balance is not enough" },
{ 0x10, "MT account balance is not enough" },
{ 0x11, "MO VAS is not supported" },
- { 0x12, "MT VAS is not suppoeted" },
+ { 0x12, "MT VAS is not supported" },
{ 0x13, "MO user is post-paid user and checked success" },
{ 0x14, "MT user is post-paid user and checked success" },
{ 0x15, "MO post-paid user status is incorrect" },
diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 312a038fda..bf8784ea30 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -1910,7 +1910,7 @@ dissect_tipc_int_prot_msg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tipc_tr
* part of the changeover procedure. This message type may be regarded as an empty
* ORIGINAL_MSG, where message count is zero, and no packet is wrapped inside.
*/
- proto_tree_add_text(tipc_tree, tvb, offset, -1, "TIPC_CHANGEOVER_PROTOCOL Protol/dissection Error");
+ proto_tree_add_text(tipc_tree, tvb, offset, -1, "TIPC_CHANGEOVER_PROTOCOL Protocol/dissection Error");
break;
}
break;
diff --git a/epan/dissectors/packet-ua3g.c b/epan/dissectors/packet-ua3g.c
index 5b102affdf..bdb426a261 100644
--- a/epan/dissectors/packet-ua3g.c
+++ b/epan/dissectors/packet-ua3g.c
@@ -2794,7 +2794,7 @@ decode_icon_cmd(proto_tree *tree _U_, tvbuff_t *tvb, packet_info *pinfo _U_,
for(i = 0; i < 8; i++) {
proto_tree_add_text(ua3g_body_tree, tvb, offset, 2,
"Segment %d: %s (%d)", i,
- val_to_str((((tvb_get_guint8(tvb, offset) << 1) >> i) & 0x02) + ((tvb_get_guint8(tvb, offset + 1) >> i) & 0x01),str_state, "Unknwon"),
+ val_to_str((((tvb_get_guint8(tvb, offset) << 1) >> i) & 0x02) + ((tvb_get_guint8(tvb, offset + 1) >> i) & 0x01),str_state, "Unknown"),
(((tvb_get_guint8(tvb, offset) << 1) >> i) & 0x02) + ((tvb_get_guint8(tvb, offset + 1) >> i) & 0x01));
}
}
diff --git a/epan/dissectors/packet-v5ua.c b/epan/dissectors/packet-v5ua.c
index 9c0423fdf3..137293ae84 100644
--- a/epan/dissectors/packet-v5ua.c
+++ b/epan/dissectors/packet-v5ua.c
@@ -385,7 +385,7 @@ dissect_draft_error_code_parameter(tvbuff_t *parameter_tvb, proto_tree *paramete
static const value_string error_code_values[] = {
{ MGMT_ERROR_INVALID_VERSION, "Invalid version" },
{ MGMT_ERROR_INVALID_IF_ID, "Invalid interface identifier" },
- { MGMT_ERROR_UNSUPPORTED_MSG_CLASS, "Unsuported message class" },
+ { MGMT_ERROR_UNSUPPORTED_MSG_CLASS, "Unsupported message class" },
{ MGMT_ERROR_UNSUPPORTED_MSG_TYPE, "Unsupported message type" },
{ MGMT_ERROR_UNSUPPORTED_TRAFFIC_HANDLING_MODE, "Unsupported traffic handling mode" },
{ MGMT_ERROR_UNEXPECTED_MSG, "Unexpected message" },
diff --git a/epan/dissectors/packet-xtp.c b/epan/dissectors/packet-xtp.c
index e15384ec22..589681c4c1 100644
--- a/epan/dissectors/packet-xtp.c
+++ b/epan/dissectors/packet-xtp.c
@@ -190,7 +190,7 @@ static const value_string aformat_vals[] = {
{ XTP_ADDR_XEROX, "Xerox Network System Address" },
{ XTP_ADDR_IPX, "IPX Address" },
{ XTP_ADDR_LOCAL, "Local Address" },
- { XTP_ADDR_IP6, "Internet Protocl Version 6 Address" },
+ { XTP_ADDR_IP6, "Internet Protocol Version 6 Address" },
{ 0, NULL }
};