https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4366
Summary: Add DNS response addresses to tshark fields list
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: Windows 7
Status: NEW
Severity: Enhancement
Priority: Low
Component: TShark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: alex.kirk@xxxxxxxxxxxxxx
Build Information:
TShark 1.3.2
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GLib 2.16.6, with libpcap 0.9.8, with libz 1.2.3.3, without POSIX
capabilities, with libpcre 6.1, without SMI, without c-ares, without ADNS,
without Lua, without Python, with GnuTLS 2.0.4, with Gcrypt 1.2.4, with MIT
Kerberos, without GeoIP.
Running on Linux 2.6.24-19-386, with libpcap version 0.9.8, GnuTLS 2.0.4,
Gcrypt
1.2.4.
Built using gcc 4.2.3 (Ubuntu 4.2.3-2ubuntu7).
--
Added hf_dns_rr_addr (and the corresponding dns.resp.addr), and swapped the
function proto_tree_add_text() that currently adds the address of a DNS
response to the tree to proto_tree_add_string_format(), which allows me to use
an hfindex and thus expose the field to tshark. I'd be happy to use a different
proto_tree function if there's a more appropriate one.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.