aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2011-12-22From Naoyoshi Ueda:Anders Broman1-0/+1
Enable decryption of TLS 1.2. Add some cipher suites from RFC5246 and RFC5289. Fixed a bug in the handling of stream cipher. (The explicit IV field in the application record doesn't exist when stream ciphers are used. But the original code handles it as if one-byte IV exists.) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6688 svn path=/trunk/; revision=40273
2011-12-13Fix typoMartin Mathieson1-1/+2
svn path=/trunk/; revision=40178
2011-12-13From Per Liedberg:Anders Broman1-0/+5
RoHC dissection improvment. svn path=/trunk/; revision=40177
2011-12-06- Make a distinction between ethernet padding and an ethernet trailerSake Blok1-0/+1
- ... and make that distinction configurable for capture files that do not have padding in small frames, but do have trailers - Add VSS-Monitoring dissector to show by the TAP inserted time- and portstamps svn path=/trunk/; revision=40108
2011-12-03From Michael Sakaluk:Jaap Keuter1-1/+4
This patch adds support to the BGP dissector for RFC 5512 and RFC 5640. svn path=/trunk/; revision=40082
2011-12-02From Salil Kanitkar:Jaap Keuter1-0/+4
This patch covers following - i) Support for detecting OSPFv2 Opaque RI LSA. (RFC4970) ii) Support for detecting OSPFv2 RI Capabilities TLV (RFC4970) iii) Support for detecting OSPF Dynamic Hostname TLV (RFC5642) iv) As per RFC4970, support for detecting RI LSA for OSPFv3 as well. svn path=/trunk/; revision=40073
2011-11-28from Shobhank Sharma:Anders Broman1-0/+4
- Removed some mpls preferences which are no longer relevant/needed like decode PWAC payloads as PPP traffic and assume all channel types except 0x21 are raw BFD. - MPLS extension from PW-ACH to MPLS Generic Associated Channel as per RFC 5586 - Updated Pseudowire Associated Channel Types as per http://www.iana.org/assignments/pwe3-parameters - Updated the VCCV bitmaps as per RFC 5885 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6574 svn path=/trunk/; revision=40026
2011-11-26From Kari Vatjus-Anttila via ↵Alexis La Goutte1-2/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5956 kNet (KristalliNet) dissector for Wireshark kNet is a connection-oriented network protocol for transmitting arbitrary application-specific messages between network hosts. It is designed primarily for applications that require a method for rapid space-efficient real-time communication. kNet is an application-level protocol which can be ran either over UDP, TCP or SCTP transports. From me : * Add Modelines information and fix trailing whitespace * Merge packet-knet.h in packet-knet.c * Make Checkhf happy * Fix Clang/GCC Warning about unused variable * Add Authors info & CMakeList.txt svn path=/trunk/; revision=40010
2011-11-25From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modesBill Meier1-0/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4912 svn path=/trunk/; revision=40004
2011-11-16Add Jakob Hirsch; Fix bad formatting which screwed up AUTHORS display.Bill Meier1-1/+7
svn path=/trunk/; revision=39875
2011-11-12From Mariusz Okrój and Sebastien Vincent via ↵Alexis La Goutte1-1/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6225 Enhance XMPP Dissector XMPP is communication protocol that is based on XML. Existing Jabber dissector has only few filtering possibilities and displays packets in inconvenient way. This dissector is a result of cooperation with Jitsi community as Google Summer of Code project (http://www.jitsi.org/index.php/GSOC2011/XmppWireshark). From me : Add Mariusz Okrój in AUTHORS File Add Modelines information svn path=/trunk/; revision=39799
2011-10-31Give Iain Arnell specific credit for various ajp13 enhancements.Guy Harris1-1/+4
svn path=/trunk/; revision=39695
2011-10-31From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730Alexis La Goutte1-1/+6
Dissector for HSR and PRP-1 Here is a patch that adds a dissector for HSR and for PRP-1. Both protocols are defined in IEC62439 Part 3. (High-availability Seamless Redundancy / Parallel Redundancy Protocol) The existing PRP dissector has been refactored to support both the old PRP (now called PRP-0) and the new PRP-1. There are three distinct dissectors: - HSR (ethertype 892F) - HSR/PRP supervision (ethertype 88FB) - PRP-0 and PRP-1 (trailer dissector; disabled by default) From me : * Fix Clang Warning * Add modification for CMakeLists.txt svn path=/trunk/; revision=39692
2011-10-31Add BT-DHT to the Author Xiao Xiangquan Alexis La Goutte1-0/+1
svn path=/trunk/; revision=39685
2011-10-24Fix Giorgio Tino's e-mail address and change Nessjoen's @ to [AT] like ↵Chris Maynard1-2/+2
everyone else. svn path=/trunk/; revision=39532
2011-10-19From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6463Alexis La Goutte1-0/+1
dissector for HDCP (High bandwidth Digital Content Protection) HDCP can run on top of TCP, there's no fixed port number assigned. I created a heuristic dissector that's disabled by default and can be enabled by setting a preference (similar to the hilscher dissector). The idea behind this is that some HDCP messages are hard to recognize (e.g. one byte message id + 8 random bytes). Having the dissector enabled at all times may generate false positives. svn path=/trunk/; revision=39480
2011-10-13From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;Bill Meier1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5929 From me: packet-cipmotion.c: FT_BOOLEAN fields with bitmasks need a bit-fieldwidth in the hf[] entry 'display' field; Define attribute_size as guint32 since it has to store guint8*guint16; Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types; Remove trailing whitespace from lines; Other minor cleanup and reformatting. packet-enip.c: Use ENC_NA as encoding arg in proto_tree_add_item() for FT_BYTES field types; svn path=/trunk/; revision=39396
2011-10-12Add Iain Arnell, who contributed ajp13 patches.Guy Harris1-0/+1
svn path=/trunk/; revision=39389
2011-10-11Build the LCS-AP dissector.Anders Broman1-0/+4
svn path=/trunk/; revision=39365
2011-10-10From Donnie Savage:Anders Broman1-3/+7
Re-write of the EIGRP dissector to support Multi-Protocol (TLV 2.0) and Multi-Topology (TLV 3.0). This version also support Service Advertisement Framework(SAF) extensions to EIGRP Dissector includes: - Dissection of all EIGRP Opcodes and TLVs - Decode of EIGRP Flags and bitfields - Decode of EIGRP Communities - Decode of latest EIGRP "wide metric" formats - Decode of EIGRP Extended Metrics - Decode of SAF packets with XML client data handed off to XML dissector From me: Fix checkapi errors/warnings use G_GINT64_CONSTANT and G_GINT64_MODIFIER svn path=/trunk/; revision=39339
2011-10-01Update entry for Stefan Metzmacher re SMB/SMB2 dissector enhancements.Bill Meier1-0/+1
svn path=/trunk/; revision=39206
2011-09-29From András Veres-Szentkirályi: Added cursor type decoding to MySQL dissectorBill Meier1-0/+1
"The current MySQL dissector treats the exec_flags field as unused, however since MySQL 5.0, this field is used to indicate the type of the cursor as it can be read at http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#Execute_Packet_.28Tentative_Description.29 svn path=/trunk/; revision=39188
2011-09-29From Yaniv Kaul: SPICE dissectorBill Meier1-1/+3
"It's not perfect, but has been in use for quite a while and dissects nicely most of the messages." https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6373 svn path=/trunk/; revision=39184
2011-09-25Added Glenn Matthews.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=39133
2011-09-24Network icons from Elliott Aldrich.Gerald Combs1-1/+5
svn path=/trunk/; revision=39116
2011-09-20Add DeCount for his contribution in bug 6362.Chris Maynard1-0/+1
svn path=/trunk/; revision=39062
2011-09-08Update some email addresses.Gerald Combs1-3/+3
svn path=/trunk/; revision=38941
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+1
Added Filter Toolbar Save functionality. From me: Removed unused code. svn path=/trunk/; revision=38937
2011-09-08Remove duplicate entry.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=38936
2011-09-08from Leonard Tracy:Anders Broman1-0/+8
Cisco FabricPath protocol dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017 svn path=/trunk/; revision=38934
2011-09-06Use TAB.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38900
2011-09-06From Kurnia Hendrawan:Stig Bjørlykke1-0/+4
Update the user's guide. svn path=/trunk/; revision=38899
2011-09-01Update my email address (the old one still works but I don't use it for ↵Jeff Morriss1-1/+1
Wireshark related stuff). svn path=/trunk/; revision=38841
2011-08-30Endace ERF channelisation and "New BFS" extension header support, fromGuy Harris1-0/+5
Andrew Kampjes. svn path=/trunk/; revision=38788
2011-08-13Fixed an email address.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38511
2011-08-13From Edwin Groothuis via bug 6179:Stig Bjørlykke1-0/+4
Added Time Shift functionality. From me: Renamed to use "Time Shift" everywhere + some other minor cleanups. svn path=/trunk/; revision=38510
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6157Alexis La Goutte1-1/+1
Add Dissector for HDFS Data svn path=/trunk/; revision=38432
2011-08-09From Allison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6156Alexis La Goutte1-0/+3
Add Dissector for HDFS svn path=/trunk/; revision=38431
2011-08-02From Paul Stath via bug 5731: The check for engineID length should only ↵Chris Maynard1-0/+1
occur if the engineID has a non-zero length. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5731 svn path=/trunk/; revision=38303
2011-07-30From Brian Cavagnolo via ↵Alexis La Goutte1-1/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6173 Update 802.11s packet dissecting to the ratified standard (v12.0) [PATCH 8/9] add support for Root Announcement (RANN) IEs svn path=/trunk/; revision=38281
2011-06-29Update my email address.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=37831
2011-06-22From Xiao Xiangquan: A new dissector for Vuze DHT;Bill Meier1-0/+1
Vuze, called Azureus before, is a great BT client and has a lot of users, while its DHT implementation is different from the official one. From me: New-style dissectors are supposed to to always return "bytes dissected" (not just when tree != NULL); svn path=/trunk/; revision=37755
2011-06-07From Daniel Willmann: Lontalk protocol (EIA-709.1)Bill Meier1-0/+1
Attached is a dissector for the Lontalk protocol (EIA-709.1). This dissector registers as a subdissector of the CN/IP protocol. Some code (mostly definitions) were taken from Bug #2252 (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=4562) From me: minor mostly cosmetic changes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5909 svn path=/trunk/; revision=37599
2011-06-07From Daniel Willmann: dissector for EIA-852 protocol (Component Network over IP)Bill Meier1-0/+5
Attached is a dissector for CN/IP protocol described in EIA-852. It is mainly used to encapsulate and send Lontalk (EIA-709.1) or EIA-600 frames over UDP (or TCP). This dissector can only decode the common header and data frames can be decoded by further dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5907 svn path=/trunk/; revision=37596
2011-06-02Add Michael Chen for his contributions to DTLS.Chris Maynard1-0/+1
svn path=/trunk/; revision=37525
2011-05-31From Roland Knall: openSAFETY dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=37487
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵Sake Blok1-0/+1
info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. (See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446
2011-05-26From Florian Fainelli via ↵Jeff Morriss1-0/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943 : The two patches attached allow the dissection of the Homeplug AV Ethernet MAC management frames between a controlling device and a Homeplug AV Ethernet to PLC adapter. This protocol is pretty similar to the previous generation Homeplug protocol (dissected by packet-homeplug.c) but a couple of noticeable differences make it require its own dissector handler. This dissector is based on the work done by Nicolas Thill, Xavier Carcelle and myself in the Faifa project (https://dev.open-plc.org). The dissector handles the standard Homeplug AV Ethernet MAC management frames (called public) as well as the Intellon specific management frames (vendor). From me: Remove unnecessary global variables. Add to COL_INFO even when !tree. Remove gotos. Remove unnecessary includes. svn path=/trunk/; revision=37403
2011-05-23From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.Chris Maynard1-0/+1
svn path=/trunk/; revision=37370
2011-05-23Clean duplicated contributors.Jakub Zawadzki1-2/+0
svn path=/trunk/; revision=37354