Fix some spelling errors found by Lintian.

Change-Id: If6fc3aab7ad4fc634567121f7b9541bc6f6c5766
Reviewed-on: https://code.wireshark.org/review/30926
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Gerald Combs 2018-12-05 09:59:23 -08:00 committed by Anders Broman
parent 8cee907bbd
commit 8c22c5bade
50 changed files with 99 additions and 99 deletions

View File

@ -1365,7 +1365,7 @@ print_usage(FILE *output)
fprintf(output, " -A generate all infos (default)\n");
fprintf(output, " -K disable displaying the capture comment\n");
fprintf(output, "\n");
fprintf(output, "Options are processed from left to right order with later options superceding\n");
fprintf(output, "Options are processed from left to right order with later options superseding\n");
fprintf(output, "or adding to earlier options.\n");
fprintf(output, "\n");
fprintf(output, "If no options are given the default is to display all infos in long report\n");

View File

@ -83,7 +83,7 @@ relevant information extracted from the frame; I'll use "frame" to refer to the
"raw" information extracted by the various dissectors that pre-analyzed the frame.
For every PDU, MATE checks if it belongs to an existing "Group of PDUs" (Gop).
If it does, it assigns the PDU to that Gop and moves any new relevant atributes
If it does, it assigns the PDU to that Gop and moves any new relevant attributes
to the Gop's attribute list. How and when do PDUs belong to Gops is described
in the configuration file as well.

View File

@ -54,7 +54,7 @@ Miscellaneous:
-A generate all infos (default)
-K disable displaying the capture comment
Options are processed from left to right order with later options superceding
Options are processed from left to right order with later options superseding
or adding to earlier options.
If no options are given the default is to display all infos in long report

View File

@ -722,7 +722,7 @@ static INT Dot11DecryptScanForKeys(
}
status=pntoh16(data+offset);
if (status != 0 && status != 85) {
DOT11DECRYPT_DEBUG_PRINT_LINE("Dot11DecryptScanForKeys", "TDLS setup not successfull", DOT11DECRYPT_DEBUG_LEVEL_3);
DOT11DECRYPT_DEBUG_PRINT_LINE("Dot11DecryptScanForKeys", "TDLS setup not successful", DOT11DECRYPT_DEBUG_LEVEL_3);
return DOT11DECRYPT_RET_NO_VALID_HANDSHAKE;
}

View File

@ -2058,7 +2058,7 @@ proto_register_tcap(void)
prefs_register_uint_preference(tcap_module, "repetitiontimeout",
"Repetition timeout",
"Maximal delay for message repetion",
"Maximal delay for message repetition",
10, &gtcap_RepetitionTimeout);
prefs_register_uint_preference(tcap_module, "losttimeout",

View File

@ -2336,7 +2336,7 @@ proto_register_elf(void)
NULL, HFILL }
},
{ &hf_elf_symbol_table_shndx,
{ "Releated Section Header Index", "elf.symbol_table.shndx",
{ "Related Section Header Index", "elf.symbol_table.shndx",
FT_UINT16, BASE_HEX | BASE_RANGE_STRING, RVALS(symbol_table_shndx_rvals), 0x00,
NULL, HFILL }
},

View File

@ -191,8 +191,8 @@ static const value_string cfun_fun_vals[] = {
};
static const value_string cfun_rst_vals[] = {
{ 0, "Do not reset the MT before setting it to the requsted power level" },
{ 1, "Reset the MT before setting it to the requsted power level" },
{ 0, "Do not reset the MT before setting it to the requested power level" },
{ 1, "Reset the MT before setting it to the requested power level" },
{ 0, NULL }
};

View File

@ -7671,7 +7671,7 @@ dissect_bgp_path_attr(proto_tree *subtree, tvbuff_t *tvb, guint16 path_attr_len,
break;
default:
proto_tree_add_expert_format(subtree2, pinfo, &ei_bgp_prefix_sid_type_err, tvb, o + i + aoff, alen,
"Unknwon BGP Prefix-SID TLV type: %u", prefix_sid_subtype);
"Unknown BGP Prefix-SID TLV type: %u", prefix_sid_subtype);
q += 3 + prefix_sid_sublen;
break;
}

View File

