Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Adding name resolution blocks in Wireshark

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 8 Feb 2012 17:05:17 +0100
Hi,
Getting WS to add a Name resolution block seems to be a simple patch
Index: file.c
===================================================================
--- file.c      (revision 1249)
+++ file.c      (working copy)
@@ -3786,6 +3786,9 @@
       goto fail;
     }
 
+       /* Add address resolution */
+       wtap_dump_set_addrinfo_list(pdh, get_addrinfo_list());
+
 
Should it be safeguarded with a preference? Any other pitfalls?
 
Regards
Anders