aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-0/+1
Major enhancements to the LLRP dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44621 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-14From Bodo Petermann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7632eapache1-0/+1
Fix dissection of ISUP message Generic Numbers with no digits. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44487 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-13From Tobias Rutz; Minor updates.wmeier1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44475 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-13Update my e-mail address.sfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44470 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-03Adjusted some mail adresses.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44241 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.guy1-1/+1
Also, [at]ify his e-mail address, and list packet-ax25.c before the packet-ax25-XXX.c dissectors in the file lists. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44228 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-02From Richard Stearn: AX.25 KISS protocol support.guy1-0/+4
Part 1 of the fix for bug 7529. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44202 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-17Add Jacob Nordgren and Rishie Sharma to the list.etxrab1-0/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43758 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-10From Ben Bowen:guy1-0/+1
Add additional named fields for IMAP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43651 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-09Minor formatting changes: Surround Clement Marrast's e-mail with <> like ↵cmaynard1-551/+551
everyone else's and no need to capitalize Clement's entire last name. Convert some spaces to tabs. Remove spaces surrounding " [AT] ", as it seems that initially that's how they were being written. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43626 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-22/+74
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2012-03-02From Tom Bottom and Chris Pane via ↵morriss1-0/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887 : A new dissector for IEEE 1722.1. From me: some code cleanup, including: - Get rid of some unnecessary local variable initializations. - Put all of 1722.1 under one subtree. - Just put if(tree)s in the top-level function rather than scattered throughout. - Remove a couple "set but not used" warnings (a couple are #if'd out). - Don't use deprecated functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41282 f5534014-38df-0310-8fa8-9805f1628bb7
2012-03-01From Francesco Fondelli via ↵alagoutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881 Support for MPLS Packet Loss and Delay Measurement, RFC 6374 Support for MPLS Packet Loss and Delay Measurement, RFC 6374. Any packetformat is supported: DLM, ILM, DM, DLM+DM and ILM+DM. From me : * Prefer proto_tree_add_item when it is possible * add Modelines information git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41260 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)alagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41135 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-22From Lars Ruoff:etxrab1-1/+1
Dissector for Alcatel-Lucent Enterprise Universal Alcatel- and NOE protocol families. Meant as a replacement for existing UA-dissector in trunk because of better feature set: - latest protocol specifiaction - more detailed dissection and filtering possibilities on subprotocols - RTP stream setup - NOE over SIP Lars Ruoff On behalf of Alcatel-Lucent Enterprise https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6844 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41134 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835alagoutte1-0/+4
Patch to add Hazelcast dissector From me : * Fix indent (use tab) * Fix a Clang Warning (about unused offset) * Reorder function * Add Paul in Authors file * Add CmakeFile modification git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41081 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-16From Naoyoshi Ueda:etxrab1-0/+1
Patch to fix DTLS decryption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6847 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41036 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-05From Holger Hans Peter Freyther:etxrab1-0/+4
Begin new dissector for DVB/ETSI IP Data Cast (IPDC) Electronic Service Guide (ESG) dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4178 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40849 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-25Added billyjeans [AT] gmail.com to the authors list. (No known real name.)cmaynard1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40722 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-23Roman Donchenko → Роман Донченкоgerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40665 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-22Google translate suggested a different spelling for Roman's name, so use it ↵cmaynard1-1/+1
instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40646 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-22Added Roman Dontsenko to the authors list for his contribution to fixing bug ↵cmaynard1-0/+1
5687. I did my best with the Cyrillic translation, but for the actual Cyrillic spelling of his name, refer to bug 5687. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40645 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-30Add Gaurav Tungatkar.cmaynard1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40348 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-30Fix formatting issues.stig1-3/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40347 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-23Update/simplify the list of some of the stuff I worked on.cmaynard1-6/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40284 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-22From Naoyoshi Ueda:etxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40273 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-13Fix typomartinm1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40178 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-13From Per Liedberg:etxrab1-0/+5
RoHC dissection improvment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40177 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06- Make a distinction between ethernet padding and an ethernet trailersake1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40108 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03From Michael Sakaluk:jake1-1/+4
This patch adds support to the BGP dissector for RFC 5512 and RFC 5640. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02From Salil Kanitkar:jake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40073 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-28from Shobhank Sharma:etxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40026 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-26From Kari Vatjus-Anttila via ↵alagoutte1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40010 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-25From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modeswmeier1-0/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4912 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40004 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-16Add Jakob Hirsch; Fix bad formatting which screwed up AUTHORS display.wmeier1-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39875 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12From Mariusz Okrój and Sebastien Vincent via ↵alagoutte1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39799 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-31Give Iain Arnell specific credit for various ajp13 enhancements.guy1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39695 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-31From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730alagoutte1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39692 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-31Add BT-DHT to the Author Xiao Xiangquan alagoutte1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39685 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-24Fix Giorgio Tino's e-mail address and change Nessjoen's @ to [AT] like ↵cmaynard1-2/+2
everyone else. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39532 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-19From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6463alagoutte1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39480 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-13From Benjamin Stocks (with some work by Michael Mann): "CIP Motion" dissector;wmeier1-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; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39396 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-12Add Iain Arnell, who contributed ajp13 patches.guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39389 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-11Build the LCS-AP dissector.etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39365 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10From Donnie Savage:etxrab1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39339 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-01Update entry for Stefan Metzmacher re SMB/SMB2 dissector enhancements.wmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39206 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-29From András Veres-Szentkirályi: Added cursor type decoding to MySQL dissectorwmeier1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39188 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-29From Yaniv Kaul: SPICE dissectorwmeier1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39184 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Added Glenn Matthews.stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39133 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Network icons from Elliott Aldrich.gerald1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39116 f5534014-38df-0310-8fa8-9805f1628bb7