@ -3546,7 +3546,7 @@ proto_register_capwap_control(void)
NULL, HFILL }
},
{ &hf_capwap_header_padding,
{ "Padding for 4 Byte Alignement", "capwap.header.padding",
{ "Padding for 4 Byte Alignment", "capwap.header.padding",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},

View File

@ -922,7 +922,7 @@ static const value_string Info_Rec_Types[] = {
};
/* CDMA2K Encrytion Key Size */
/* CDMA2K Encryption Key Size */
static const value_string Enc_Key_Types[] = {
{ 0, "Reserved" },
{ 1, "64 Bits" },
@ -949,10 +949,10 @@ static const value_string rl_Freq_Offset_Types[] = {
/* CDMA2K Pilot Record Types */
static const value_string Pilot_Rec_Types[] = {
{ 0, "1x Common Pilot With Transmit Diversity" },
{ 1, "1x Auxillary Pilot" },
{ 2, "1x Auxillary Pilot With Transmit Diversity" },
{ 1, "1x Auxiliary Pilot" },
{ 2, "1x Auxiliary Pilot With Transmit Diversity" },
{ 3, "3x Common Pilot" },
{ 4, "3x Auxillary Pilot" },
{ 4, "3x Auxiliary Pilot" },
{ 5, "Reserved" },
{ 6, "Reserved" },
{ 7, "Reserved" },
@ -4872,7 +4872,7 @@ void proto_register_cdma2k(void)
{ &hf_cdma2k_Msg_Integrity_Sup,
{ "Msg Integrity Supported", "cdma2k.Msg_Integrity_Sup", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Gen_2g_Key,
{ "Generate 2G Encrytion Key", "cdma2k.Gen_2g_Key", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ "Generate 2G Encryption Key", "cdma2k.Gen_2g_Key", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Register_In_Idle,
{ "Register In Idle State", "cdma2k.Register_In_Idle", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Plcm_Type_Incl,
@ -4892,7 +4892,7 @@ void proto_register_cdma2k(void)
{ &hf_cdma2k_Pilot_Info_Req_Supported,
{ "Pilot Info Req Supported", "cdma2k.Pilot_Info_Req_Supported", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Enc_Supported,
{ "Encrytion Fields Incl", "cdma2k.Enc_Supported", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ "Encryption Fields Incl", "cdma2k.Enc_Supported", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Sig_Encrypt_Sup,
{ "Signalling Encryption Supported", "cdma2k.Sig_Encrypt_Sup", FT_UINT8, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Ui_Encrypt_Sup,
@ -4950,7 +4950,7 @@ void proto_register_cdma2k(void)
{ &hf_cdma2k_Fsch_Outercode_Offset,
{ "For Sch Outer Code Offset", "cdma2k.Fsch_Outercode_Offset", FT_UINT8, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Max_Add_Serv_Instance,
{ "Max Additonal Service Identifiers", "cdma2k.Max_Add_Serv_Instance", FT_UINT8, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL } },
{ "Max Additional Service Identifiers", "cdma2k.Max_Add_Serv_Instance", FT_UINT8, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Use_Ch_Cfg_Rrm,
{ "Channel Config Req Allowed", "cdma2k.Use_Ch_Cfg_Rrm", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_cdma2k_Tx_Pwr_Limit_Incl,

View File

@ -1107,7 +1107,7 @@ dissect_cql_tcp_pdu(tvbuff_t* raw_tvb, packet_info* pinfo, proto_tree* tree, voi
/* Now re-setup the tvb buffer to have the new data */
tvb = tvb_new_child_real_data(raw_tvb, decompressed_buffer, orig_size, orig_size);
add_new_data_source(pinfo, tvb, "Decompressed Data");
/* mark the decompression as successfull */
/* mark the decompression as successful */
compression_level = CQL_COMPRESSION_LZ4;
message_length= orig_size;
}

View File

@ -142,7 +142,7 @@ static const value_string dce_error_vals[] = {
{ 546545692, "No more dumps on this tape" },
{ 546586625, "interface incompatible" },
{ 546586626, "there is not a mounted tape" },
{ 546586627, "multiple simulataneous mounts not permitted" },
{ 546586627, "multiple simultaneous mounts not permitted" },
{ 546586628, "can't mount tape" },
{ 546586629, "error during tape dismount" },
{ 546586630, "tape I/O error" },

View File

@ -8620,7 +8620,7 @@ proto_register_dcerpc_netlogon(void)
{ "Avoid replication account database", "ntlmssp.neg_flags.na1000", FT_BOOLEAN, 32, TFS(&tfs_set_notset), NETLOGON_FLAG_1000, NULL, HFILL }},
{ &hf_netlogon_neg_flags_800,
{ "Concurent RPC", "ntlmssp.neg_flags.na800", FT_BOOLEAN, 32, TFS(&tfs_set_notset), NETLOGON_FLAG_800, NULL, HFILL }},
{ "Concurrent RPC", "ntlmssp.neg_flags.na800", FT_BOOLEAN, 32, TFS(&tfs_set_notset), NETLOGON_FLAG_800, NULL, HFILL }},
{ &hf_netlogon_neg_flags_400,
{ "Generic pass-through", "ntlmssp.neg_flags.na400", FT_BOOLEAN, 32, TFS(&tfs_set_notset), NETLOGON_FLAG_400, NULL, HFILL }},

View File

@ -8764,7 +8764,7 @@ void proto_register_dis(void)
NULL, HFILL }
},
{ &hf_dis_pseudo_noise_modulation,
{ "Psuedo noise modulation", "dis.radio.mod_type.pseudo_noise_modulation",
{ "Pseudo noise modulation", "dis.radio.mod_type.pseudo_noise_modulation",
FT_BOOLEAN, 16, TFS(&dis_pseudo_noise_value),0x0002,
NULL, HFILL }
},

View File

@ -1214,7 +1214,7 @@ static const value_string dvbci_cis_tpl_code[] = {
{ CISTPL_CFTABLE_ENTRY, "Configuration-table entry" },
{ CISTPL_DEVICE_OC, "Device information for Common Memory" },
{ CISTPL_DEVICE_OA, "Device information for Attribute Memory" },
{ CISTPL_MANFID, "Manufacturer indentification string" },
{ CISTPL_MANFID, "Manufacturer identification string" },
{ CISTPL_END, "End of chain" },
{ 0, NULL }
};
@ -1323,7 +1323,7 @@ static const value_string dvbci_res_class[] = {
};
static const value_string dvbci_app_type[] = {
{ APP_TYPE_CA, "Conditional Access" },
{ APP_TYPE_EPG, "Electronic Progam Guide" },
{ APP_TYPE_EPG, "Electronic Program Guide" },
{ 0, NULL }
};
static const value_string dvbci_data_rate[] = {

View File

@ -3153,7 +3153,7 @@ void proto_register_f5ethtrailer (void)
" tcp.port and udp.port). Enabling this will allow filters that"
" reference those fields to also find data in the trailers but"
" will reduce performance. After disabling, you should restart"
" Wireshark to get perfomance back.", &pop_other_fields);
" Wireshark to get performance back.", &pop_other_fields);
#else
/* If we are not building with this, silently delete the preference */
prefs_register_obsolete_preference(f5ethtrailer_module,

View File

@ -86,7 +86,7 @@ gluster_dump_reply_detail(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
const gchar *progname = NULL;
detail_tree = proto_tree_add_subtree(tree, tvb, offset, -1,
ett_gluster_dump_detail, &detail_item, "Available Progam: ");
ett_gluster_dump_detail, &detail_item, "Available Program: ");
/* progname */
offset = dissect_rpc_string(tvb, detail_tree, hf_gluster_progname,

View File

@ -4028,11 +4028,11 @@ proto_register_glusterfs(void)
0, NULL, HFILL }
},
{ &hf_glusterfs_iax_attributes,
{ "IATT atributes", "glusterfs.iax_attributes", FT_UINT64,
{ "IATT attributes", "glusterfs.iax_attributes", FT_UINT64,
BASE_HEX, NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_iax_attributes_mask,
{ "IATT atributes mask", "glusterfs.iax_attributes_mask", FT_UINT64,
{ "IATT attributes mask", "glusterfs.iax_attributes_mask", FT_UINT64,
BASE_HEX, NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_iax_flags,

View File

@ -1321,7 +1321,7 @@ de_mm_timer(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 off
* [3] 10.5.4.4 Auxiliary states
*/
static const value_string gsm_a_dtap_hold_auxilary_state_vals[] = {
static const value_string gsm_a_dtap_hold_auxiliary_state_vals[] = {
{ 0x00, "Idle" },
{ 0x01, "Hold request" },
{ 0x02, "Call held" },
@ -1329,7 +1329,7 @@ static const value_string gsm_a_dtap_hold_auxilary_state_vals[] = {
{ 0, NULL }
};
static const value_string gsm_a_dtap_multi_party_auxilary_state_vals[] = {
static const value_string gsm_a_dtap_multi_party_auxiliary_state_vals[] = {
{ 0x00, "Idle" },
{ 0x01, "MPTY request" },
{ 0x02, "Call in MPTY" },
@ -7874,12 +7874,12 @@ proto_register_gsm_a_dtap(void)
},
{ &hf_gsm_a_dtap_hold_auxiliary_state,
{ "Hold auxiliary state", "gsm_a.dtap.hold_auxiliary_state",
FT_UINT8, BASE_DEC, VALS(gsm_a_dtap_hold_auxilary_state_vals), 0x0C,
FT_UINT8, BASE_DEC, VALS(gsm_a_dtap_hold_auxiliary_state_vals), 0x0C,
NULL, HFILL }
},
{ &hf_gsm_a_dtap_multi_party_auxiliary_state,
{ "Multi party auxiliary state", "gsm_a.dtap.multi_party_auxiliary_state",
FT_UINT8, BASE_DEC, VALS(gsm_a_dtap_multi_party_auxilary_state_vals), 0x03,
FT_UINT8, BASE_DEC, VALS(gsm_a_dtap_multi_party_auxiliary_state_vals), 0x03,
NULL, HFILL }
},
{ &hf_gsm_a_dtap_radio_channel_requirement,

View File

@ -3125,7 +3125,7 @@ static _gtp_mess_items umts_mess_items[] = {
{GTP_EXT_RAT_TYPE, GTP_OPTIONAL}, /* RAT Type Optional 7.7.50 */
{GTP_EXT_USR_LOC_INF, GTP_OPTIONAL}, /* User Location Information Optional 7.7.51 */
{GTP_EXT_MS_TIME_ZONE, GTP_OPTIONAL}, /* MS Time Zone Optional 7.7.52 */
{GTP_EXT_ADD_TRS_INF, GTP_OPTIONAL}, /* Additonal Trace Info Optional 7.7.62 */
{GTP_EXT_ADD_TRS_INF, GTP_OPTIONAL}, /* Additional Trace Info Optional 7.7.62 */
{GTP_EXT_DIRECT_TUNNEL_FLGS, GTP_OPTIONAL}, /* Direct Tunnel Flags 7.7.81 */
{GTP_EXT_PRIV_EXT, GTP_OPTIONAL},
{0, 0}
@ -3482,7 +3482,7 @@ static _gtp_mess_items umts_mess_items[] = {
{GTP_EXT_MS_TIME_ZONE, GTP_OPTIONAL}, /* MS Time Zone Optional 7.7.52 */
{GTP_EXT_IMEISV, GTP_OPTIONAL}, /* IMEI(SV) Optional 7.7.53 */
{GTP_EXT_MBMS_PROT_CONF_OPT, GTP_OPTIONAL}, /* MBMS Protocol Configuration Options Optional 7.7.58 */
{GTP_EXT_ADD_TRS_INF, GTP_OPTIONAL}, /* Additonal Trace Info Optional 7.7.62 */
{GTP_EXT_ADD_TRS_INF, GTP_OPTIONAL}, /* Additional Trace Info Optional 7.7.62 */
{GTP_EXT_ENH_NSAPI, GTP_MANDATORY}, /* Enhanced NSAPI Mandatory 7.7.67 */
{GTP_EXT_ADD_MBMS_TRS_INF, GTP_OPTIONAL}, /* Additional MBMS Trace Info Optional 7.7.68 */
{GTP_EXT_PRIV_EXT, GTP_OPTIONAL},

View File

@ -44,7 +44,7 @@ static gint ett_h248_an_apf = -1;
static gint ett_h248_an_apv = -1;
static const value_string h248_an_prop_vals[] = {
{ 0, "Generic Announcment Package (an) (H.248.7)" },
{ 0, "Generic Announcement Package (an) (H.248.7)" },
{ 0, NULL }
};

View File

@ -4822,11 +4822,11 @@ proto_register_homeplug_av(void)
FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_tb_pass,
{ "Sum of Turbo Bit Error over successfully recevied PBs", "homeplug_av.lnk_stats.rx.tb_pass",
{ "Sum of Turbo Bit Error over successfully received PBs", "homeplug_av.lnk_stats.rx.tb_pass",
FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_tb_fail,
{ "Sum of Turbo Bit Error over unsuccessfully recevied PBs", "homeplug_av.lnk_stats.rx.tb_fail",
{ "Sum of Turbo Bit Error over unsuccessfully received PBs", "homeplug_av.lnk_stats.rx.tb_fail",
FT_UINT64, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_lnk_stats_rx_num_int,

View File

@ -34139,7 +34139,7 @@ proto_register_ieee80211(void)
{&hf_he_qtp_response_quiet_period_interval,
{"Quiet Period Interval", "wlan.ext_tag.quiet_time_period.response.interval",
FT_UINT8, BASE_DEC, NULL, 0,
"Interval between the start of two consequtive quiet time periods", HFILL } },
"Interval between the start of two consecutive quiet time periods", HFILL } },
{&hf_he_qtp_response_repetition_count,
{"Repetition Count", "wlan.ext_tag.quiet_time_period.response.repetition_count",

View File

@ -257,7 +257,7 @@ dissect_iso15765(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data
ae + ISO15765_FC_BS_OFFSET, ISO15765_FC_BS_LEN, ENC_BIG_ENDIAN);
proto_tree_add_item(iso15765_tree, hf_iso15765_fc_stmin, tvb,
ae + ISO15765_FC_STMIN_OFFSET, ISO15765_FC_STMIN_LEN, ENC_BIG_ENDIAN);
col_append_fstr(pinfo->cinfo, COL_INFO, "(Status: %d, Block size:0x%x, Seperation time minimum: %d ms)",
col_append_fstr(pinfo->cinfo, COL_INFO, "(Status: %d, Block size:0x%x, Separation time minimum: %d ms)",
status, bs, stmin);
break;
}

View File

@ -795,7 +795,7 @@ static const value_string select_input_opject_response[] = {
static const value_string draw_text_background[] = {
{ 0, "Opaque" },
{ 1, "Transparant" },
{ 1, "Transparent" },
{ 0, NULL }
};

View File

@ -3122,7 +3122,7 @@ proto_register_llrp(void)
/* TODO add translation */
{ &hf_llrp_country_code,
{ "Contry code", "llrp.param.country_code", FT_UINT16, BASE_DEC, NULL, 0,
{ "Country code", "llrp.param.country_code", FT_UINT16, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_llrp_comm_standard,

View File

@ -223,7 +223,7 @@ static const value_string lltd_tlv_type_vals[] = {
{ 0x12, "Device UUID" },
{ 0x13, "Hardware ID" },
{ 0x14, "QoS Characteristics" },
{ 0x15, "802.11 Phyiscal Medium" },
{ 0x15, "802.11 Physical Medium" },
{ 0x16, "AP Association Table" },
{ 0x18, "Detailed Icon Image" },
{ 0x19, "Sees-List Working Set" },

View File

@ -1290,7 +1290,7 @@ static const value_string nds_reply_errors[] = {
{ 0xfffffd5f, "(-673) Replica Not On" },
{ 0xfffffd5e, "(-674) Invalid Name Service" },
{ 0xfffffd5d, "(-675) Invalid Task" },
{ 0xfffffd5c, "(-676) Invalide Connection Handle" },
{ 0xfffffd5c, "(-676) Invalid Connection Handle" },
{ 0xfffffd5b, "(-677) Invalid Identity" },
{ 0xfffffd5a, "(-678) Duplicate ACL" },
{ 0xfffffd59, "(-679) Partition Already Exists" },
@ -1327,7 +1327,7 @@ static const value_string nds_reply_errors[] = {
{ 0xfffffd3a, "(-710) Database Read Fail" },
{ 0xfffffd39, "(-711) Invalid Code Page" },
{ 0xfffffd38, "(-712) Invalid Escape Character" },
{ 0xfffffd37, "(-713) Invalide Delimiters" },
{ 0xfffffd37, "(-713) Invalid Delimiters" },
{ 0xfffffd36, "(-714) Not Implemented" },
{ 0xfffffd35, "(-715) Checksum Failure" },
{ 0xfffffd34, "(-716) Checksumming Not Supported" },
@ -8488,7 +8488,7 @@ dissect_nds_request(tvbuff_t *tvb, packet_info *pinfo,
value1 = tvb_get_letohl(tvb, foffset);
if ((value1 & 0xf000) == 0xc000)
{
proto_tree_add_string(ncp_tree, hf_nds_name_type, tvb, 0, 0, "Return Partion Name");
proto_tree_add_string(ncp_tree, hf_nds_name_type, tvb, 0, 0, "Return Partition Name");
}
else
{

View File

@ -1686,7 +1686,7 @@ static const value_string object_ids_15[] = { /* 060F6086 480186F837 (LENGTH 15)
{ 0x01090210, "(Novell) Attribute PRINTER OUTPUT MAXIMUM DIMENSION TRANSFER FEED DIRECTION" },
{ 0x01090211, "(Novell) Attribute PRINTER OUTPUT MINIMUM DIMENSION FEED DIRECTION" },
{ 0x01090212, "(Novell) Attribute PRINTER OUTPUT MINIMUM DIMENSION TRANSFER FEED DIRECTION" },
{ 0x01090213, "(Novell) Attribute PRINTER OUTPUT STACK INGORE DER" },
{ 0x01090213, "(Novell) Attribute PRINTER OUTPUT STACK IGNORE DER" },
{ 0x01090214, "(Novell) Attribute PRINTER OUTPUT PAGE DELIVERY ENTRY" },
{ 0x01090215, "(Novell) Attribute PRINTER OUTPUT BURSTING" },
{ 0x01090216, "(Novell) Attribute PRINTER OUTPUT DECOLLATING" },

View File

@ -261,7 +261,7 @@ dissect_nettl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U
break;
default:
col_set_str(pinfo->cinfo, COL_PROTOCOL, "UNKNOWN");
col_add_fstr(pinfo->cinfo, COL_INFO, "Unsupported nettl subsytem: %d (%s)",
col_add_fstr(pinfo->cinfo, COL_INFO, "Unsupported nettl subsystem: %d (%s)",
pinfo->pseudo_header->nettl.subsys,
val_to_str_ext_const(pinfo->pseudo_header->nettl.subsys, &subsystem_ext, "Unknown"));
call_data_dissector(tvb, pinfo, tree);

View File

@ -1615,7 +1615,7 @@ static void dissect_pnf_phy_instance_value(ptvcursor_t * ptvc, packet_info* pinf
hf_nfapi_uplink_channel_bandwidth_supported, ett_nfapi_uplink_bandwidth_support, ul_bandwidth_support_fields, ENC_BIG_ENDIAN, &test_value64);
if (test_value64 > 0x3F)
{
expert_add_info_format(pinfo, item, &ei_invalid_range, "Invalid uplink channel bandwidht supported bits [0..0x3F]");
expert_add_info_format(pinfo, item, &ei_invalid_range, "Invalid uplink channel bandwidth supported bits [0..0x3F]");
}
ptvcursor_advance(ptvc, 2);
@ -10444,7 +10444,7 @@ void proto_register_nfapi(void)
{ &hf_nfapi_laa_end_partial_sf_flag,
{ "LAA end partial SF flag", "nfapi.laa.end.partial.sf.flag",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Indicates if DCI format 1C is being used to signal LAA end partial SF (valid if end partial SF support configuraton is set)", HFILL }
"Indicates if DCI format 1C is being used to signal LAA end partial SF (valid if end partial SF support configuration is set)", HFILL }
},
{ &hf_nfapi_laa_end_partial_sf_configuration,
{ "LAA end partial SF configuration", "nfapi.laa.end.partial.sf.configuration",

View File

@ -1105,7 +1105,7 @@ proto_register_nvme_rdma(void)
{ &hf_nvme_rdma_cmd_qid,
{ "Cmd Qid", "nvme-rdma.cmd.qid",
FT_UINT16, BASE_HEX, NULL, 0x0,
"Qid on which comamnd is issued", HFILL }
"Qid on which command is issued", HFILL }
},
};
static gint *ett[] = {

View File

@ -537,7 +537,7 @@ dissect_oer_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_t
proto_item *item;
proto_tree *tree;
guint32 old_offset = offset;
guint32 occ_len, occurence;
guint32 occ_len, occurrence;
header_field_info *hfi;
DEBUG_ENTRY("dissect_oer_sequence_of");
@ -552,34 +552,34 @@ dissect_oer_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_t
switch (occ_len) {
case 1:
occurence = tvb_get_guint8(tvb, offset);
occurrence = tvb_get_guint8(tvb, offset);
break;
case 2:
occurence = tvb_get_ntohs(tvb, offset);
occurrence = tvb_get_ntohs(tvb, offset);
break;
case 3:
occurence = tvb_get_ntoh24(tvb, offset);
occurrence = tvb_get_ntoh24(tvb, offset);
break;
case 4:
occurence = tvb_get_ntohl(tvb, offset);
occurrence = tvb_get_ntohl(tvb, offset);
break;
default:
proto_tree_add_expert_format(parent_tree, actx->pinfo, &ei_oer_not_decoded_yet, tvb, offset, 1,
"sequence_of Occurence %u octets not handled", occ_len);
"sequence_of Occurrence %u octets not handled", occ_len);
return tvb_reported_length(tvb);
}
offset = offset + occ_len;
hfi = proto_registrar_get_nth(hf_index);
if (IS_FT_UINT(hfi->type)) {
item = proto_tree_add_uint(parent_tree, hf_index, tvb, old_offset, occ_len, occurence);
proto_item_append_text(item, (occurence == 1) ? " item" : " items");
item = proto_tree_add_uint(parent_tree, hf_index, tvb, old_offset, occ_len, occurrence);
proto_item_append_text(item, (occurrence == 1) ? " item" : " items");
} else {
item = proto_tree_add_item(parent_tree, hf_index, tvb, old_offset, 0, ENC_BIG_ENDIAN);
}
tree = proto_item_add_subtree(item, ett_index);
offset = dissect_oer_sequence_of_helper(tvb, offset, actx, tree, seq->func, *seq->p_id, occurence);
offset = dissect_oer_sequence_of_helper(tvb, offset, actx, tree, seq->func, *seq->p_id, occurrence);
proto_item_set_len(item, offset - old_offset);

View File

@ -12,7 +12,7 @@
* At this time, this module is able to analyze OSPF
* packets as specified in RFC2328. MOSPF (RFC1584) and other
* OSPF Extensions which introduce new Packet types
* (e.g the External Atributes LSA) are not supported.
* (e.g the External Attributes LSA) are not supported.
* Furthermore RFC2740 (OSPFv3 - OSPF for IPv6) is now supported
* - (c) 2001 Palle Lyckegaard <palle[AT]lyckegaard.dk>
*

View File

@ -5568,7 +5568,7 @@ proto_register_rtcp(void)
{
&hf_rtcp_xr_idms_spst,
{
"Syncronization Packet Sender Type",
"Synchronization Packet Sender Type",
"rtcp.xr.idms.spst",
FT_UINT8,
BASE_DEC,

View File

@ -9343,7 +9343,7 @@ proto_register_rtp_midi( void )
{
&hf_rtp_midi_sysex_common_nrt_sd_packet_check,
{
"Sysex Common Non-Realtime Sample Dump Checkum",
"Sysex Common Non-Realtime Sample Dump Checksum",
"rtpmidi.sysex_common_non_realtime_sample_dump_checksum",
FT_UINT8,
BASE_HEX,

View File

@ -1808,7 +1808,7 @@ dissect_sccp_global_title(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, g
"Global Title 0x%x (%u byte%s)",
gti, length, plurality(length,"", "s"));
/* Decode Transation Type (if present) */
/* Decode Transaction Type (if present) */
if ((gti == AI_GTI_TT) ||
((decode_mtp3_standard != ANSI_STANDARD) &&
((gti == ITU_AI_GTI_TT_NP_ES) || (gti == ITU_AI_GTI_TT_NP_ES_NAI))) ||

View File

@ -21083,7 +21083,7 @@ proto_register_smb(void)
};
static ei_register_info ei[] = {
{ &ei_smb_mal_information_level, { "smb.information_level.malformed", PI_MALFORMED, PI_ERROR, "Information level structure goes past the end of the transation data.", EXPFILL }},
{ &ei_smb_mal_information_level, { "smb.information_level.malformed", PI_MALFORMED, PI_ERROR, "Information level structure goes past the end of the transaction data.", EXPFILL }},
{ &ei_smb_not_implemented, { "smb.not_implemented", PI_UNDECODED, PI_WARN, "Not Implemented yet", EXPFILL }},
{ &ei_smb_nt_transaction_setup, { "smb.nt_transaction_setup.unknown", PI_PROTOCOL, PI_NOTE, "Unknown NT Transaction Setup (matching request not seen)", EXPFILL }},
{ &ei_smb_posix_ace_type, { "smb.posix_acl.ace_type.unknown", PI_PROTOCOL, PI_WARN, "Unknown posix ace type", EXPFILL }},

View File

@ -298,7 +298,7 @@ static const value_string srt_msgno_enctypes[] = {
};
static const true_false_string srt_msgno_rexmit = {
"Retransmited", /* 1 */
"Retransmitted", /* 1 */
"Original" /* 0 */
};

View File

@ -3656,7 +3656,7 @@ proto_register_tcap(void)
prefs_register_uint_preference(tcap_module, "repetitiontimeout",
"Repetition timeout",
"Maximal delay for message repetion",
"Maximal delay for message repetition",
10, &gtcap_RepetitionTimeout);
prefs_register_uint_preference(tcap_module, "losttimeout",

View File

@ -9390,12 +9390,12 @@ proto_register_tds(void)
NULL, HFILL }
},
{ &hf_tdslogin_halogin,
{ "High Availibility login", "tds.login.halogin",
{ "High Availability login", "tds.login.halogin",
FT_BOOLEAN, BASE_NONE, TFS(&tfs_yes_no), 0x0,
NULL, HFILL }
},
{ &hf_tdslogin_hasessionid,
{ "High Availibility session id", "tds.login.hasessionid",
{ "High Availability session id", "tds.login.hasessionid",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},

View File

@ -4611,7 +4611,7 @@ netmon_fid_USBPORT_Endpoint_Descriptor(proto_tree *tree, tvbuff_t *tvb, int offs
{
proto_tree *endpoint_desc_tree;
endpoint_desc_tree = proto_tree_add_subtree(tree, tvb, offset, 7, ett_usbport_endpoint_desc, NULL, "Endpoint Decriptor");
endpoint_desc_tree = proto_tree_add_subtree(tree, tvb, offset, 7, ett_usbport_endpoint_desc, NULL, "Endpoint Descriptor");
proto_tree_add_item(endpoint_desc_tree, hf_usbport_endpoint_desc_length, tvb, offset, 1, ENC_LITTLE_ENDIAN);
offset += 1;
proto_tree_add_item(endpoint_desc_tree, hf_usbport_endpoint_desc_type, tvb, offset, 1, ENC_LITTLE_ENDIAN);

View File

@ -9164,7 +9164,7 @@ proto_reg_handoff_zbee_zcl_commissioning(void)
/* Attributes */
#define ZBEE_ZCL_ATTR_ID_PART_MAX_IN_TRANSF_SIZE 0x0000 /* Maximum Incoming Transfer Size */
#define ZBEE_ZCL_ATTR_ID_PART_MAX_OUT_TRANSF_SIZE 0x0001 /* Maximum Outgoing Transfer Size */
#define ZBEE_ZCL_ATTR_ID_PART_PARTIONED_FRAME_SIZE 0x0002 /* Partioned Frame Size */
#define ZBEE_ZCL_ATTR_ID_PART_PARTITIONED_FRAME_SIZE 0x0002 /* Partitioned Frame Size */
#define ZBEE_ZCL_ATTR_ID_PART_LARGE_FRAME_SIZE 0x0003 /* Large Frame Size */
#define ZBEE_ZCL_ATTR_ID_PART_ACK_FRAME_NUM 0x0004 /* Number of Ack Frame*/
#define ZBEE_ZCL_ATTR_ID_PART_NACK_TIMEOUT 0x0005 /* Nack Timeout */
@ -9233,7 +9233,7 @@ static gint ett_zbee_zcl_part_attrs_id_list[ZBEE_ZCL_PART_NUM_ATTRS_ID_ETT];
static const value_string zbee_zcl_part_attr_names[] = {
{ ZBEE_ZCL_ATTR_ID_PART_MAX_IN_TRANSF_SIZE, "Maximum Incoming Transfer Size" },
{ ZBEE_ZCL_ATTR_ID_PART_MAX_OUT_TRANSF_SIZE, "Maximum Outgoing Transfer Size" },
{ ZBEE_ZCL_ATTR_ID_PART_PARTIONED_FRAME_SIZE, "Partioned Frame Size" },
{ ZBEE_ZCL_ATTR_ID_PART_PARTITIONED_FRAME_SIZE, "Partitioned Frame Size" },
{ ZBEE_ZCL_ATTR_ID_PART_LARGE_FRAME_SIZE, "Large Frame Size" },
{ ZBEE_ZCL_ATTR_ID_PART_ACK_FRAME_NUM, "Number of Ack Frame" },
{ ZBEE_ZCL_ATTR_ID_PART_NACK_TIMEOUT, "Nack Timeout" },

View File

@ -9817,7 +9817,7 @@ static int hf_zbee_zcl_calendar_total_number_of_commands = -1;
static int hf_zbee_zcl_calendar_schedule_entry_start_time = -1;
static int hf_zbee_zcl_calendar_schedule_entry_price_tier = -1;
static int hf_zbee_zcl_calendar_schedule_entry_friendly_credit_enable = -1;
static int hf_zbee_zcl_calendar_schedule_entry_auxilary_load_switch_state = -1;
static int hf_zbee_zcl_calendar_schedule_entry_auxiliary_load_switch_state = -1;
/* Initialize the subtree pointers */
static gint ett_zbee_zcl_calendar = -1;
@ -9829,7 +9829,7 @@ static gint ett_zbee_zcl_calendar_season_start_date = -1;
XXX(ZBEE_ZCL_CALENDAR_TYPE_RECEIVED, 0x01, "Received Calendar" ) \
XXX(ZBEE_ZCL_CALENDAR_TYPE_DELIVERED_AND_RECEIVED, 0x02, "Delivered and Received Calendar" ) \
XXX(ZBEE_ZCL_CALENDAR_TYPE_FRIENDLY_CREDIT, 0x03, "Friendly Credit Calendar" ) \
XXX(ZBEE_ZCL_CALENDAR_TYPE_AUXILARY_LOAD_SWITCH, 0x04, "Auxilary Load Switch Calendar" )
XXX(ZBEE_ZCL_CALENDAR_TYPE_AUXILIARY_LOAD_SWITCH, 0x04, "Auxiliary Load Switch Calendar" )
VALUE_STRING_ENUM(zbee_zcl_calendar_type_names);
VALUE_STRING_ARRAY(zbee_zcl_calendar_type_names);
@ -10259,10 +10259,10 @@ dissect_zcl_calendar_publish_day_profile(tvbuff_t *tvb, proto_tree *tree, guint
*offset += 1;
break;
/* Auxilary Load Start Time */
case ZBEE_ZCL_CALENDAR_TYPE_AUXILARY_LOAD_SWITCH:
/* Auxiliary Load Start Time */
case ZBEE_ZCL_CALENDAR_TYPE_AUXILIARY_LOAD_SWITCH:
/* Price Tier */
proto_tree_add_item(tree, hf_zbee_zcl_calendar_schedule_entry_auxilary_load_switch_state, tvb, *offset, 1, ENC_NA);
proto_tree_add_item(tree, hf_zbee_zcl_calendar_schedule_entry_auxiliary_load_switch_state, tvb, *offset, 1, ENC_NA);
*offset += 1;
break;
}
@ -10630,8 +10630,8 @@ proto_register_zbee_zcl_calendar(void)
{ "Friendly Credit Enable", "zbee_zcl_se.calendar.schedule_entry.friendly_credit_enable", FT_BOOLEAN, 8, TFS(&tfs_enabled_disabled),
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_calendar_schedule_entry_auxilary_load_switch_state,
{ "Auxilary Load Switch State", "zbee_zcl_se.calendar.schedule_entry.auxilary_load_switch_state", FT_UINT8, BASE_HEX, NULL,
{ &hf_zbee_zcl_calendar_schedule_entry_auxiliary_load_switch_state,
{ "Auxiliary Load Switch State", "zbee_zcl_se.calendar.schedule_entry.auxiliary_load_switch_state", FT_UINT8, BASE_HEX, NULL,
0x00, NULL, HFILL } },
};
@ -10755,7 +10755,7 @@ static int hf_zbee_zcl_daily_schedule_total_number_of_commands = -1;
static int hf_zbee_zcl_daily_schedule_total_number_of_schedule_entries = -1;
static int hf_zbee_zcl_daily_schedule_schedule_entry_start_time = -1;
static int hf_zbee_zcl_daily_schedule_schedule_entry_price_tier = -1;
static int hf_zbee_zcl_daily_schedule_schedule_entry_auxilary_load_switch_state = -1;
static int hf_zbee_zcl_daily_schedule_schedule_entry_auxiliary_load_switch_state = -1;
/* Initialize the subtree pointers */
static gint ett_zbee_zcl_daily_schedule = -1;
@ -10972,7 +10972,7 @@ dissect_zcl_daily_schedule_publish_day_profile(tvbuff_t *tvb, proto_tree *tree,
proto_tree_add_item(tree, hf_zbee_zcl_daily_schedule_schedule_entry_price_tier, tvb, *offset, 1, ENC_NA);
*offset += 1;
/* Auxiliary Load Switch State */
proto_tree_add_item(tree, hf_zbee_zcl_daily_schedule_schedule_entry_auxilary_load_switch_state, tvb, *offset, 1, ENC_NA);
proto_tree_add_item(tree, hf_zbee_zcl_daily_schedule_schedule_entry_auxiliary_load_switch_state, tvb, *offset, 1, ENC_NA);
*offset += 1;
break;
}
@ -11154,8 +11154,8 @@ proto_register_zbee_zcl_daily_schedule(void)
{ "Price Tier", "zbee_zcl_se.daily_schedule.schedule_entry.price_tier", FT_UINT8, BASE_DEC, NULL,
0x00, NULL, HFILL } },
{ &hf_zbee_zcl_daily_schedule_schedule_entry_auxilary_load_switch_state,
{ "Auxilary Load Switch State", "zbee_zcl_se.daily_schedule.schedule_entry.auxilary_load_switch_state", FT_UINT8, BASE_HEX, NULL,
{ &hf_zbee_zcl_daily_schedule_schedule_entry_auxiliary_load_switch_state,
{ "Auxiliary Load Switch State", "zbee_zcl_se.daily_schedule.schedule_entry.auxiliary_load_switch_state", FT_UINT8, BASE_HEX, NULL,
0x00, NULL, HFILL } },
};

View File

@ -315,8 +315,8 @@ static const value_string frr_zapi4_messages[] = {
{ FRR_ZAPI4_INTERFACE_DISABLE_RADV, "Interface Disable Rouer Advertisement" },
{ FRR_ZAPI4_IPV4_NEXTHOP_LOOKUP_MRIB, "IPv4 Nexthop Lookup Multicast RIB" },
{ FRR_ZAPI4_INTERFACE_LINK_PARAMS, "Interface Link Paameters" },
{ FRR_ZAPI4_MPLS_LABELS_ADD, "MPLS Lables Add" },
{ FRR_ZAPI4_MPLS_LABELS_DELETE, "MPLS Lables Delete" },
{ FRR_ZAPI4_MPLS_LABELS_ADD, "MPLS Labels Add" },
{ FRR_ZAPI4_MPLS_LABELS_DELETE, "MPLS Labels Delete" },
{ FRR_ZAPI4_IPV4_NEXTHOP_ADD, "Add IPv4 Nexthop" },
{ FRR_ZAPI4_IPV4_NEXTHOP_DELETE, "Delete IPv4 Nexthop" },
{ FRR_ZAPI4_IPV6_NEXTHOP_ADD, "Add IPv6 Nexthop" },
@ -478,8 +478,8 @@ static const value_string frr_zapi5_messages[] = {
{ FRR_ZAPI5_INTERFACE_DISABLE_RADV, "Interface Disable Rouer Advertisement" },
{ FRR_ZAPI5_IPV4_NEXTHOP_LOOKUP_MRIB, "IPv4 Nexthop Lookup Multicast RIB" },
{ FRR_ZAPI5_INTERFACE_LINK_PARAMS, "Interface Link Paameters" },
{ FRR_ZAPI5_MPLS_LABELS_ADD, "MPLS Lables Add" },
{ FRR_ZAPI5_MPLS_LABELS_DELETE, "MPLS Lables Delete" },
{ FRR_ZAPI5_MPLS_LABELS_ADD, "MPLS Labels Add" },
{ FRR_ZAPI5_MPLS_LABELS_DELETE, "MPLS Labels Delete" },
{ FRR_ZAPI5_IPMR_ROUTE_STATS, "IPMR Route Statics" },
{ FRR_ZAPI5_LABEL_MANAGER_CONNECT, "Label Manager Connect" },
{ FRR_ZAPI5_LABEL_MANAGER_CONNECT_ASYNC,"Label Manager Connect Asynchronous" },
@ -666,8 +666,8 @@ static const value_string frr_zapi6_messages[] = {
{ FRR_ZAPI6_INTERFACE_DISABLE_RADV, "Interface Disable Rouer Advertisement" },
{ FRR_ZAPI6_IPV4_NEXTHOP_LOOKUP_MRIB, "IPv4 Nexthop Lookup Multicast RIB" },
{ FRR_ZAPI6_INTERFACE_LINK_PARAMS, "Interface Link Paameters" },
{ FRR_ZAPI6_MPLS_LABELS_ADD, "MPLS Lables Add" },
{ FRR_ZAPI6_MPLS_LABELS_DELETE, "MPLS Lables Delete" },
{ FRR_ZAPI6_MPLS_LABELS_ADD, "MPLS Labels Add" },
{ FRR_ZAPI6_MPLS_LABELS_DELETE, "MPLS Labels Delete" },
{ FRR_ZAPI6_IPMR_ROUTE_STATS, "IPMR Route Statics" },
{ FRR_ZAPI6_LABEL_MANAGER_CONNECT, "Label Manager Connect" },
{ FRR_ZAPI6_GET_LABEL_CHUNK, "Get Label Chunk" },

View File

@ -5559,7 +5559,7 @@ static const value_string usb_products_vals[] = {
{ 0x046d08d7, "QuickCam Communicate STX" },
{ 0x046d08d8, "QuickCam for Notebook Deluxe" },
{ 0x046d08d9, "QuickCam IM/Connect" },
{ 0x046d08da, "QuickCam Messanger" },
{ 0x046d08da, "QuickCam Messenger" },
{ 0x046d08dd, "QuickCam for Notebooks" },
{ 0x046d08e0, "QuickCam Express" },
{ 0x046d08e1, "Labtec Webcam" },
@ -16689,7 +16689,7 @@ static const value_string usb_products_vals[] = {
{ 0x12091006, "Mini IO-Board" },
{ 0x12091ab5, "Arachnid Labs Tsunami" },
{ 0x12092000, "Zygmunt Krynicki Lantern Brightness Sensor" },
{ 0x12092048, "Housedillon.com MRF49XA Transciever" },
{ 0x12092048, "Housedillon.com MRF49XA Transceiver" },
{ 0x12092222, "LabConnect Signalgenerator" },
{ 0x12092300, "Keyboardio Keyboardio Model 01 Bootloader" },
{ 0x12092301, "Keyboardio Keyboardio Model 01" },
@ -18976,10 +18976,10 @@ static const value_string usb_products_vals[] = {
{ 0x1d5060e9, "keyman64 keyboard itercepter" },
{ 0x1d5060ea, "Wiggleport FPGA-based I/O board" },
{ 0x1d5060ec, "Duet 3D Printer Controller" },
{ 0x1d5060f0, "UDAD-T1 data aquisition device (boot)" },
{ 0x1d5060f1, "UDAD-T1 data aquisition device" },
{ 0x1d5060f2, "UDAD-T2 data aquisition device (boot)" },
{ 0x1d5060f3, "UDAD-T2 data aquisition device" },
{ 0x1d5060f0, "UDAD-T1 data acquisition device (boot)" },
{ 0x1d5060f1, "UDAD-T1 data acquisition device" },
{ 0x1d5060f2, "UDAD-T2 data acquisition device (boot)" },
{ 0x1d5060f3, "UDAD-T2 data acquisition device" },
{ 0x1d5060f4, "Uniti ARC motor controller" },
{ 0x1d5060f5, "EightByEight Blinky Badge (DFU)" },
{ 0x1d5060f6, "EightByEight Blinky Badge" },
@ -19096,7 +19096,7 @@ static const value_string usb_products_vals[] = {
{ 0x1f870002, "Multi-touch HID Controller" },
{ 0x1f9b0241, "AirView2-EXT" },
{ 0x1fab104d, "ES65" },
{ 0x1fbd0001, "Expert Key - Data aquisition system" },
{ 0x1fbd0001, "Expert Key - Data acquisition system" },
{ 0x1fc90003, "LPC1343" },
{ 0x1fc9010b, "PR533" },
{ 0x1fc9012b, "i.MX 8M Dual/8M QuadLite/8M Quad Serial Downloader" },

View File

@ -138,7 +138,7 @@ enum ftrepr {
typedef enum ftrepr ftrepr_t;
/* Initialize the ftypes subsytem. Called once. */
/* Initialize the ftypes subsystem. Called once. */
void
ftypes_initialize(void);

View File

@ -48,7 +48,7 @@
#define IP_PROTO_LEAF1 25
#define IP_PROTO_LEAF2 26
#define IP_PROTO_RDP 27 /* Reliable Data Protocol - RFC908 */
#define IP_PROTO_IRT 28 /* Internet Reliable Transation - RFC938 */
#define IP_PROTO_IRT 28 /* Internet Reliable Transaction - RFC938 */
#define IP_PROTO_TP 29 /* tp-4 w/ class negotiation - RFC905 */
#define IP_PROTO_BULK 30 /* Bulk Data Transfer Protocol - RFC969 */
#define IP_PROTO_MFE_NSP 31 /* MFE Network Services Protocol */

View File

@ -2112,7 +2112,7 @@ pcap_process_pseudo_header(FILE_T fh, int file_type, int wtap_encap,
case WTAP_ENCAP_ETHERNET:
if (file_type == WTAP_FILE_TYPE_SUBTYPE_PCAP_NOKIA) {
/*
* Nokia IPSO. Psuedo header has already been read, but it's not considered
* Nokia IPSO. Pseudo header has already been read, but it's not considered
* part of the packet size, so reread it to store the data for later (when saving)
*/
if (!pcap_read_nokia_pseudoheader(fh, &rec->rec_header.packet_header.pseudo_header, err, err_info))

View File

@ -259,7 +259,7 @@ rsa_load_pkcs12(FILE *fp, const gchar *cert_passwd, char **err)
}
bag_type = (gnutls_pkcs12_bag_type_t)ret;
if (bag_type >= GNUTLS_BAG_UNKNOWN) {
*err = g_strdup_printf("gnutls_pkcs12_bag_get_type returnd unknown bag type %u",
*err = g_strdup_printf("gnutls_pkcs12_bag_get_type returned unknown bag type %u",
ret);
goto done;
}
@ -275,7 +275,7 @@ rsa_load_pkcs12(FILE *fp, const gchar *cert_passwd, char **err)
}
bag_type = (gnutls_pkcs12_bag_type_t)ret;
if (bag_type >= GNUTLS_BAG_UNKNOWN) {
*err = g_strdup_printf("gnutls_pkcs12_bag_get_type returnd unknown bag type %u",
*err = g_strdup_printf("gnutls_pkcs12_bag_get_type returned unknown bag type %u",
ret);
goto done;
}