Fix some spelling errors

This commit is contained in:
Martin Mathieson 2022-10-17 09:54:28 +01:00 committed by Martin Mathieson
parent e449b560c0
commit 3ac86775dc
7 changed files with 27 additions and 15 deletions

View File

@ -198,7 +198,7 @@ The path to a private key for authentication.
--remote-interface=<remote interface>::
+
--
The remote network interface to capture from. One interface or list of interface names can be used. Iterfaces are separated by comma. Interface names must be supported by the device.
The remote network interface to capture from. One interface or list of interface names can be used. Interfaces are separated by comma. Interface names must be supported by the device.
There are interface names causing different capture types. They are specific to used Cisco software.
@ -218,7 +218,7 @@ There are interface names causing different capture types. They are specific to
** `isakmp---ifname` - capture isakmp packets
** `lacp---ifname` - capture lacp packets (just physical interfaces are supported)
** `tls-proxy---ifname` - capture tls-proxy packets
** `inline-tag---ifname` - capture all SGT tagget packets
** `inline-tag---ifname` - capture all SGT tagged packets
** `raw-data---ifname` - same as `ifname`
* syntax to capture decrypted traffic for some of capture types:
** `isakmp/decrypted---ifname` - capture isakmp packets including decrypted payload

View File

@ -13652,7 +13652,7 @@ proto_register_amqp(void)
UAT_FLD_CSTRING(message_decode, topic_pattern, "Topic pattern", "Pattern to match for the topic"),
UAT_FLD_PROTO(message_decode, payload_proto, "Payload protocol",
"Protocol to be used for the message part of the matching topic"),
UAT_FLD_CSTRING(message_decode, topic_more_info, "Additional Data", "Additional Data to pass to the disector"),
UAT_FLD_CSTRING(message_decode, topic_more_info, "Additional Data", "Additional Data to pass to the dissector"),
UAT_END_FIELDS
};

View File

@ -17531,22 +17531,22 @@ proto_register_btatt(void)
{ "Message fragment", "btatt.fragment",
FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_overlap,
{ "Message fragment overlap", "btatt.fragmet.overlap",
{ "Message fragment overlap", "btatt.fragment.overlap",
FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_overlap_conflicts,
{ "Message fragment overlapping with conflicting data", "btatt.fragmet.overlap.conflicts",
{ "Message fragment overlapping with conflicting data", "btatt.fragment.overlap.conflicts",
FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_multiple_tails,
{ "Message has multiple tail fragments", "btatt.fragmet.multiple_tails",
{ "Message has multiple tail fragments", "btatt.fragment.multiple_tails",
FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_too_long_fragment,
{ "Message fragment too long", "btatt.fragmet.too_long_fragment",
{ "Message fragment too long", "btatt.fragment.too_long_fragment",
FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_error,
{ "Message defragmentation error", "btatt.fragmet.error",
{ "Message defragmentation error", "btatt.fragment.error",
FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_fragment_count,
{ "Message fragment count", "btatt.fragmet.count",
{ "Message fragment count", "btatt.fragment.count",
FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }},
{ &hf_btatt_reassembled_in,
{ "Reassembled in", "btatt.reassembled.in",

View File

@ -5062,7 +5062,7 @@ proto_register_dns(void)
NULL, HFILL }},
{ &hf_dns_mb,
{ "MailBox Domaine", "dns.mb",
{ "MailBox Domain", "dns.mb",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
@ -5072,7 +5072,7 @@ proto_register_dns(void)
NULL, HFILL }},
{ &hf_dns_mr,
{ "Mail Rename domaine", "dns.mr",
{ "Mail Rename domain", "dns.mr",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},

View File

@ -1756,7 +1756,7 @@ static gchar * get_modname_from_repoid(gchar *repoid) {
// struct giop_module_key *mk = (struct giop_module_key *) key;
//
// ws_debug_printf("giop:module: Key = (%s) , Val = (%s) \n", mk->module, mv->subh->sub_name);
// ws_debug_printf("giop:module: poinuter = (%p)\n", user_data);
// ws_debug_printf("giop:module: pointer = (%p)\n", user_data);
//
// return;
//
@ -1772,7 +1772,7 @@ static gchar * get_modname_from_repoid(gchar *repoid) {
// struct complete_reply_hash_key *mk = (struct complete_reply_hash_key *) key;
//
// ws_debug_printf("giop:complete_reply: FN (key) = %8u , MFN (val) = %8u \n", mk->fn, mv->mfn);
// ws_debug_printf("giop:complete_reply: poinuter = (%p)\n", user_data);
// ws_debug_printf("giop:complete_reply: pointer = (%p)\n", user_data);
//
// return;
//
@ -1790,7 +1790,7 @@ static gchar * get_modname_from_repoid(gchar *repoid) {
//
//
// ws_debug_printf("giop:objkey: Key->objkey_len = %u, Key->objkey ", mk->objkey_len);
// ws_debug_printf("giop:objkey: poinuter = (%p)\n", user_data);
// ws_debug_printf("giop:objkey: pointer = (%p)\n", user_data);
//
// for (i=0; i<mk->objkey_len; i++) {
// ws_debug_printf("%.2x ", mk->objkey[i]);

View File

@ -38790,7 +38790,7 @@ proto_register_ieee80211(void)
NULL, HFILL }},
{&hf_ieee80211_ff_vht_mimo_cntrl_sounding_dialog_token_number,
{"Sounding Dialog Token Number", "wlan.vht.mimo_control.sounding_dialog_tocken_nbr",
{"Sounding Dialog Token Number", "wlan.vht.mimo_control.sounding_dialog_token_nbr",
FT_UINT24, BASE_HEX, NULL, 0xFC0000,
NULL, HFILL }},

View File

@ -353,6 +353,7 @@ demodulator
demultiplexed
demultiplexer
demultiplexers
denso
deobfuscated
depassivated
deprecated
@ -410,6 +411,7 @@ dmepi
dnskey
docsis
dodag
dot11Qos
dot1q
double
downlink
@ -468,6 +470,7 @@ epasv
epdcch
epsem
equinf
equiv
ericsson
erldp
errinf
@ -535,6 +538,7 @@ ftypes
fujitsu
functionalities
funkt
fuzzed
fvalue
g711a
g711u
@ -603,6 +607,7 @@ htonl
htons
http2
https
huawei
huffman
hytec
icmpv
@ -879,12 +884,14 @@ nettl
netxray
newpw
nexthop
nextseq
nfs2err
nfs4err
nghttp
ngran
ngsniffer
niagra
noascii
noauth
nodeid
nofcs
@ -1077,12 +1084,14 @@ quadrature
quadro
quantifiers
queryhit
queryset
quiescing
quintuplet
quintuplets
radcom
radeon
radiotap
radix
ralink
ranap
randomization
@ -1220,6 +1229,7 @@ rmcap
rnsap
roamer
routable
rowfmt
rpcap
rpmbuild
rsocket
@ -1524,6 +1534,7 @@ undissected
unduplicated
unencrypted
unescaped
unescaping
unexported
unformatted
unfragmented
@ -1647,6 +1658,7 @@ voipmetrics
volerr
vxlan
wakeup
wapforum
wbxml
webcam
webkit