summaryrefslogtreecommitdiff
path: root/tcpdump-stdinc.h
Commit message (Collapse)AuthorAgeFilesLines
* Give it a proper RCS ID.guy2003-11-161-0/+2
|
* Add a new "ipproto.h" header file, with definitions of IP protocol typeguy2003-06-071-1/+0
| | | | | | | values. Use that rather than private definitions in various files. Add "gmpls.h" to the list of files in FILES, and add it and "ipfc.h" to the list of files in INSTALL.
* Modified the license at the beginning of the files created by the Politecno ↵risso2003-05-151-17/+26
| | | | di Torino developers from the 4-clause BSD code to the modified BSD license
* From Hank Leininger <tcpdump-workers@progressive-comp.com>: fix a typo.guy2003-03-221-2/+2
|
* From Gisle Vanem: make print-esp.c work with more (maybe all?) OpenSSLguy2003-03-021-2/+27
| | | | | versions, and changes to make it work on DOS/Windows with various compilers and C support libraries.
* Give the file an SCCS and RCS ID.guy2002-08-051-0/+2
|
* Only include in "tcpdump-stdinc.h" the headers that are actually neededguy2002-08-021-12/+16
| | | | | | | | | by most files in tcpdump. Include <net/if.h> in "addrtoname.c", as it's needed there (but not needed in other files, so it doesn't belong in "tcpdump-stdinc.h". Put in explanatory comments in "tcpdump-stdinc.h".
* Added support for Win32, based on WinPcap.risso2002-08-011-0/+87