stun: fix typo found by lintian

adress -> address (on display filter)

Change-Id: I36fb6c897e76b6a1465a840f1a0aa8f640bc09f8
Reviewed-on: https://code.wireshark.org/review/28763
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-07-19 06:40:01 +00:00 committed by Anders Broman
parent ade0bbd9c3
commit 4cb8a90ef2
1 changed files with 2 additions and 2 deletions

View File

@ -1669,11 +1669,11 @@ proto_register_stun(void)
BASE_HEX, NULL, 0x7FFFFFFF, NULL, HFILL}
},
{ &hf_stun_att_address_rp_masb,
{ "Maximum Send Bandwidth", "stun.att.adress_rp.masb", FT_UINT32,
{ "Maximum Send Bandwidth", "stun.att.address_rp.masb", FT_UINT32,
BASE_DEC, NULL, 0x0, "In kilobits per second", HFILL}
},
{ &hf_stun_att_address_rp_marb,
{ "Maximum Receive Bandwidth", "stun.att.adress_rp.marb", FT_UINT32,
{ "Maximum Receive Bandwidth", "stun.att.address_rp.marb", FT_UINT32,
BASE_DEC, NULL, 0x0, "In kilobits per second", HFILL}
},
{ &hf_stun_att_sip_dialog_id,