aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22Add forgotten update.Anders Broman1-0/+4
svn path=/trunk/; revision=50797
2013-07-12From Matt Texier via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8691 Improvement of previous support of RFC5575 BGP flow spec From me * Enhance and fix some display tree stuff * Add Matt to AUTHORS svn path=/trunk/; revision=50534
2013-07-01From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8832Evan Huus1-1/+2
Support for OSD-2/3 in the SCSI dissector. svn path=/trunk/; revision=50308
2013-06-21Add Uli HeilmeierMichael Mann1-0/+4
svn path=/trunk/; revision=50111
2013-05-31Add UDT dissector. Bug 8741 ↵Michael Mann1-0/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8741) From Chas Williams svn path=/trunk/; revision=49654
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin1-0/+1
SEL RTAC (Real Time Automation Controller) EIA-232 Serial-Line Dissection svn path=/trunk/; revision=49635
2013-05-25From Fabio Tarabelloni via ↵Evan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8387 ZigBee ZCL OnOff cluster dissection. Also, fix decryption of APS commands. svn path=/trunk/; revision=49571
2013-05-25Add Mike Garratt to the list of authors for (at the very least) his ↵Chris Maynard1-0/+1
contributions from bug6645, committed in r46083. svn path=/trunk/; revision=49570
2013-05-20From Marko Hrastovec via ↵Evan Huus1-1/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8579 Dissector for ASTERIX (a radar data and air traffic controller protocol). svn path=/trunk/; revision=49457
2013-05-17From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8643Evan Huus1-1/+1
When a TCP segment contains the end of two or more SSL PDUs, the TCP reassembly code passes that segment up to the SSL dissector multiple times--one for each SSL PDU. The SSL dissector queues the packet for SSL tap listeners each time it is invoked. Therefore a single packet can be processed by SSL tap listeners multiple times. But the tap data that the SSL dissector sends to its tap listeners is a linked list of all PDUs in the packet. The SSL tap listener responsible for populating the Follow SSL Stream dialog did not account for the possibility of seeing a packet multiple times. As a result, it would process the entire linked list of PDUs each time it received a packet, and that would result in some SSL PDUs showing up two or more times in the dialog. This patch fixes the described bug. It also implements a few slight improvements in closely related code. See bugzilla for details. svn path=/trunk/; revision=49387
2013-05-16From Michal Labedzki via ↵Jeff Morriss1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8662 : I want to add last four colours to Profile Bluetooth. This should significantly improve readability - rule is one colour for one protocol/profile. Also take responsibility (in the AUTHORS file) for first three dissectors. svn path=/trunk/; revision=49330
2013-05-11Peter Van EyndeJörg Mayer1-1/+2
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8635 "enhanced WCCP decoder" GRE part of the patch. Me: Reorder values Manually apply the rejected parts of the patch (incompatible whitespace) Fix whitespace inconsistencies of the patch. svn path=/trunk/; revision=49240
2013-05-10From "0xBismarck" via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8573Evan Huus1-0/+1
Dissector for PTP-over-IP (picture transfer protocol). PTP-over-USB also exists but is not identical, so some parts of the dissector are shared for future use. svn path=/trunk/; revision=49221
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-1/+2
[PATCH 1/8] Add a subtree for the random DTLS elements. This is what TLS already does, and it makes more sense than prefixing their display names. [PATCH 2/8] Show the actual hex content of the cookie by just using proto_tree_add_item. The cookie length has its own field, so there's no need to display it twice. [From me] Fix an @ in the AUTHORS file svn path=/trunk/; revision=49172
2013-04-30Add Diederik de Groot to the AUTHORS listJörg Mayer1-1/+1
svn path=/trunk/; revision=49100
2013-04-15Spell Tomasz' surname correctlyPascal Quantin1-1/+1
svn path=/trunk/; revision=48852
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin1-0/+4
Add USBPcap support svn path=/trunk/; revision=48847
2013-04-12From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus1-0/+1
Enhancements to usb scripts to add many more camera models by extracting data from libgphoto2 (which is LGPL). svn path=/trunk/; revision=48831
2013-03-25From Dario Lombardo, Alexander Chemeris and Ivan Klyuchnikovhis viaEvan Huus1-0/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8507 Dissectors for the VRT (VITA 49 Radio Transport) and UHD protocols. From me: modelines and misc trivial cleanups. svn path=/trunk/; revision=48550
2013-03-21From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8489Evan Huus1-0/+1
Dissector for NASDAQ's SoupBinTCP protocol (which is non-trivially different from the old packet-nasdaq-soup dissector). From me: - fix CMake entry - remove C++-style comments - fix SVN Id tag svn path=/trunk/; revision=48452
2013-03-11Add Peter Hatina;Bill Meier1-7/+12
Do a few other minor edits. svn path=/trunk/; revision=48247
2013-03-01From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338Evan Huus1-0/+1
Centralize logic related to per-interface conversations, and expose it for use by class-specific dissectors. Class-specific descriptor dissectors also need to know the interface in whose context they are called to work. This is a prerequisite for a USB Video Class dissector, which needs to decode many class-specific descriptors. svn path=/trunk/; revision=47990
2013-03-01From Sebastiano Di Paola via ↵Evan Huus1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8379 New dissector for the honeypot-feeds protocol. From me: Misc. tweaks to expert info layout and remove a few unneeded initializers. svn path=/trunk/; revision=47962
2013-02-25From Michal Labedzki via ↵Evan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8396 Add Bluetooth HCRP dissector. From me: rename a preference to be a bit clearer. svn path=/trunk/; revision=47878
2013-02-21From Michal Labedzki via ↵Evan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8366 Add support for bluetooth MCAP Protocol. svn path=/trunk/; revision=47804
2013-02-16From Alex Gaertner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8313Evan Huus1-0/+1
New dissector for the SML protocol. svn path=/trunk/; revision=47695
2013-02-01From Gaurav Patwardhan, RFC 6720 - Generalized TTL Security Mechanism (GTSM) ↵Michael Mann1-0/+3
for the Label Distribution Protocol (LDP) Bug 7856 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7856) svn path=/trunk/; revision=47428
2013-01-24Update my email address in AUTHORSBalint Reczey1-1/+2
svn path=/trunk/; revision=47249
2013-01-24From Manuel Hofer: Dissector for the OpenVPN ProtocolBill Meier1-23/+28
As part of a semster project in our 3rd semester of "secure information systems" at the university of applied sciences upper austria, we built a wireshark dissector for the OpenVPN protocol. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8240 From me: Rework reassembly code and tree display of message fragments and reassembled messages. Fix various bugs and do some cleanup. Also: Do minor whitespace changes in AUTHORS. svn path=/trunk/; revision=47247
2013-01-23As requested:Jeff Morriss1-2/+1
https://www.wireshark.org/lists/wireshark-dev/201301/msg00102.html Delete Pavel Roskin (his contribution, in r7183, mentions his name already). svn path=/trunk/; revision=47239
2013-01-23As requested:Jeff Morriss1-1/+1
https://www.wireshark.org/lists/wireshark-dev/201301/msg00101.html Modify Gisle Vanem's email address. svn path=/trunk/; revision=47238
2013-01-23Per Nathan's request on -dev, update this author's e-mail address.Chris Maynard1-1/+1
Ref: http://www.wireshark.org/lists/wireshark-dev/201301/msg00099.html svn path=/trunk/; revision=47235
2013-01-21From Subramanian via ↵Alexis La Goutte1-0/+4
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8109 Add support for Bidirectional Forwarding Detection (BFD) for MPLS Label Switched Paths (LSPs) [ RFC 5884] svn path=/trunk/; revision=47193
2013-01-18From Kaushal Shah via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8021Evan Huus1-0/+4
Experimental and Reserved sub-TLVs from [RFC 3630] From me: use consistent whitespace svn path=/trunk/; revision=47155
2013-01-16From Hendrik Uhlmann via ↵Evan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8185 Support for Underwater Acoustic PDUs in packet-dis.c svn path=/trunk/; revision=47119
2013-01-05From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8089Evan Huus1-0/+1
Dissector for the SEL (Schweitzer Engineering Labs) Fast Message protocol. From me: - use wmem instead of glib to not leak memory - simplify port preference - remove unneeded initializers - modelines - Id tag svn path=/trunk/; revision=46949
2012-12-23From Francesco Fondelli via ↵Alexis La Goutte1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8128 Add TCP Fast Open This patch provides i) support for Shared Use of Experimental TCP Options (draft-ietf-tcpm-experimental-options-03) ii) support for TCP Fast Open (draft-ietf-tcpm-fastopen-02). A new 'TFO=R' string is appended at the column info in case a client sends a SYN packet with a Fast Open Cookie Request. Moreover, if the server responds with a SYN-ACK containing a Fast Open Cookie option a 'TFO=C' is shown (as well as in any subsequent client attempt to send SYN + DATA). tcp.options.tfo display filter can be used in order to easily select the complete TFO three-way handshake. Chrome (and I think also Firefox) has support for client-side TFO. Linux 3.7 got both client and server-side support. svn path=/trunk/; revision=46723
2012-12-12From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158Bill Meier1-0/+4
(with a few minor fixes by me). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8002 major change: reassembling of PNIO fragments (only works if OpenSafty dissector is disabled) minor changes: improved handling of DFP Frames added / updated MRP Block decoding ARServerBlock ARVendorBlock PDInterfaceDataReal PDInterfaceAdjust PDPortStatistic SubdirFrameData corrected display and subblocks added PDIRGlobalData complete dissection decoding of FrameDataProperties and ARTypes updated to conform the STD removed now usuported RTC2 ranges svn path=/trunk/; revision=46522
2012-12-12From Adam Butcher: Add SAKKE support to MIKEY dissectorBill Meier1-0/+2
... adds support for ECCSI signature type, SAKKE payload, MIKEY-TICKET ID Role types (required for MIKEY-SAKKE KMS role identifiers) to the MIKEY dissector. The related specifications are: http://tools.ietf.org/html/rfc6509 MIKEY-SAKKE (http://tools.ietf.org/html/rfc6507 ECCSI) (http://tools.ietf.org/html/rfc6508 SAKKE) http://tools.ietf.org/html/rfc6043 MIKEY-TICKET (ID Role types only) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8080 svn path=/trunk/; revision=46511
2012-12-01From Krishnamurthy Mayya and Nikitha Malgi viaEvan Huus1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8019 Dissection support for PW-OAM messages (RFC 6478). svn path=/trunk/; revision=46311
2012-11-30From Michal Labedzki:Anders Broman1-0/+1
Bluetooth: Add support for HCI USB transport dissector Based on Bluetooth Core 4.0 specification Part of: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5032 svn path=/trunk/; revision=46305
2012-10-24add Alexander Koeppe's ftp contributionMartin Kaiser1-0/+1
svn path=/trunk/; revision=45779
2012-10-22From Tim Hentenaar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7860Evan Huus1-0/+1
Add a dissector for the America Online protocol (not the AIM protocol). From me: always use ENC_NA for FT_UINT8 types. svn path=/trunk/; revision=45731
2012-10-22from Allan M. Madsen:Anders Broman1-1/+4
Add support for HCI 3.0+HS and v4.0, Bluetooth Low Energy. This includes dissection of additional HCI commands and events, Attribute Protocol and Security Manager Protocol. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7872 svn path=/trunk/; revision=45709
2012-10-16Merge AUTHORS entry for Paul Erkkila.Jakub Zawadzki1-4/+1
svn path=/trunk/; revision=45581
2012-10-07From Tomofumi Hayashi via ↵Evan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7806 Update MPLS-Echo to support part of rfc6425. svn path=/trunk/; revision=45369
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