aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Only #undef inet_aton if we're using ADNS on Windows.gerald1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+2
2009-01-06From Frederic Leroy: Update c-ares version handling.gerald1-2/+4
2008-12-24C-ares version check fix from Frederic Leroy, modified by me.gerald1-2/+2
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixgerald1-4/+11
2008-12-02Trivial warning fixesjmayer1-1/+1
2008-09-20Do not leak the port range in parse_service_line().stig1-1/+1
2008-08-12Avoid an indefinite loop freeing the same data over and over againstig1-0/+1
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includinggerald1-12/+16
2008-08-07Add support for the c-ares asynchronous DNS resolution library to thegerald1-24/+190
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-4/+4
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-25/+25
2008-04-12From Andrew Feren (bug 2433):stig1-11/+33
2008-01-24Removed C++ style comment.stig1-1/+1
2008-01-21From Douglas Pratley (bug 1445):stig1-5/+312
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-4/+4
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...stig1-1/+0
2007-11-09Apply yet another set of the optimization patches:etxrab1-16/+21
2007-10-26Apply yet another set of the optimization patches:etxrab1-28/+16
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...bondolo1-7/+2
2007-08-15Mask out only the bc/mc bit, not the locally assigned bit.jmayer1-5/+6
2007-08-14if the manuf address could not be resolved, strip off special bits (multicast...ulfl1-1/+17
2007-08-06remove an unused variableulfl1-2/+0
2007-08-06add a way to read a personal /etc/services file for TCP/UDP/... port service ...ulfl1-42/+188
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark wmeier1-5/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-9/+9
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-2/+2
2006-08-29Fix for bug 795: handle CR as line end as welljake1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-03-02I don't see any reason why we should only have to look for a hosts file in th...ulfl1-0/+9
2006-02-27From dideretxrab1-7/+19
2006-02-09Ricardo Muggli:jmayer1-1/+1
2006-01-19Make sure we don't use the ADNS version of inet_aton; it's broken.gerald1-11/+14
2006-01-12fix #648: ulfl1-1/+1
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theguy1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-3/+4
2005-09-20Francesco Fondelli; Add dcp supportjmayer1-0/+20
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-10/+3
2005-08-30remove a bunch of sprintf that should be perfectly safe but for the princip...sahlberg1-10/+10
2005-08-17replace some more silly rotating buffers with ep_alloc() callssahlberg1-36/+9
2005-08-08various code cleanup:ulfl1-8/+6
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-2/+2
2005-07-19Move Win32-specific variable declaration to the beginning of a function. gerald1-3/+8
2005-07-19from Graeme Hewson: "Fixes for ethereal config files"ulfl1-15/+14
2005-05-20add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...ulfl1-0/+17
2005-05-12Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksguy1-3/+5