aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
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
2006-12-12Update Neil Kettle's address.Gerald Combs1-1/+1
svn path=/trunk/; revision=20121
2006-12-11From Thomas Sillaber:Stephen Fisher1-0/+1
Create two new columns: IP DSCP and L2 COS (802.1p) svn path=/trunk/; revision=20118
2006-12-07From Francesco Fondelli:Stephen Fisher1-0/+1
I defined a range_string struct. It's like value_string but stores range <-> string pairs. Moreover I wrote rval_to_str(), match_strrval_idx() match_strrval() which are behaving exactly as val_to_str(), match_strval_idx() and match_strval(). svn path=/trunk/; revision=20061
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-8/+18
support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses Windows-specific data types, but can be converted to use glib equivalents. Add a few text and whitespace fixups. svn path=/trunk/; revision=20049
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+4
by myself: Corrected patch; epan/column.c and epan/column_utils.c were not included. This one has now been properly tested against a clean checkout of today's code. - New menu option available under view\time display format - New sub-option (e) to -t switch for both wireshark and tshark - Extended recent settings code to handle new value - Did NOT add new explicit epoch time column svn path=/trunk/; revision=20040
2006-11-21Add Japan SS7 variant to list of things I contributed (and verify this whole ↵Jeff Morriss1-1/+1
commit thing works :-)) svn path=/trunk/; revision=19948
2006-11-10From Alex BRonnie Sahlberg1-1/+4
Added support for upcoming Netapp's ONTAP-GX nfsv3 filehandle. Alex. svn path=/trunk/; revision=19875
2006-11-06new acn dissector from Bill FloracRonnie Sahlberg1-0/+4
svn path=/trunk/; revision=19830
2006-10-26update of shaun j's detainsRonnie Sahlberg1-1/+3
svn path=/trunk/; revision=19697
2006-10-11From Patrick vd LagewegRonnie Sahlberg1-0/+1
Hi, This patch impelments a dissect for the SCSI SSC Medium Partition Page. Patrick svn path=/trunk/; revision=19495
2006-10-10From Paolo AbeniRonnie Sahlberg1-0/+1
USB dissector svn path=/trunk/; revision=19480
2006-10-09from Joe BreherRonnie Sahlberg1-0/+1
This patch fixes a transposition of the orders of Set Attribute Number Set Attribute Length In the page oriented get and set attributes CDB parameters format Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2 svn path=/trunk/; revision=19460
2006-09-28From stephen fisher:Ronnie Sahlberg1-0/+1
I have figured out one of the fields in the MAPI EcRRegisterPushNotification packet. The field is a UDP port number that the client wants the Exchange server to send new mail notifications on. These notifications are on a port > 1023 and are always 8 bytes long. It looks like I would add the function name to the dcerpc_mapi_dissectors[] for the register push notification. What would my new function need to do besides display the field? Thanks, Steve Here is a patch to add this functionality. It displays the notification port and the notification payload (not sure what the payload itself means yet). It also dynamically registers each notification port found with a new dissector (that I called newmail for lack of a better name - I'm open to suggestions) that displays the notification payload. This is all undocumented by Microsoft in their usual fashion. I also changed the code to always display the mapi.opnum field; currently, the mapi.opnum is only displayed when the dcerpc_mapi_dissector is null. Steve svn path=/trunk/; revision=19350
2006-09-28From Alex BurlygaRonnie Sahlberg1-0/+1
This patch adds support for dissecting ontap's nfsv4 filehandle, as well as some updates to nfsv3 filehandle as well in the nfs dissector. Alex. checked in with minor changes svn path=/trunk/; revision=19345
2006-09-18From Francesco Fondelli:Jaap Keuter1-0/+1
You find attached a patch file (against svn 19058) to dissect packets produced by the Linux kernel packet generator. svn path=/trunk/; revision=19251