summaryrefslogtreecommitdiff
path: root/CREDITS
Commit message (Collapse)AuthorAgeFilesLines
* babel: update to include various later RFCs and I-Ds, including RFC 6126bis.Guy Harris2020-05-241-0/+2
| | | | | | | | Adapted from GitHub pull request #768, with some cleanups and an additional test update to handle the addition of the Unicast flag to the Hello TLV. Added a list of RFCs and I-Ds.
* New ethertype protocol for Arista Networksniks30892019-05-231-0/+1
|
* Handle DLT_IEEE802_15_4_TAP.James Ko2019-02-201-0/+1
| | | | https://github.com/jkcko/ieee802.15.4-tap
* Update my email addressLoganaden Velvindron2018-09-221-1/+1
|
* update CREDITSDenis Ovsienko2018-06-241-10/+9
| | | | | | | Move 3 past maintainers to the respective section, fixup formatting for consistency and specify ordering within sections. [skip ci]
* Update an email addressFrancois-Xavier Le Bail2018-06-131-1/+1
|
* Fix my email addressLoganaden Velvindron2017-08-231-1/+1
|
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
|
* update CREDITSDenis Ovsienko2017-02-091-1/+5
|
* amend CREDITSDenis Ovsienko2016-09-301-1/+1
|
* Printer for HNCP (RFCs 7787 and 7788).Jean-Raphaël GAGLIONE2016-07-281-0/+2
| | | | This is joint work with Antonin Décimo.
* update CREDITSDenis Ovsienko2016-04-261-0/+1
|
* update CREDITSDenis Ovsienko2015-08-131-0/+1
|
* Add Bill Parker to the credits.Guy Harris2015-07-131-0/+1
|
* update an e-mail address in CREDITSDenis Ovsienko2015-01-081-1/+1
|
* Add support for Generic Network Virtualization Encapsulation (Geneve).Jesse Gross2014-11-051-0/+1
| | | | Defined in http://tools.ietf.org/html/draft-gross-geneve-02
* update creditsDenis Ovsienko2014-10-101-0/+1
|
* Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-0/+1
|
* updated CREDITS and CHANGES file for 4.6.0 releaseMichael Richardson2014-07-021-1/+1
|
* update CREDITSDenis Ovsienko2014-06-061-0/+1
|
* update CREDITSDenis Ovsienko2014-04-221-0/+1
|
* from Swaathi Vetrivel:Hannes Gredler2014-03-171-0/+1
| | | | | update Linktrace Reply Flags as per the latest spec: IEEE 802.1ag Standard, June 18, 2007. Page 199, Section 21.9.2, table 21-26
* update Gisle's e-mail address per his requestDenis Ovsienko2014-02-281-1/+1
|
* fixup creditsDenis Ovsienko2013-11-111-111/+155
| | | | | | | | | | | | | | | | | | | | | | | | A recent commit replaced tcpdump contributors list with libpcap contributors list and added to the replaced list new libpcap contributors. Restore the original list and add new tcpdump contributors: * Bram * Dmitrij Tejblum * fra * Gregory Detal * Jorge Boncompte [DTI2] * Longinus00 * Marc Abramowitz * Ola Martin Lykkja * Oleksij Rempel * Petar Alilovic * Stephane Bortzmeyer * Thomas Jacob * Udayakumar * Wim Torfs Fix some sorting and formatting while at it.
* updated changes and creditstcpdump_4_5rel0tcpdump-4.5.0Michael Richardson2013-11-071-149/+118
|
* Merge pull request #310 from ffatghub/masterDenis Ovsienko2013-05-101-0/+1
|\ | | | | vxlan: use IANA assigned port
| * IANA (www.iana.org/assignments/service-names-port-numbers/fra2013-05-091-0/+1
| | | | | | | | | | | | service-names-port-numbers.txt) has assigned an official port for VXLAN (4789). tcpdump uses this by default but we keep the -T vxlan option as well (e.g. Linux is allowing different ports).
* | If we get SIGCHLD, restart whatever system call it interrupted.Alexandra Kossovsky2013-04-141-0/+1
| | | | | | | | | | | | | | | | When compressing output with -z, we do so by creating a child process to run gzip and pipe to it, and we catch SIGCHLD to clean up after the child process. We don't want the SIGCHLD to show up as an "Interrupted system call" error, so we specify that SIGCHLD should restart, rather than interrupting, system calls.
* | added RubenMichael Richardson2013-04-141-0/+1
|/
* add DNSSL (RFC6106) supportDenis Ovsienko2012-04-131-0/+1
| | | | | | | The most notable difference between RFC5006 and RFC6106 is the addition of DNSSL RA option. This commit adds DNSSL handling code to make tcpdump fully RFC6106-aware. This code has been tested against RA packets generated by Quagga and radvd.
* prep for 4.3.0 releaseMichael Richardson2012-04-031-0/+3
|
* Remove unnecessary test.Michal Sekletar2011-10-131-0/+1
| | | | | | Also, from me: add a comment explaining why the test isn't being done. Reviewed-by: Guy Harris <guy@alum.mit.edu>
* from Weesan Lee <weesan@juniper.net>: display pim bidir supportHannes Gredler2011-06-211-0/+1
|
* Fix endianness of some parameters.Andrew Nording2011-04-281-1/+1
| | | | Reviewed-By: Guy Harris <guy@alum.mit.edu>
* Add error checking and support for DCB Exchange protocol (DCBX) version 1.01.Guy Harris2011-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | From Kaladhar Musunuru <kaladharm@sourceforge.net>: Added support for DCB Exchange protocol (DCBX) version 1.01. http://www.ieee802.org/1/files/public/docs2008/az-wadekar-dcbx-capability-exchange-discovery-protocol-1108-v1.01.pdf DCBX protocol exchanges control state machine and generic feature state machine parameters as Organizationally specific TLVs. The OUI used for the DCBX TLV 1.01 is 0x001B21. Following TLVs are decoded: - Control state - Priority Groups (PG) - Priority-based Flow Control (PFC) - Application Protocol (APP) From me: Add a bunch of additional error checking, and sort the main switch statement by TLV code (and thus by the order in the specification). Also update/add indications of what standards document what items.
* Babel dissector, from Juliusz Chroboczek and Grégoire Henry.Juliusz Chroboczek2011-04-271-0/+2
| | | | Reviewed-By: Guy Harris <guy@alum.mit.edu>
* From Minto Jeyananth <minto@juniper.net>: fix the IS-IS MT flag tokentableHannes Gredler2011-03-021-0/+1
|
* Use spaces for all entries. Fix Luis MartinGarcia's name.Luis MartinGarcia2010-11-301-187/+187
|
* Update Gisle Vanem's address.Guy Harris2010-11-071-1/+1
|
* Switch user ID/root directory with -Z before opening savefiles for output.Paul Ferrell2010-11-061-0/+1
| | | | | | | | | | In addition to Paul's change, I added a comment explaining why we do this, and explaining that doing so after opening the first savefile doesn't help with subsequent savefiles, so you'll have to come up with a better fix if you want the savefiles opened by the original UID or outside the chroot. Reviewed-By: Guy Harris <guy@alum.mit.edu>
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-221-0/+1
| | | | | | Based on a patch from Scott Mcmillan <scott.a.mcmillan@intel.com>. While we're at it, make some error messages a bit less geeky.
* Fix credits item for Pawel Worach.Guy Harris2010-08-221-1/+1
| | | | | (This is for the "Correctly check for various values of the ICMP type field." fixes to print-icmp6.c.)
* Correctly check for various values of the ICMP type field.Guy Harris2010-08-191-0/+1
| | | | | clang+llvm warnings pointed out some incorrect code - you can't, in C, check for multiple values for a variable that way.
* from Anton Bernal:Hannes Gredler2010-08-081-0/+1
| | | | -add support for BGP / LDP FEC 129 interworking
* Add the contributors of the recent man page changes to the credits.Guy Harris2010-06-051-1/+3
| | | | (And sort the credits by first name while we're at it.)
* If -U is specified, flush the file after creating it, so it's not zero-length.Romain Francoise2010-06-051-0/+1
| | | | | | | | | | Reading from a capture file that has not yet received any packets fails with "truncated dump file"; to avoid this, flush the file (forcing the pcap header out) immediately after opening it. (Added Romain to the credits.) Reviewed-By: Guy Harris <guy@alum.mit.edu>
* give credit to Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>Michael Richardson2010-05-131-0/+1
|
* Fix build on systems with PF.Wesley Shields2010-03-311-0/+1
| | | | Reviewed-By: Guy Harris <guy@alum.mit.edu>
* RFC 5006 support.David Horn2010-02-071-0/+1
| | | | Reviewed-By: Guy Harris <guy@alum.mit.edu>
* Add some information about the symbolic references to TCP flags.Randy Sofia2010-01-261-0/+1
| | | | Reviewed-by: Guy Harris <guy@alum.mit.edu>