aboutsummaryrefslogtreecommitdiffstats
path: root/epan/inet_aton.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-08More size_t fixes.Gerald Combs1-1/+2
svn path=/trunk/; revision=28004
2007-01-13Remove "advertising clause" from BSD license per:Stephen Fisher1-5/+1
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change July 22, 1999 To All Licensees, Distributors of Any Version of BSD: As you know, certain of the Berkeley Software Distribution ("BSD") source code files require that further distributions of products containing all or portions of the software, acknowledge within their advertising materials that such products contain software developed by UC Berkeley and its contributors. Specifically, the provision reads: " * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors." Effective immediately, licensees and distributors are no longer required to include the acknowledgement within advertising materials. Accordingly, the foregoing paragraph of those BSD Unix files containing it is hereby deleted in its entirety. William Hoskins Director, Office of Technology Licensing University of California, Berkeley svn path=/trunk/; revision=20412
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6116
2002-08-04Undo my last change: These files are used by systems only that need sys/types.hJörg Mayer1-6/+14
anyway (see Guys remark on inet_pton.c). svn path=/trunk/; revision=5947
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+6
equivalents for the epan/ directory but leave winsock2.h in inet_pton.c and inet_ntop.c for now (can't estimate the consequences). svn path=/trunk/; revision=5928
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-2/+2
<packet32.h> includes <winsock2.h>; we include that rather than <winsock.h>, to avoid errors due to conflicting declarations in <winsock.h> and <winsock2.h>. svn path=/trunk/; revision=5742
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez1-0/+157
svn path=/trunk/; revision=2494