summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
Commit message (Collapse)AuthorAgeFilesLines
* Import fixes from NetBSD to print NFSv3 packets.dfr1996-07-187-489/+1360
| | | | Obtained from: NetBSD
* Update IGMP printing, removing the obsolete packet header version number &fenner1996-03-191-28/+42
| | | | | | | changing "new" and "old" to "v2" and "v1" to allow for future changes not having to be "newer new" Recognize Router Alert IP option
* John Hay's extentions to tcpdump to be able to differentiate betweenpeter1996-03-034-15/+80
| | | | | | | IP and IPX packets over a PPP link. I added the hack to print the PPP protocol type for other (eg: LCP, CCP, etc) packets. Submitted by: John Hay <jhay@mikom.csir.co.za>, mods from me.
* There is no longer a typedef clash with <rpc/auth.h>, so removehsu1996-02-021-5/+3
| | | | | conditional. Also, use the system defined fixed sized types. This removes a 32-bit dependency on non-32-bit architectures.
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-3/+3
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Teach tcpdump to print out router advertisement and solicitation messages.fenner1996-01-191-1/+8
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3016-5294/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-301-144/+0
|
* Correctly determine the local timezone, by looking at the tm_gmtoff resultwollman1995-09-281-16/+7
| | | | from localtime() rather than the bogus struct tz filled in by gettimeofday.
* Print EtherTalk packets correctly; closes PR 649.wollman1995-09-222-8/+23
| | | | | | Document `-T' option in manual page. Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp> (first fix only)
* Add support for printking Kerberos v4 packets (file I forgot to add)wollman1995-08-291-0/+294
| | | | Obtained from: John Hawkinson <jhawk@mit.edu> by way of comp.protocols.kerberos
* Add support for printing Kerberos v4 packets.wollman1995-08-292-3/+12
|
* Fixed bug with decoding RIP packets - removed unnecessary ntohs()'s fordg1995-08-261-3/+3
| | | | the sa_family.
* Clean up compilation warnings.pst1995-08-235-11/+13
|
* Make tcpdump a lot smarter about printing IGMP messages. Derived by grovelingwollman1995-06-131-6/+103
| | | | about in the mrouted sources and looking at packet traces.
* Remove trailing whitespace.rgrimes1995-05-303-6/+6
|
* tcpdump is in (1) not (l)gpalmer1995-05-141-3/+3
|
* Add `-I.' to CFLAGS in order to fix the `make depend' problem.olah1995-03-091-1/+1
|
* Make tcpdump understand the T/TCP (RFC-1644) options. Some extra sanityolah1995-03-081-60/+91
| | | | | checks were also introduced to the tcp_print function so it doesn't try to interpret TCP options beyond the length of the sniffed packet.
* Upgrade tcpdump and tcpslice to version 3.0olah1995-03-0858-2253/+6956
| | | | Obtained from: ftp.ee.lbl.gov and Vern Paxson <vern@ee.lbl.gov>
* Changed two occurrences of tcpdump(l) to tcpdump(1).ats1994-12-121-3/+3
|
* once morephk1994-11-212-2/+2
|
* More abs paths nukedphk1994-11-212-2/+2
|
* Correctly interpret the code field of IGMP membership queries.wollman1994-10-041-3/+4
|
* Print out SNAP frames reasonably, including Apple's bogus Ethertalkwollman1994-10-041-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 shouldwollman1994-09-082-18/+98
| | | | include a full DVMRP parser.)
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-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.bde1994-08-281-3/+1
|
* Add lex lib to LDADD.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-2/+2
|
* When hexdumping a RIP entry, type cast the bytes to unsigned first. Notdg1994-02-101-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;dg1994-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).
* Include <rpc/rpc.h> instead of various individual <rpc/*.h> header filesjtc1993-09-153-22/+6
| | | | to compile with the newly prototyped rpc headers.
* Added -DPPP so that tcpdump understands ppprgrimes1993-09-061-1/+1
|
* Added #ifndef inline #endif around definition of inline so that wergrimes1993-08-291-1/+3
| | | | do not end up definig it twice.
* TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.rgrimes1993-07-201-1/+1
|
* New manual page systemroot1993-07-022-2/+2
|
*-. This commit was generated by cvs2svn to compensate for changes in r2,rgrimes1993-06-1255-0/+15892
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-1237-0/+9385
| |
| * Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-1218-0/+6507
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-127-0/+1569
OpenPOWER on IntegriCloud