aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-24Plug some more small leaks.guy1-0/+1
2005-02-22From Francisco Alcoba:lego1-21/+57
2005-01-17Fix a typo in the previous checkin.guy1-1/+1
2005-01-17Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on Windowsguy1-29/+16
2005-01-13Add support for a personal hosts file.guy1-15/+27
2005-01-07Put back the declaration of hostspath on Windows.guy1-0/+1
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".guy1-18/+42
2005-01-07Check return value of getenv(). lroland1-3/+7
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-0/+26
2004-12-27Again, some warnings removed.ulfl1-1/+5
2004-11-21removed an MSVC warningulfl1-0/+2
2004-11-17Fix some problems when compiling on Windows and when compiling onguy1-3/+3
2004-11-17Don't assume that IPv6 addresses are aligned on 32-bit boundaries.guy1-1/+2
2004-11-17Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"guy1-13/+105
2004-11-17Rename some routines and structures to reflect that they're specific toguy1-34/+46