aboutsummaryrefslogtreecommitdiffstats
path: root/inet_ntop.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Cleanup rcsidsKovarththanan Rajaratnam1-4/+0
2009-04-08More size_t fixes.Gerald Combs1-1/+1
2009-03-18From Jakub Zawadzki: Glib2 g_snprintf doesn't return -1;Bill Meier1-3/+2
2009-03-16strcpy-->g-strlcpy; Also: Add $Id$Bill Meier1-2/+5
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationGerald Combs1-0/+235
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez1-233/+0
2000-08-11Miscellaneous code cleaningLaurent Deniel1-6/+3
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-3/+24
1999-10-14Make it build on systems lacking "inet_pton()", "inet_ntop()", and aGuy Harris1-1/+5
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1-0/+211