aboutsummaryrefslogtreecommitdiffstats
path: root/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* More size_t fixes.Gerald Combs2009-04-081-1/+1
* From Jakub Zawadzki: Glib2 g_snprintf doesn't return -1;Bill Meier2009-03-181-3/+2
* strcpy-->g-strlcpy; Also: Add $Id$Bill Meier2009-03-161-2/+5
* Fix compilation under VS6 (hopefully without breaking compilationGerald Combs2007-06-111-0/+235
* Move inet_*.[ch] files to epan.Gilbert Ramirez2000-10-141-233/+0
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+3
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-3/+24
* Make it build on systems lacking "inet_pton()", "inet_ntop()", and aGuy Harris1999-10-141-1/+5
* use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1999-10-141-0/+211