aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-09Ricardo Muggli:Jörg Mayer1-1/+1
2006-01-19Make sure we don't use the ADNS version of inet_aton; it's broken.Gerald Combs1-11/+14
2006-01-12fix #648: Ulf Lamping1-1/+1
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-3/+4
2005-09-20Francesco Fondelli; Add dcp supportJörg Mayer1-0/+20
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-10/+3
2005-08-30remove a bunch of sprintf that should be perfectly safe but for the princip...Ronnie Sahlberg1-10/+10
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg1-36/+9
2005-08-08various code cleanup:Ulf Lamping1-8/+6
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2