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

Comment # 3 on bug 8483 from
(In reply to comment #2)
> 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.

One way (possibly slow) would be to make use of g_strreverse a lot.


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