summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcpdump.1 is generated from tcpdump.1.in.originguy2008-12-151-0/+1
* Update version numbers, and just generically refer to 4.x.y for theguy2008-12-151-4/+4
* Pick up 4.0.1 changes.guy2008-12-141-1/+5
* Fixes for building in a directory other than the source directory.guy2008-11-211-2/+2
* Make the version 4.1-PRE-CVS, as 4.1.0 will presumably eventually beguy2008-11-211-1/+1
* Give Peter Volkov credit for various patches.guy2008-11-181-0/+1
* Propagate from the git tree:guy2008-11-182-3/+23
* Propagate from the git tree:guy2008-11-181-1/+3
* pulled up some changes from the 4.0 release branchmcr2008-11-094-9/+38
* Run the tcpdump man page through config, so that it refers to the rightguy2008-10-271-3/+42
* Run the tcpdump man page through config, so that it refers to the rightguy2008-10-273-9/+47
* We support building tcpdump with versions of libpcap other than the oneguy2008-09-256-5473/+5491
* From Gisle Vanem:guy2008-09-221-7/+7
* bugfix: the IS-IS Multi-topology TLV MTID is prepended once per TLV and not o...hannes2008-08-161-7/+6
* Add HMAC-MD5 verification support for IS-IShannes2008-08-161-4/+25
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-169-28/+234
* add support for the nameservice plugin messages generated by www.olsr.orghannes2008-08-161-2/+33
* Fix use of PRIu64.guy2008-07-011-2/+2
* Use PRIu64 rather than %llu - %llu might be wrong, if u_int64_t is justguy2008-07-011-2/+2
* Fix a bunch of references to tcpdump-workers@tcpdump.org to refer to theguy2008-05-303-12/+12
* FILES isn't used to make the tarball any more; get rid of it.guy2008-05-272-272/+157
* From Michael A. Meffie III:guy2008-05-122-12/+321
* cosmetic change: stick to the 80 columns per line rulehannes2008-04-221-2/+3
* removing unnecessary processing for zero length optionshannes2008-04-221-7/+1
* Use u_intXX_t instead of uintXX_t, because the fomer ones are the ones thatgianluca2008-04-111-20/+20
* Redefined ERROR into TFTP_ERROR, as ERROR is already defined in thegianluca2008-04-112-5/+5
* The detailed information on privileges need to capture was copied to theguy2008-04-101-77/+6
* pcap_errtostr() was renamed pcap_statustostr().guy2008-04-091-9/+28
* If we get PCAP_ERROR_NO_SUCH_DEVICE or PCAP_ERROR_PERM_DENIED fromguy2008-04-091-2/+8
* Use the new pcap_errtostr() routine, rather than pcap_strerror(), to mapguy2008-04-061-8/+8
* Document the new -B and -I options, and update the reference to theguy2008-04-061-3/+20
* Get rid of some debugging code.guy2008-04-041-10/+1
* Use the new libpcap API's if available; that means we can support "-B"guy2008-04-046-24/+200
* bugfix in the lldp printer, when referencing the key for printing aggregation...hannes2008-03-201-2/+2
* From Sagun Shakya: check whether we need libdlpi.guy2008-03-133-3/+77
* add support for p2mp rsvp objects as per rfc4875hannes2008-03-031-1/+118
* Have --with-crypto take an optional argument, specifying where libcryptoguy2008-02-263-96/+229
* From Mike Frysinger: have the "install" target depend on "all" so youguy2008-02-261-2/+2
* From Mike Frysinger: include the Blackfin processor as one of theguy2008-02-263-3/+4
* Fix signature of bpf_dump() to match that of libpcap's version.guy2008-02-142-4/+4
* Fix Andrew Silent's e-mail address.guy2008-02-061-1/+1
* From Andrew Silent: Realtek Remote Control Protocol support (seeguy2008-02-0610-9/+163
* From Bjoern A. Zeeb: add IPv6 support.guy2008-02-062-3/+13
* From Francis Dupont: update the DHCPv6 printer to handle newer features.guy2008-02-061-1/+132
* "struct timeval" isn't guaranteed to be two 32-bit values (consider aguy2008-02-051-2/+7
* "rr_maxdelay" is a 16-bit field, and "rr_reserved" is a 32-bit field, inguy2008-02-051-3/+3
* Tag with _U_ parameters unused if HAVE_LIBCRYPTO isn't defined. (Yes,guy2008-02-051-6/+24
* The string-comparison operator in the "test" command is "=", not "==".guy2008-02-052-5/+5
* Run ranlib on libnetdissect.a if necessary. Remove it before buildingguy2008-02-042-5213/+5446
* Run ranlib on libnetdissect.a if necessary. Remove it before buildingguy2008-02-042-4/+9