aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-07-19 06:40:01 +0000
committerAnders Broman <a.broman58@gmail.com>2018-07-19 16:53:32 +0000
commit4cb8a90ef24cc7a3431d4412a134b33d3262b086 (patch)
tree0f30e93c0e4efcefd6e7d0ba121eafb1e0888e41 /epan/dissectors/packet-stun.c
parentade0bbd9c34fd3b5be16b367a7a089ea775a0e07 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index 6a8734cf00..cd70cb890b 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -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,