summaryrefslogtreecommitdiff
path: root/print-pflog.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
| | | | | | | | | | | | | | | unused-parameter problems reported by GCC. Add an _U_ tag to label parameters as unused if the function is called through a pointer (so that you can't change its signature by removing parameters) or if there are unused parameters only because the function isn't complete. Add some additional bounds checks the necessity for which was revealed while cleaning up unused-parameter problems. Make some routines static. "lcp_print()", defined in "print-lcp.c", isn't called anywhere - "print-ppp.c" has the code to dissect LCP. Get rid of "print-lcp.c".
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
|
* Include "config.h" before including anything else.guy2002-02-061-1/+5
|
* Include code to handle OpenBSD DLT_PFLOG files, based on the OpenBSDguy2002-02-051-0/+157
"print-pflog.c", originally written by Niels Provos <provos@openbsd.org>.