Wireshark-bugs: [Wireshark-bugs] [Bug 8483] DNS type SRV are displayed incorrectly
Date: Sat, 16 Mar 2013 12:22:13 +0000

Comment # 2 on bug 8483 from
This is g_strsplit(name, ".", 3); doing its job in packet-dns.c. It starts from
the front and puts the remainder in the last string of the vector. I can't
really find the reverse of this function.

(Still need a sample capture to confirm)


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