aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-2/+2
| | | | Notes: svn path=/head/; revision=1411
* When hexdumping a RIP entry, type cast the bytes to unsigned first. NotDavid Greenman1994-02-101-3/+3
| | | | | | | | doing so caused them to be sign-extended to an int (which really messed things up). Notes: svn path=/head/; revision=1142
* Fixed bug in decoding of RIP packets. RIP data is in "osockaddr" format;David Greenman1994-02-101-2/+28
| | | | | | | | | | the fix is to import the structures from protocols/routed.h and change the sockaddr to osockaddr. We can't change the generic include file because too many other things rely on this in order to deal with the kernel routing socket (which is sockaddr format). Notes: svn path=/head/; revision=1140
* Include <rpc/rpc.h> instead of various individual <rpc/*.h> header filesJ.T. Conklin1993-09-153-22/+6
| | | | | | | to compile with the newly prototyped rpc headers. Notes: svn path=/head/; revision=469
* Added -DPPP so that tcpdump understands pppRodney W. Grimes1993-09-061-1/+1
| | | | Notes: svn path=/head/; revision=400
* Added #ifndef inline #endif around definition of inline so that weRodney W. Grimes1993-08-291-1/+3
| | | | | | | do not end up definig it twice. Notes: svn path=/head/; revision=353
* TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.Rodney W. Grimes1993-07-201-1/+1
| | | | Notes: svn path=/head/; revision=170
* New manual page systemCharlie Root1993-07-022-2/+2
| | | | Notes: svn path=/head/; revision=82
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-1262-0/+17461
Notes: svn path=/cvs2svn/branches/tcpdump/; revision=2