Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly interpret the code field of IGMP membership queries. | wollman | 1994-10-04 | 1 | -3/+4 |
| | |||||
* | Print out SNAP frames reasonably, including Apple's bogus Ethertalk | wollman | 1994-10-04 | 1 | -1/+126 |
| | | | | | pseudo-SNAP encapsulation. Still needs some work, by someone who has a listing of 802.2 LSAPs. | ||||
* | Print out more useful information about IGMP packets. (Someday, this should | wollman | 1994-09-08 | 2 | -18/+98 |
| | | | | include a full DVMRP parser.) | ||||
* | Add dependencies on libraries to DPADD. Someday this should be done | bde | 1994-08-28 | 1 | -0/+1 |
| | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries. | ||||
* | Latest flex requires yywrap() function to avoid -ll. | bde | 1994-08-28 | 1 | -3/+1 |
| | |||||
* | Add lex lib to LDADD. | jkh | 1994-08-26 | 1 | -0/+1 |
| | | | | Submitted by: jkh | ||||
* | Fix gross spelling and typographical errors pointed out by Keith Bostic. | jkh | 1994-04-24 | 1 | -2/+2 |
| | |||||
* | When hexdumping a RIP entry, type cast the bytes to unsigned first. Not | dg | 1994-02-10 | 1 | -3/+3 |
| | | | | | doing so caused them to be sign-extended to an int (which really messed things up). | ||||
* | Fixed bug in decoding of RIP packets. RIP data is in "osockaddr" format; | dg | 1994-02-10 | 1 | -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). | ||||
* | Include <rpc/rpc.h> instead of various individual <rpc/*.h> header files | jtc | 1993-09-15 | 3 | -22/+6 |
| | | | | to compile with the newly prototyped rpc headers. | ||||
* | Added -DPPP so that tcpdump understands ppp | rgrimes | 1993-09-06 | 1 | -1/+1 |
| | |||||
* | Added #ifndef inline #endif around definition of inline so that we | rgrimes | 1993-08-29 | 1 | -1/+3 |
| | | | | do not end up definig it twice. | ||||
* | TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin. | rgrimes | 1993-07-20 | 1 | -1/+1 |
| | |||||
* | New manual page system | root | 1993-07-02 | 2 | -2/+2 |
| | |||||
*-. | This commit was generated by cvs2svn to compensate for changes in r2, | rgrimes | 1993-06-12 | 55 | -0/+15892 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| | * | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 37 | -0/+9385 |
| | | |||||
| * | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 18 | -0/+6507 |
| | |||||
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 7 | -0/+1569 |