summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-13From Didier Gautheron:Anders Broman1-139/+126
2009-09-07Constify some functionsKovarththanan Rajaratnam1-4/+4
2009-09-07Whitespace changesKovarththanan Rajaratnam1-315/+315
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-8/+52
2009-09-07Tigthen scope of local variablesKovarththanan Rajaratnam1-8/+7
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman1-2/+3
2009-09-06Put backAnders Broman1-4/+5
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-09-06From Didier Gautheron:Anders Broman1-117/+202
2009-09-04From : Didier GautheronAnders Broman1-1/+1
2009-09-01Check whether "size" points to something positive, not whether "size"Guy Harris1-1/+1
2009-09-01Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()Kovarththanan Rajaratnam1-4/+5
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-3/+3
2009-07-17From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-06-24From Kovarththanan Rajaratnam via bug 3555:Stig Bjørlykke1-0/+4
2009-04-01Only #undef inet_aton if we're using ADNS on Windows.Gerald Combs1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-01-06From Frederic Leroy: Update c-ares version handling.Gerald Combs1-2/+4
2008-12-24C-ares version check fix from Frederic Leroy, modified by me.Gerald Combs1-2/+2
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixGerald Combs1-4/+11
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-09-20Do not leak the port range in parse_service_line().Stig Bjørlykke1-1/+1
2008-08-12Avoid an indefinite loop freeing the same data over and over againStig Bjørlykke1-0/+1
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-12/+16
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-24/+190
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-25/+25
2008-04-12From Andrew Feren (bug 2433):Stig Bjørlykke1-11/+33
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
2008-01-21From Douglas Pratley (bug 1445):Stig Bjørlykke1-5/+312
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-4/+4
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...Stig Bjørlykke1-1/+0
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-16/+21
2007-10-26Apply yet another set of the optimization patches:Anders Broman1-28/+16
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou1-7/+2
2007-08-15Mask out only the bc/mc bit, not the locally assigned bit.Jörg Mayer1-5/+6
2007-08-14if the manuf address could not be resolved, strip off special bits (multicast...Ulf Lamping1-1/+17
2007-08-06remove an unused variableUlf Lamping1-2/+0
2007-08-06add a way to read a personal /etc/services file for TCP/UDP/... port service ...Ulf Lamping1-42/+188
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-5/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-9/+9
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-2/+2
2006-08-29Fix for bug 795: handle CR as line end as wellJaap Keuter1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-02I don't see any reason why we should only have to look for a hosts file in th...Ulf Lamping1-0/+9
2006-02-27From diderAnders Broman1-7/+19