aboutsummaryrefslogtreecommitdiffstats
path: root/inet_pton.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Let's try that again: Reword comment.wmeier1-2/+2
2010-04-15Reword comment slightly.wmeier1-1/+1
2010-04-14Some changes req'd to build Wireshark with VS 2010 (VC10). [More changes stil...wmeier1-0/+2
2009-10-06Cleanup rcsidskrj1-4/+2
2009-04-08Try to make everyone happy about their size_t's.gerald1-2/+2
2009-04-08Compare size_t's with size_t's.guy1-1/+1
2009-04-08More size_t fixes.gerald1-3/+3
2007-06-11Fix compilation under VS6 (hopefully without breaking compilationgerald1-0/+269
2000-10-14Move inet_*.[ch] files to epan.gram1-269/+0
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-01-10Some initial changes for win32 support, but not all.gram1-1/+26
1999-10-14Make it build on systems lacking "inet_pton()", "inet_ntop()", and aguy1-1/+3
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionitojun1-0/+240