aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29From Bill Parker:Guy Harris1-0/+1
Add some additional memory-allocation failure checks in Lemon. Use NULL rather than 0 as the null-pointer constant in those checks. From me: Catch one more of the NULL-vs-0 cases. Fix some failure messages to use fprintf(stderr, ...) - ErrorMsg() requires a file name and line number, and is generally used if you're going to continue rather than just give up. svn path=/trunk/; revision=45214
2012-09-24From Michal Labedzki:Anders Broman1-0/+1
Add Bluetooth Profile AVRCP. Supported version: 1.5. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7740 svn path=/trunk/; revision=45099
2012-09-24From Michal Labedzki:Anders Broman1-0/+1
Add Bluetooth Protocol AVCTP. Supported version: 1.4. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7675 svn path=/trunk/; revision=45097
2012-09-21From Michal Labedzki:Anders Broman1-1/+1
Add SAP dissector Add Bluetooth Profile SAP. Supported version: 1.1. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7715 svn path=/trunk/; revision=45040
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-0/+1
Make right-click + apply-as-filter work in the packet list for non-ethernet frames (such as ieee 802.11 frames). svn path=/trunk/; revision=44921
2012-09-15From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus1-0/+1
Add get_filter method to Wireshark's Lua interface (to correspond with the already-exposed set_filter method). svn path=/trunk/; revision=44916
2012-09-14From Michal Labedzki:Anders Broman1-0/+1
Bluetooth: minor fix in HID Applied by hand and changed offset to be signed as per WS convention. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44896
2012-09-14From Michal Labedzki:Anders Broman1-0/+4
Add Bluetooth Protocol BNEP. Supported version: 1.0. I changed offset to be an int to follow WS convention.While at it I changed other types to fit the tvb_get routines. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7719 svn path=/trunk/; revision=44894
2012-09-01Add Litao Gao (contribution via bug7673).Chris Maynard1-1/+2
svn path=/trunk/; revision=44728
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-0/+1
Major enhancements to the LLRP dissector. svn path=/trunk/; revision=44621
2012-08-14From Bodo Petermann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7632Evan Huus1-0/+1
Fix dissection of ISUP message Generic Numbers with no digits. svn path=/trunk/; revision=44487
2012-08-13From Tobias Rutz; Minor updates.Bill Meier1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518 svn path=/trunk/; revision=44475
2012-08-13Update my e-mail address.Stephen Fisher1-1/+1
svn path=/trunk/; revision=44470
2012-08-03Adjusted some mail adresses.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=44241
2012-08-02From Richard Stearn: AX.25 "No layer 3" support.Guy Harris1-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. svn path=/trunk/; revision=44228
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+4
Part 1 of the fix for bug 7529. svn path=/trunk/; revision=44202
2012-07-17Add Jacob Nordgren and Rishie Sharma to the list.Anders Broman1-0/+8
svn path=/trunk/; revision=43758
2012-07-10From Ben Bowen:Guy Harris1-0/+1
Add additional named fields for IMAP. svn path=/trunk/; revision=43651
2012-07-09Minor formatting changes: Surround Clement Marrast's e-mail with <> like ↵Chris Maynard1-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. svn path=/trunk/; revision=43626
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