ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10960] DNS LOC data parsed as unknown data

Date: Sat, 14 Feb 2015 11:09:16 +0000

changed bug 10960


What Removed Added
Status UNCONFIRMED RESOLVED
CC   [email protected]
Resolution --- NOTABUG

Comment # 2 on bug 10960 from
Hi Boaz,

Because LOC "version" is don't equal to 0 :
/* Version 0, the only version RFC 1876 discusses. */
      if (version == 0) {
(...)
      } else {
        proto_tree_add_item(rr_tree, hf_dns_loc_unknown_data, tvb, cur_offset,
data_len, ENC_NA);
      }


You are receiving this mail because:
  • You are watching all bug changes.