aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-16Add some comments around looking up names for port numbers.Martin Mathieson1-1/+8
2013-06-09Don't put zero-length names into our tables of resolved IPv4 and IPv6Guy Harris1-3/+17
2013-05-31nameres.hosts_file_handling shouldn't affect loading the profile "hosts"Gerald Combs1-7/+5
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-5/+5
2013-05-19Fix a memory leak by using seasonal memory for building all parts of one ofEvan Huus1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-5/+5
2013-03-25Fix compilation with C++ warnings enabled: use enum values instead of rawJeff Morriss1-2/+2
2013-03-21[-Wmissing-prototypes]Anders Broman1-6/+6
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-17From beroset:Anders Broman1-17/+17
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs1-13/+15
2013-01-02Remove unused file handle that appears to have been left over byEvan Huus1-4/+0
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-18Fix a double-free by setting the GSList back to NULL when we free it.Evan Huus1-0/+1
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-1/+39
2012-11-05From Bill Parker:Anders Broman1-3/+12
2012-10-20Make r45511 work also without HAVE_C_ARES.Jakub Zawadzki1-27/+32
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs1-36/+50
2012-10-02Fix indentation.Guy Harris1-2/+2
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-13Jeff Morriss indicated the following and I obliged:Chris Maynard1-6/+3
2012-07-13tp->name can't be NULL, but perhaps tp can be?Chris Maynard1-1/+1
2012-07-11Add a new preference to make it possible to only use the hosts fileAnders Broman1-18/+32
2012-07-10Obey the new use-external-resolvers preference when translating IPJeff Morriss1-38/+55
2012-07-10host_lookup() and host_lookup6() are both called even when network-nameJeff Morriss1-4/+4
2012-07-10Group the network name resolution boxes together and make a more verbose expl...Anders Broman1-17/+20
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-46/+44
2012-07-06- remove no longer used #definesJakub Zawadzki1-1/+3
2012-07-06- e_addr_resolve is structure so pass it by pointer.Jakub Zawadzki1-0/+2
2012-07-06From Michael Mann:Anders Broman1-29/+66
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-13Add uint_get_manuf_name() and uint_get_manuf_name_if_known() routines,Guy Harris1-16/+38
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-2/+2
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-1/+12
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-2/+2
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+48
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-1/+1
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-4/+4
2011-04-10Minor whitespace fix.Gerald Combs1-1/+1
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-1/+1
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-3/+63
2011-02-17Can we reassure Microsoft's static analyzer that 0 <= mask <= 48?Guy Harris1-0/+6
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-10/+10
2011-01-25Fix fo bug 5616:Jaap Keuter1-1/+2
2010-11-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :Jeff Morriss1-8/+12
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-23/+23
2010-10-05Add more information to the Info column for some ICMPv6 messages. Add aGerald Combs1-1/+1
2010-08-09Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.Stig Bjørlykke1-1/+1
2010-07-01Rework ethernet address resolution: step 3 of 3:Bill Meier1-141/+156