aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-21New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki1-0/+3
2013-12-20Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-11-10Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki1-0/+1
2013-10-23g_slist_free_full() is glib 2.28Anders Broman1-1/+1
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman1-0/+3
2013-10-10Try to make the build bot happy.Anders Broman1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman1-10/+12
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-24/+6
2013-08-29Revert revision=51577.Anders Broman1-0/+2
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-2/+0
2013-08-20Use g_hash_table() for ipxnet name resolution.Anders Broman1-0/+3
2013-08-18Use g_hastable() for IPv6 name reslution.Anders Broman1-0/+12
2013-08-11Use g_hashtable for IPv4 name resolution.Anders Broman1-0/+16
2013-08-07Ensure we have both _initialize() and a corresponding _cleanup() routines forJeff Morriss1-10/+21
2013-08-05Use a hastable for port resolution. Currently one table for the 4 protocols w...Anders Broman1-0/+10
2013-08-02- Use a hashtable for eth lookup.Anders Broman1-0/+11
2013-08-01Use glibs hastables rather than home grown variants for manuf an wka(well kno...Anders Broman1-0/+12
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-17/+22
2012-11-29Add an add_hosts_file routine that adds a "hosts" path to an array andGerald Combs1-2/+10
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-2/+1
2012-07-11Add a new preference to make it possible to only use the hosts fileAnders Broman1-0/+1
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-0/+1
2012-07-06Try to fix compilation on compilers != MSVC.Jakub Zawadzki1-2/+2
2012-07-06From Michael Mann:Anders Broman1-17/+13
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-4/+30
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-3/+10
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+8
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-0/+31
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-1/+1
2010-04-27Fix a gcc -Wshadow warning; Fix a comment;Bill Meier1-1/+1
2010-04-27Added Manual IP address resolve functions.Stig Bjørlykke1-0/+3
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-6/+6
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-3/+3
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-3/+3
2009-12-24Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network nameGerald Combs1-1/+5
2009-12-24If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 timeGerald Combs1-7/+17
2009-12-22Change host_name_lookup_process to return TRUE if anything new has beenGerald Combs1-2/+8
2009-09-07Constify some functionsKovarththanan Rajaratnam1-2/+2
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-0/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-3/+3
2009-07-17From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou1-3/+3
2007-01-18PutGuy Harris1-0/+8
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1