aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2008-03-27Align some mail addresses.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=24737
2008-03-17Add SMPP statistics by Abhik SarkarJaap Keuter1-0/+1
svn path=/trunk/; revision=24663
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs1-0/+4
This plugin implements a dissector for Infiniband. It is released under the GPL v2. Rather than using say libpcap to capture raw (unframed) IP packets from near the top of an IPoIB stack, this plugin dissects link level Infiniband frames. Infiniband trace files can be read from Endace ERF format trace files, or from libpcap DLT_ERF files containing ERF TYPE_INFINIBAND records. There is currently no native DLT_INFINIBAND in libpcap. Each record contains a hardware timestamp, capture metadata such as port Id, and a complete link level Infiniband frame starting from the Local Route Header. svn path=/trunk/; revision=24628
2008-03-14Attribute Xcsl dissector.Jaap Keuter1-1/+2
svn path=/trunk/; revision=24626
2008-03-14From Hannes Kalber:Gerald Combs1-0/+4
This patch adds some new ENCAP and FILE types for wiretap. It also adds new entries to pcap_to_wtap_map[] to provide a mapping of the new types to some pcap DLTs. svn path=/trunk/; revision=24622
2008-03-13From Hariharan Ananthakrishnan:Gerald Combs1-0/+4
I have added two new display filters to support filtering based on LSP-ID and hostname for ISIS protocol. svn path=/trunk/; revision=24621
2008-03-11From Francesco Fondelli (bug 2349):Stig Bjørlykke1-0/+1
Attached is a patch to export packets data as "C Arrays". I often have the need to [re]send data captured with wireshark using a raw/pf_packet socket. Output format is one char[] per packet, it looks like almost the same as the one produced by "Follow TCP stream". svn path=/trunk/; revision=24604
2008-03-06From Florian Lohoff via ↵Jeff Morriss1-0/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2320 : A new (heuristic) dissector for the RedBack Lawful Intercept Packet header. svn path=/trunk/; revision=24579
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter1-0/+4
Correct protocol name. svn path=/trunk/; revision=24503
2008-02-27From Holger Pfrommer via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2205Jeff Morriss1-0/+8
This is a new dissector plugin for Hilscher analyzer frames. These frames are generated by Hilscher analyzer products and are identified via their unique source MAC address (this is a reserved MAC from Hilscher-range and will never be used by another network device). Most likely these frames are only generated on a virtual network interface or the generating device is attached directly via patch cable to a real network interface, but not routed through a network. The Ethernet-header (destination MAC, source MAC and Length/Type) is not displayed in the protocol tree for these frames as this is overhead-information which has no practical use in this case. Note: This is a heuristic Ethernet dissector which means it gets called for every Ethernet frame. So as to not cause a performance hit for most Wireshark users it has a preference which, by default, disables the dissector. svn path=/trunk/; revision=24495
2008-02-15Add rawshark, a utility that, when given raw pcap-formatted packets andGerald Combs1-0/+4
a list of fields, prints the field values found in each packet. Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http". svn path=/trunk/; revision=24339
2008-02-12Added WLAN Traffic Statistics dialog.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=24310
2008-02-06From Thomas Dreibholz (bug 2248):Stig Bjørlykke1-0/+4
Add a dissector for the Scripting Service Protocol provided as part of the RSPLIB package. RSPLIB is an Open Source implementation of the upcoming Reliable Server Pooling standard. The scripting service is an application for load distribution, based on Reliable Server Pooling. From me: Shorten the protocol name to SSP. svn path=/trunk/; revision=24276
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-1/+5
Added support for Symbian OS btsnoop. The bluetooth HCI layer in Symbian OS can be configured to log all packets to a file. The log format, "btsnoop" is based on the RFC1761 "snoop" format - but differences in the header make it incompatible. The btsnoop format supports logging of these formats: "H1" (raw HCI packets without framing) "H4" (HCI UART packets including packet type header) "H5" (HCI 3 wire UART packets including framing) "BCSP" (HCI bluecore serial protocol including framing) "H1" and "H4" are section numbers in the original v1 bluetooth specifications, but still used colloquially - wireshark's existing support for Linux bluez HCI logs uses the "H4" name. In practice, the "H1" format is used for H5,BCSP and USB HCI logs, as the HCI packet logs are mainly useful for debugging higher layers, bluetooth profiles and bluetooth applications. From me: Deleted some unused prototypes. Mark an unused parameter. svn path=/trunk/; revision=24263
2008-01-29Update my email address.Mike Duigou1-1/+1
svn path=/trunk/; revision=24225
2008-01-28Adding Thomas MorinJaap Keuter1-0/+1
svn path=/trunk/; revision=24214
2008-01-19From Olivier Montanuy (bug 2198):Stig Bjørlykke1-1/+2
Fix the bug related to Option template: - System scope (check that options scope size is == 4, not <= 4) - Interface scope (same) Same fix for fields BytesExported PacketsExported FlowsExported. Also fix some tabulations in a previous patch related to IPv6 Addresses. svn path=/trunk/; revision=24138
2008-01-10From Andy Chu: A dissector for China Mobile Point to Point (cmpp) protocol,Jeff Morriss1-0/+4
it's the SMS protocol used in China. From me: some code cleanup and convert it from a plugin to a regular dissector. svn path=/trunk/; revision=24060
2007-12-29Add preliminary dissector for network protocol used by Microsoft DirectPlay.Stephen Fisher1-0/+1
From Kai Blin via bug #2134. svn path=/trunk/; revision=23968
2007-12-28Corrected a name in AUTHORS.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23963
2007-12-17From metatech:Stephen Fisher1-0/+2
New dissector for RTMP(T) protocol via bug #2078 svn path=/trunk/; revision=23902
2007-12-16Add the magic again...Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23890
2007-12-16From Fulko Hew:Stig Bjørlykke1-0/+7
1/ patches to support the libpcap/SITA format 'WTAP_ENCAP_SITA'. 2/ patches to the LAPB dissector to accept MLP (Multi-link protocol) (although MLP dissection has _not_ been added (yet)). 3/ New protocol dissectors for: a) SITA's WAN layer 0 status header, b) An airline protocol ALC, c) An airline (and other industry) protocol UTS. These patches are submitted as a set since the new protocol dissectors are not useful without the libpcap/SITA related changes, and there is no point in having those changes without the additional dissectors. This fixes bug/enhancement 2016. svn path=/trunk/; revision=23885
2007-12-16From Marton Nemeth:Stig Bjørlykke1-4/+5
Error message when capturing too short WTAP_ENCAP_USB_LINUX type packets contains a copy-paste typo. From me: Fix some addresses in AUTHORS. svn path=/trunk/; revision=23882
2007-11-25Bug 1997 From Timo Teras:Sake Blok1-0/+1
Patch to do the following: 1) Dissect CIE Lists in NHRP Extensions 2) Dissect original NHRP packet in Error Indication 3) Support for Cisco NAT extensions 4) Support for Cisco NHRP Traffic Indication packet svn path=/trunk/; revision=23587
2007-11-24This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok1-1/+10
Wireshark is quit. Temporary coloring filters can be set by: - pressing <ctrl>-<digit> will create a conversation coloring filter based on the addresses of the currently selected packet (order TCP/UDP/IP/Ethernet) This can also be achieved from the "View|Colorize Conversation" menu. - Rightclicking on a packet in the packet-list will give the option to "Colorize Conversation" just as "Conversation Filter" does. - Rightclicking on an item in the packet-detail-list will give the option to "Colorize with filter" which works similar to "Apply as filter" Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>. This patch also adds an item to the above mentioned menu's to add a permanent color filter in the same way. The colors for the temporary coloring rules are now hardcoded as I do not know how to change the color of menu-items and therefore I chose to use icons to show the actual color of each of the ten temporary coloring rules. Is it at all possible to have different menu items in different colors? One other way of solving this is to recreate the icons on the fly after changing the colors. I will have a look into that once it is clear whether I can use different colors within the menu structure. svn path=/trunk/; revision=23560
2007-11-23From Jens Braeuer:Stig Bjørlykke1-0/+4
Added support for Wifi Simple Config aka Wifi Protected Setup From me: Added standard copyright header to packet-wps svn path=/trunk/; revision=23549
2007-11-05Bug 1954 From Mikael Magnusson :Sake Blok1-0/+1
This patch updates the DTLS dissector to be compatible with OpenSSL 0.9.8f in the following ways: * Handle both SSL version number 0xfeff (RFC 4347 and OpenSSL 0.9.8f), and 0x100 (Used by OpenSSL 0.9.8e and earlier) * Reassemble fragmented handshake messages. svn path=/trunk/; revision=23369
2007-11-02Update my email address.Martin Mathieson1-1/+1
svn path=/trunk/; revision=23344
2007-10-05From Andrei Rubaniuk:Stig Bjørlykke1-0/+1
This patch adds support for IMPS 1.3 protocol dissection and also updates IMPS 1.2 protocol to approved release version. From me: - Updated vals_wbxml_public_ids table. - Reindented file. svn path=/trunk/; revision=23078
2007-09-30From Stéphane Loeuillet: patches to fix problems with the .desktop filesGuy Harris1-0/+1
found by desktop-file-validate: wireshark.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path wireshark.desktop: warning: value "GNOME;Application;Network;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" wireshark-root.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated wireshark-root.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path wireshark-root.desktop: warning: value "GNOME;Application;Network;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" svn path=/trunk/; revision=23034
2007-09-17From Martin Peylo:Stig Bjørlykke1-1/+2
- reassembling of fragmented TIPCv2 messages - calling of heuristic subdissectors - multicast upper+lower bound header fields are now shown - corrects few typos in the comments in packet-tipc.c svn path=/trunk/; revision=22889
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson1-0/+4
svn path=/trunk/; revision=22801
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