aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2012-06-11Remove duplicate entry.Chris Maynard1-1/+0
svn path=/trunk/; revision=43191
2012-06-04From Clement Marrast via ↵Alexis La Goutte1-0/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7260 New dissector for WSE Remote Ethernet protocol From me : * Fix Compilation under linux * Use proto_tree_add_item* * Make build-in dissector * Include Status.* and Codef.* in dissector * Reorder function (to respect Wireshark Codelines) * Add Modelines Info and fix indent (use 4 spaces) * Fix check* tools * Add Clement to AUTHORS svn path=/trunk/; revision=43086
2012-06-03From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7315 :Pascal Quantin1-4/+8
Initial support for the GlusterD RPC-protocol svn path=/trunk/; revision=43023
2012-05-31From Sheetal Kshirsagar and Andrew Williams:Anders Broman1-0/+8
Updating the RPL SRH dissector and implementing RPL Options header dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6986 svn path=/trunk/; revision=42937
2012-05-30Fix make-authors-short.pl warning:Jakub Zawadzki1-5/+5
Use of uninitialized value $nextline in pattern match (m//) at ./make-authors-short.pl line 23, <> line 3660 svn path=/trunk/; revision=42910
2012-05-29From Deepti Ragha:Anders Broman1-0/+5
Additions to the ARP dissector as per the IANA specifications for ARP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7216 svn path=/trunk/; revision=42895
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman1-0/+8
Enhancement to LDP dissector to support changes proposed in RFC6391 - flow aware transport of PW over an MPLS PSN. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7046 svn path=/trunk/; revision=42894
2012-05-24Cleanup AUTHORS file.Jakub Zawadzki1-10/+3
- Merge duplicated entries for: Dominic Bechaz, Holger Hans Peter Freyther - Remove duplicated entry for: Shiang-Ming Huang svn path=/trunk/; revision=42821
2012-05-24From Mayuresh Raut.Anders Broman1-0/+4
Addition of DDMAP TLV and Downstream FEC stack change sub-TLV to DDMAP [RFC 6424] https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7006 svn path=/trunk/; revision=42820
2012-05-03Add Klaus Heckelmann to the list of Wireshark authors for his contribution ↵Chris Maynard1-0/+1
to resolving bug 7221. svn path=/trunk/; revision=42394
2012-04-20From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6843Alexis La Goutte1-0/+1
Add WebSocket Protocol dissector (RFC6455) * Support Base Framing Protocol * Support of major opcode (Text, Binary, Close, Ping, Pong...) * Support of unmask Payload (Client-to-Server Masking) TODO * Add fragmentation support * Add WebSocket Extensions svn path=/trunk/; revision=42163
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+2
From Tom Cook and Tom Alexander. 1. A VWR encapsulation that reads VeriWave capture files (*.vwr) generated from WaveTest test hardware 2. Dissectors that display the VeriWave tap headers (both 802.11 and Ethernet) 3. A dissector for the WaveAgent protocol. The WaveAgent dissector is heuristic and parses the WaveAgent packet (a UDP payload). The WaveAgent dissector has been Fuzz tested. The VWR ENCAP and dissectors have been used extensively by VeriWave customers in a special version of WireSark compiled by VeriWave. svn path=/trunk/; revision=42155
2012-04-17Fix a typo in my nameruengeler1-2/+2
svn path=/trunk/; revision=42109
2012-04-13From Evan Huus: fix memory leak. Fixes bug 7081.Guy Harris1-0/+1
svn path=/trunk/; revision=42057
2012-04-04From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014Alexis La Goutte1-0/+1
Here is a dissector for ActiveMQ OpenWire protocol. A few words about the protocol : OpenWire has two wire formats : - "loose" : more verbose, less CPU-intensive, less network-intensive (1-pass) - "tight" : more compact, more CPU-intensive, more network-intensive (2-pass) This dissector only supports the "loose" syntax, which is not the default. This dissector only supports version 6 of the protocol. It can be changed on the broker in the activemq.xml file by specifying "tightEncodingEnabled=false" : svn path=/trunk/; revision=41919
2012-03-30From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7007 :Jeff Morriss1-0/+1
This patch adds support for the DVB Bouquet Association Table (BAT) from ETSI EN 300 468. With this last patch, the support for the DVB SI table is quite complete. svn path=/trunk/; revision=41836
2012-03-26From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6999 :Jeff Morriss1-0/+1
This patch adds support for the DVB Time Offset Table and the related descriptor. It also contains the Stuffing Descriptor as an added bonus. svn path=/trunk/; revision=41766
2012-03-26From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6998 :Jeff Morriss1-0/+1
This add support for the very simple DVB Time and Date Table (TDT) as defined in ESTI EN 300 468. svn path=/trunk/; revision=41765
2012-03-25From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6993 :Jeff Morriss1-0/+1
This patch adds support for DVB Service Description Table as documented in ETSI EN 300 468. svn path=/trunk/; revision=41756
2012-03-25From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6992 :Jeff Morriss1-0/+1
This patch adds support for DVB Network Information Table as documented in ETSI EN 300 468. The patch also contains additional mpeg descriptors usually found in NIT plus a few minor bugfix for other descriptors. svn path=/trunk/; revision=41754
2012-03-24Add Guy MartinJeff Morriss1-0/+9
svn path=/trunk/; revision=41752
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier1-9/+14
I'm contributing a new dissector for the HART/IP protocol. This protocol is specified by the HART Conformance Foundation (HCF). It is a standard protocol used in the process control industry. It essential wraps the multip-drop serial HART packets in TCP or UDP packets. The standard has been approved by the HCF and has been assigned UDP/TCP port 5094 by IANA. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6961 --This line, and those below, will be ignored-- M AUTHORS M epan/CMakeLists.txt M epan/dissectors/Makefile.common AM epan/dissectors/packet-hartip.c M ui/gtk/main_menubar.c svn path=/trunk/; revision=41644
2012-03-18From Francesco Fondelli via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6966 MPLS-TP Protection State Coordination (PSC) Protocol, RFC 6378 svn path=/trunk/; revision=41635
2012-03-14From Francesco Fondelli via ↵Jeff Morriss1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6946 : Support for DCCP Simultaneous-Open for NAT Traversal, RFC 5596. A new packet format is supported. I did a little code cleanup too. svn path=/trunk/; revision=41543
2012-03-11From Francesco Fondelli via ↵Alexis La Goutte1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6787 Move Y.1711 out of MPLS dissector ITU-T Y.1711 code was "embedded" into the MPLS dissector in 2006. This patch moves it into its own dissector. From me : Fix a Clang warning svn path=/trunk/; revision=41486
2012-03-02From Tom Bottom and Chris Pane via ↵Jeff 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. svn path=/trunk/; revision=41282
2012-03-01From Francesco Fondelli via ↵Alexis La Goutte1-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 svn path=/trunk/; revision=41260
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=41135
2012-02-22From Lars Ruoff:Anders Broman1-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 svn path=/trunk/; revision=41134
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835Alexis La Goutte1-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 svn path=/trunk/; revision=41081
2012-02-16From Naoyoshi Ueda:Anders Broman1-0/+1
Patch to fix DTLS decryption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6847 svn path=/trunk/; revision=41036
2012-02-05From Holger Hans Peter Freyther:Anders Broman1-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 svn path=/trunk/; revision=40849
2012-01-25Added billyjeans [AT] gmail.com to the authors list. (No known real name.)Chris Maynard1-0/+1
svn path=/trunk/; revision=40722
2012-01-23Roman Donchenko → Роман ДонченкоGerald Combs1-1/+1
svn path=/trunk/; revision=40665
2012-01-22Google translate suggested a different spelling for Roman's name, so use it ↵Chris Maynard1-1/+1
instead. svn path=/trunk/; revision=40646
2012-01-22Added Roman Dontsenko to the authors list for his contribution to fixing bug ↵Chris Maynard1-0/+1
5687. I did my best with the Cyrillic translation, but for the actual Cyrillic spelling of his name, refer to bug 5687. svn path=/trunk/; revision=40645
2011-12-30Add Gaurav Tungatkar.Chris Maynard1-2/+7
svn path=/trunk/; revision=40348
2011-12-30Fix formatting issues.Stig Bjørlykke1-3/+7
svn path=/trunk/; revision=40347
2011-12-23Update/simplify the list of some of the stuff I worked on.Chris Maynard1-6/+4
svn path=/trunk/; revision=40284
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