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