summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2007-08-27Adjusted indentation to align email addresses.Stig Bjørlykke1-15/+15
svn path=/trunk/; revision=22683
2007-08-23From Scott Robinson:Stephen Fisher1-0/+1
Enhancement patch: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1758 This change gives Wireshark the ability to read ATM captures saved by UpTime Select traffic capture. svn path=/trunk/; revision=22612
2007-08-22From Todd J Martin:Stig Bjørlykke1-0/+1
When LACP packets have the actor state or partner state fields set to 0x00, wireshark prints the state like this (note the closing parenthesis): Actor State: 0x00) Since there are no flags set, this fields should be printed like this: Actor State: 0x00 svn path=/trunk/; revision=22594
2007-08-17Added support for 802.1ad and 802.1ah ethernet framesAshok Narayanan1-0/+5
svn path=/trunk/; revision=22541
2007-08-15Fixed a free -> g_freeStig Bjørlykke1-0/+1
Removed a unused hf_ entry From Ian Brumby: - Fixed decoding of 4 character and longer SICs svn path=/trunk/; revision=22512
2007-08-12add IANA port-numbers file as a file named "services", with some minor ↵Ulf Lamping1-0/+2
explanations from me at the top of that file add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file. svn path=/trunk/; revision=22487
2007-07-27From Florent Drouin:Jeff Morriss1-1/+5
- add support of session management for tcap ANSI. (In fact, this support already exist for ANSI MAP subdissector, but as our simulators can reuse the tcap transaction Id, the decoding of the response may be wrong) - move the code related to asn1 in tcap.cnf, and update tcap.cnf - move the code related to the session management in tcap-persistentdata - add a compilation option to free the entry in the hashtable for a closed transaction. This is used only for tshark statistics generation, with huge file. - cleanup and add some comments Add Id tags to epan/tcap-persistentdata.{c,h} svn path=/trunk/; revision=22415
2007-07-23From Marc Petit-Huguenin: this is an update to the STUN2 dissector using theJeff Morriss1-1/+4
last draft, draft-ietf-behave-rfc3489bis-07. Changelog: * My employer is now sponsoring this work, so added a copyright line. * Added a comment for each method/attribute with the RFC/I-D where is it defined, so it will be easier to add new STUN usages. * Removed the SHARED-SECRET method. * Removed the PASSWORD and REFRESH-INTERVAL attributes. * Changed "Response" to "Success Response". * Changed "Error Reason Phase" to "Error Reason Phrase". * Added reassembly for TCP segments on STUN2. * Updated STUN acronym expansion. * Renamed STUN2_ERROR to ERROR_RESPONSE. * Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028. * Display if an unknown attribute is comprehension-optional or comprehension-required. * Reorganized order of attributes in the dissector code. * The message length is now displayed in decimal. svn path=/trunk/; revision=22383
2007-07-20From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1Jeff Morriss1-0/+4
description in Heimdal. svn path=/trunk/; revision=22364
2007-06-24This patch adds RTSE reassembly. The reassembly is done whenGraeme Lunt1-3/+4
receiving a SES MAJOR SYNC POINT, as this indicates the end of the COTP DT Data stream. Previous the RTSE dissector was called when receiving a COTP DT Data fragment with the "last data unit" bit set, but this does not work with messages fragmented in RTSE. Reassembly can be turned off in the preferences. svn path=/trunk/; revision=22176
2007-06-18From Joe Eykholt:Stephen Fisher1-1/+2
- Remove ethertype preference from recently added FCoE dissector Me: - Add Joe to the AUTHORS list - Change previous line in AUTHORS list from @ to [AT] in e-mail address svn path=/trunk/; revision=22133
2007-05-21From Rob Casey a dissector for the KingFisher protocolRonnie Sahlberg1-0/+4
svn path=/trunk/; revision=21869
2007-05-20Môshe van der Sterre:Jörg Mayer1-1/+4
Replace the Interbase dissector by a Firebird/Interbase dissector. Me: Fix warnings about unused parameters Fix warnings about unused variables Fix warning about unused function Fix warning about mixed code and declaration Declare all dissection functions static Remove function declarations and move the switching function down instead. Update AUTHORS file Add $Id$ and email address to file header Fix filename in first comment line svn path=/trunk/; revision=21843
2007-05-02From Tamas Regos (Via Balint Reczey)Luis Ontanon1-0/+4
The attached patch adds ability of of creating radio button, drop-down list and range type preference entries to the Lua plugin. It also fixes a lua compile warning/error in wslua_gui.c. The patch is written by Tamas Regos, he asked me to send it to the list. svn path=/trunk/; revision=21655
2007-04-27From Bingyao Du:Jaap Keuter1-1/+2
Attachment is a patch for adding a new Juniper NSRP dissector. In this patch, OICQ author email address <dubingyao@gmail.com> has also been updated to <secfire@gmail.com>. svn path=/trunk/; revision=21599
2007-04-16From Tuomas Maattanen:Gerald Combs1-0/+1
the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have some bugs. TS Info field should be three bytes long, not two. Suspension Interval field is missing altogether, shifting all other fields by four bytes. Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound are in wrong order. svn path=/trunk/; revision=21450
2007-04-16From Victor Fajardo: update the PANA dissector to draft-15aJeff Morriss1-0/+4
svn path=/trunk/; revision=21447
2007-04-13From Kevin A. Noll via bug 1522:Jeff Morriss1-1/+2
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1522 Support for WLCCP version 0xC1. Also updated his email address in AUTHORS. svn path=/trunk/; revision=21404
2007-04-12From: Balint ReczeyLuis Ontanon1-1/+1
I would like to handle the rare situation of Little Endian encoded IP addresses, so i added a function which reads the address with tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS(). svn path=/trunk/; revision=21397
2007-04-12Additional 802.11k/n support from Dustin Johnson and myself:Gerald Combs1-5/+10
- Break out and display A-MSDUs - HT Control field (currently disabled) - Action No Ack - HT Information IE - HT Capability IE - Block Ack Request - Secondary Channel Offset Tag - Measurement Request Tag - Measurement Report Tag ...along with a bunch of other updates, including displaying the type/subtype as a hex value (first nibble: type, second nibble: subtype). svn path=/trunk/; revision=21391
2007-04-12From Matthijs Mekking : Sebastien Tandel1-0/+4
New dissector support, SHIM6 checked in with the following modifications : - use of proto_tree_add_item whenever possible (addition of several hf_items), - use distinct subtree idx for each subtree, - addition of some subtrees, - split shim_opts in several functions, - accurate incrementation of offset in locator preferences (in case of option length > 3) - add true_false_string for critical options and protocol differentiation (hip, shim6) - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info section added to AUTHORS svn path=/trunk/; revision=21390
2007-04-10From David Kennedy via bug 1464:Jeff Morriss1-0/+4
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1464 Support for Symantec SGS v3 files. svn path=/trunk/; revision=21362
2007-04-03From metatech :Sebastien Tandel1-0/+1
Dissector for the DRDA protocol. This is the protocol used by among others the DB2 database. modify his entry in AUTHORS svn path=/trunk/; revision=21331
2007-03-25From Jon SmirlRonnie Sahlberg1-1/+1
support for usb host/endpoint lists svn path=/trunk/; revision=21180
2007-03-25From Jon SmirlRonnie Sahlberg1-0/+4
support for USB conversations svn path=/trunk/; revision=21179
2007-03-25From Martin SustrikRonnie Sahlberg1-1/+5
New protocol: AMQP svn path=/trunk/; revision=21174
2007-03-22From Shaun JackmanRonnie Sahlberg1-0/+1
Wiretap support to read MPEG files svn path=/trunk/; revision=21112
2007-03-19From Charles Lepple: in a Get Descriptor message, the descriptor indexGuy Harris1-1/+1
comes before the descriptor type. svn path=/trunk/; revision=21061
2007-03-10From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper DaemonJeff Morriss1-0/+4
message dissection. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383 svn path=/trunk/; revision=21016
2007-03-09Fix for bug 1264 from Julian Cable:Gerald Combs1-0/+4
I've refactored the offending code branch and added some comments so hopefully the intent is a bit clearer. The loop termination conditions are now obviously independent of the content on the wire (they were meant to be before, but I admit it was obscure). I've tried using the ephemeral memory routines. Add a check for a maximum fragment count, and bail out of reassembly instead of triggering an ep_alloc exception. Add Julian to AUTHORS. Update the release notes. svn path=/trunk/; revision=21007
2007-03-05Add Dave Butt to the AUTHORS file.Anders Broman1-0/+5
svn path=/trunk/; revision=20975
2007-02-22From Ryan Wamsley: Add Connection Configuration Object support to ↵Bill Meier1-1/+5
EtherNet/IP dissector svn path=/trunk/; revision=20897
2007-02-18Added a DTPT (DekTop PassThrough) dissector.Uwe Girlich1-0/+1
svn path=/trunk/; revision=20839
2007-02-15change of AUTHOR address upon requestLuis Ontanon1-1/+1
svn path=/trunk/; revision=20819
2007-02-13Added Chris Bontje for his work on the DNP3 dissector committed in r14794 ↵Graham Bloice1-0/+4
and 20651 svn path=/trunk/; revision=20803
2007-02-11From Joe McEachern:Stephen Fisher1-0/+1
Attached is a wireshark patch that adds support for decoding DHCP option 125 and the DHCP option 125 suboptions defined by the DSL Forum's TR-111 specification. svn path=/trunk/; revision=20783
2007-02-09Formatting.Michael Tüxen1-6/+6
svn path=/trunk/; revision=20757
2007-02-09Add support for SCTP reassembly from Robin Seggelmann.Michael Tüxen1-0/+4
You must enable this feature via Edit/Preferences/Protocols/SCTP svn path=/trunk/; revision=20756
2007-02-05From Boris MisenovLuis Ontanon1-0/+2
sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in epan/sminmpec.h. This prevents its using in Windows builds of plugins directly. svn path=/trunk/; revision=20720
2007-02-01 Ronnie Sahlberg1-0/+1
Ian Schorr <ian.schorr@gmail.com> Wed, Jan 31, 2007 at 7:24 PM To: wireshark-dev@wireshark.org Hello, Please consider for checkin the following new dissectors, for the FMP protocol. FMP (File Mapping Protocol) is the network protocol basis for EMC's HighRoad (MPFS) technology.  Highroad is used to allow multiple clients to share access to NAS-shared files while allowing clients to directly access data volumes (via, for example, Fibre Channel or iSCSI).  EMC currently uses this technology in our Celerra NAS servers, and we're currently in the process of open sourcing portions of the technology. FMP actually consists of two ONC/RPC-based protocols - the core FMP protocol, and FMP/Notify.  The latter is used as an asynchronous callback to inform clients of status changes, such as lock revocation. We'd like to offer these dissectors to Wireshark users for help in debugging or otherwise troubleshooting MPFS-related problems.  There are still a few minor changes that need to be made ( i.e. a handful of fields that aren't decoded) but the dissector is overall fairly complete and very usable. Let me know if there are questions or feedback, or otherwise if other info is needed (like sample captures, which I don't want to send out to the mailing list). Thanks, Ian Schorr EMC Corporation svn path=/trunk/; revision=20679
2007-02-01From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog messageJeff Morriss1-0/+5
(as generated by the Cisco ITP packet logging facility). svn path=/trunk/; revision=20665
2007-01-28From Kriang Lerdsuwanakij:Luis Ontanon1-1/+13
1 Add ALCAP and NBAP as subdissectors of SSCOP. Previously it only knows about SSCF-NNI and data. (Changes in packet-sscop.c, packet-sscop.h) 2 Add capability for lower layer to force SSCOP to choose a particular dissector. It is passed as "subdissector" field of SSCOP protocol data. This is required because different payload protocol is distinguished by different VPI/VCI. There is no protocol field inside SSCOP frame. (Changes in packet-sscop.c, packet-sscop.h) 3 Make K12xx configuration file supporting the following syntax: C:\k1297\stacks\umts_iub\umts_iub_aal2l3.stk sscop:alcap This says dissect with SSCOP first and then pass to ALCAP. The change is made general, so it supports arbitrary number of protocol, like "proto1:proto2:proto3". Using ":" as separator allow us to expand the syntax further to support parameters like "proto1 param1:proto2 param2 param3". (Changes in packet-k12.c) With above 3 changes together, dissecting Iub traces are correct for control and signaling planes. I am still investigating user plane frames because writing UMTS RLC/MAC protocol dissector is required. The patch and sample .rf file (same as my previous patch) is in the attachment. plus: Add Kriang to the AUTHORS list (and once at it upate my own record) svn path=/trunk/; revision=20580
2007-01-18From Clay Jones: Shomiti wireless packet support.Guy Harris1-0/+4
svn path=/trunk/; revision=20475
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug ↵Jeff Morriss1-1/+4
powerline protocol based on INT51X1 specification. svn path=/trunk/; revision=20459
2007-01-09From Mike Davies:Stephen Fisher1-0/+1
There was a change in Corrigendum 1 (03/2004) to H.248.1 which allows an empty {} to be omitted from the Signal Descriptor. Currently (SVN 20346) this causes Wireshark to report [Packet size limited during capture] as shown in the attached example outputs. I have attached a possible patch to solve this. svn path=/trunk/; revision=20360
2006-12-25From Sake Blok:Stephen Fisher1-0/+1
The attached patch changes the way the ssl-session-id is displayed. Currently it is not shown, only the length is shown like this: Session ID Length: 32 Session ID (32 bytes) To me, it is not useful to repeat the length and omit the ID itself. With this patch the ssl-session-id is shown like this: Session ID Length: 32 Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E... svn path=/trunk/; revision=20212
2006-12-22@ -> [AT]Gerald Combs1-1/+1
svn path=/trunk/; revision=20202
2006-12-21Steve Sommars wanted his work e-mail address removed and his homeGuy Harris1-2/+1
address's entry removed. svn path=/trunk/; revision=20185
2006-12-18From Sebastien Tandel:Stephen Fisher1-0/+1
a little patch against revision 20088 in packet-isis-lsp.c for the following : - hf_isis_lsp_remaining_life declared but unused - replacing a proto_tree_add_uint useless with proto_tree_add_item svn path=/trunk/; revision=20148
2006-12-14From Stig Bjorlykke:Stephen Fisher1-0/+1
I have added a new dissector for DMP (STANAG 4406 Direct Message Profile) as defined in STANAG 4406 Annex E. The DMP protocol has no assigned UDP port number yet, so the default value in this dissector is 0 (I suppose this is som sort of "disabled"?) until we get this registered. The dissector has been tested on OSX Intel/PowerPC and Solaris SPARC. Changes in this patch: * Added DMP dissector * Added a new CRC table and functions in crc16.c * Made NonDeliveryReasonCode and NonDeliveryDiagnosticCode available from X.411 * Made NonReceiptReasonField and DiscardReasonField available from X.420 svn path=/trunk/; revision=20133