aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ricardo Muggli:Jörg Mayer2006-02-091-1/+1
* Make sure we don't use the ADNS version of inet_aton; it's broken.Gerald Combs2006-01-191-11/+14
* fix #648: Ulf Lamping2006-01-121-1/+1
* Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris2005-11-071-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-3/+4
* Francesco Fondelli; Add dcp supportJörg Mayer2005-09-201-0/+20
* Don't collide with the "regular" IPv6 defintions in at least someGuy Harris2005-09-121-10/+3
* remove a bunch of sprintf that should be perfectly safe but for the princip...Ronnie Sahlberg2005-08-301-10/+10
* replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg2005-08-171-36/+9
* various code cleanup:Ulf Lamping2005-08-081-8/+6
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-2/+2
* Move Win32-specific variable declaration to the beginning of a function. Gerald Combs2005-07-191-3/+8
* from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping2005-07-191-15/+14
* add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...Ulf Lamping2005-05-201-0/+17
* Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksGuy Harris2005-05-121-3/+5
* Plug some more small leaks.Guy Harris2005-03-241-0/+1
* From Francisco Alcoba:Luis Ontanon2005-02-221-21/+57
* Fix a typo in the previous checkin.Guy Harris2005-01-171-1/+1
* Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on WindowsGuy Harris2005-01-171-29/+16
* Add support for a personal hosts file.Guy Harris2005-01-131-15/+27