aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.Guy Harris1-1/+1
svn path=/trunk/; revision=33107
2010-06-04From Holger Freyther via bug 4841:Stig Bjørlykke1-0/+4
Add a new dissector for the NexusWare C7 MTP over UDP/TCP protocol. One of NexusWare's example applications provide a way to forward MTP Level 3 messages via UDP/TCP. This is a dissector for this protocol (which is lacking an IANA assigned port). svn path=/trunk/; revision=33082
2010-06-02From Sven Eckelmann via but 2631:Gerald Combs1-1/+2
The wireless meshing protocol B.A.T.M.A.N. Advanced changed their packet format in such a way that now versions can be identified and so correct dissection of the packets can be supported by wireshark. Since it is a ever moving target it is very possible that the packet format is changing slightly. The dissector was written in such a way that new version can be supported relative easy. I hope that it sufficient for the inclusion in wireshark. I tried to fuzzing it some hours and no error was reported. From me: Initialize our dissector handles. Merge packet-batadv.h into packet-batadv.c. It isn't included anywhere else. Fuzz 500 passes using attached capture files. svn path=/trunk/; revision=33052
2010-06-02From Jim Young via bug 4331:Gerald Combs1-0/+1
This patch adds a new '-S' option to editcap that will rewrite timestamps of packets to insure that the new capture file is in strict chronological order. This option's primary use case is to fixup the occasional timestamps that have a negative delta time relative to previous packet. This feature is related to (but does not depend on) capinfos enhancement submitted in bug #4315 which helps identify tracefiles with "out-of-order" packets. svn path=/trunk/; revision=33042
2010-06-02From Jim Young via bug 4049:Gerald Combs1-0/+1
This patch adds a new '-o' option to capinfos (enabled by default) to report if the packets within a particular capture file are in strict chronological time order or not. svn path=/trunk/; revision=33041
2010-06-01From Michael Bernhard via bug 3398 with minor fixups:Gerald Combs1-0/+4
I've created a ASN.1 dissector for the IEC 61850 Sampled Values protocol. It dissects ethernet frames of the IEC 61850-9-2LE specification form the UCA International User Group. There is also a new TAP for tshark (-R sv) which extracts the important information of the frame and allows to create plots (with external tools) of the sampled values. I've developed under Linux (Ubuntu 8.10) but everything should be in place for successful compilation under Windows. It would be great if this dissector could be included in wireshark. I'm looking forward for your comments. svn path=/trunk/; revision=33039
2010-05-27Add .11s to Sam Leffler's entry. We haven't used Alain Magloire'sGerald Combs1-3/+1
snprintf.c for almost four years. Remove the entry. svn path=/trunk/; revision=32997
2010-05-27From Edgar Gladkich:Gerald Combs1-0/+4
This is an extension to the Wireshark context sensitive protocol help. Rows in TreeView window are analyzed and suitable help file (as HTML) is opened in a browser. The help part (large file, 23 MB) of the Protocol Help can be downloaded under www.inacon.com/dowload/stuff/protocol_help.tar.gz This protocol help "light" provides descriptive content for the most frequently used standard protocols, including IP, TCP or SMTP. From me: Changes: Rename "ph_" in some function names to "proto_help_". Move the protocol help code to its own module. Make a bunch of functions static. Remove unused code. Use browser_open_url() instead of a custom function. Increase the logging levels. Don't clobber the normal log handler. Update some Doxygen comments to match the format in the rest of the code base. Removed GTK version checks. We've been 2.x only for a while. Move ph_replace_string to string_replace() in epan/strutil.[ch]. Fix a bunch of memory leaks. Add a NULL pointer check. Reformat the overview menu label. Document the file format and locations. Add Edgar to AUTHORS. svn path=/trunk/; revision=32995
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-0/+3
Call the various flavors of OS X integration just "OS X integration", not anything with "IGE" in it - it appears that, in some places, "ige-mac-integration" refers only to the older Carbon-based functions, although the library still appears to be called -ligemacintegration. Update the URLs for the information about the OS X integration libraries. Clean up help message for --with-pcap-remote. Clean up white space a bit. Speaking of white space, it's "Mac OS X", not "MacOS X". svn path=/trunk/; revision=32941
2010-05-18Restore blank line before "and by" removed in SVN #32864;Bill Meier1-1/+2
Also: Line up EMail address text for slava. svn path=/trunk/; revision=32876
2010-05-18Add Slava as per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4741#c4Jeff Morriss1-0/+5
svn path=/trunk/; revision=32875
2010-05-18Add Allan M. MadsenKovarththanan Rajaratnam1-0/+3
svn path=/trunk/; revision=32864
2010-05-17Update Robert Hogan's entry to include TN5250Jeff Morriss1-0/+1
svn path=/trunk/; revision=32842
2010-05-17From Torrey Atcitty: IEEE 1722(AVB Transport Protocol) DissectorBill Meier1-0/+6
See Bug #4764 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4764) svn path=/trunk/; revision=32841
2010-05-14From Torrey Atcitty: IEEE 802.1Qat (Multiple Stream Reservation Protocol) ↵Bill Meier1-0/+5
dissector See: Bug #4757: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4757 svn path=/trunk/; revision=32816
2010-05-13From Torrey Atcitty: [Dissector Enhancement] Added new functionality to ↵Bill Meier1-0/+9
existing 1588v2 dissector to also support IEEE802.1AS. svn path=/trunk/; revision=32796
2010-05-13Add Robert Hogan. Also update my entry.Jeff Morriss1-2/+4
svn path=/trunk/; revision=32787
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ↵Bill Meier1-0/+4
packets. svn path=/trunk/; revision=32758
2010-04-30Trivial: Update AUTHORS entry, remove out-of-date comments, minor formattingMartin Mathieson1-1/+1
svn path=/trunk/; revision=32611
2010-04-27From David Bond: TRILL (TRansparent Interconnection of Lots of Links) dissectorBill Meier1-0/+4
svn path=/trunk/; revision=32570
2010-04-21From Chris Maynard:Guy Harris1-0/+1
Support PPP-over-USB. Don't remove the USB pseudo-header from the packet data for Linux USB packets, just byte-swap it if necessary and have the USB dissector fetch the pseudo-header from the raw packet data. Update USB language ID values. svn path=/trunk/; revision=32534
2010-04-21Update Peter Harris' entryJeff Morriss1-0/+1
svn path=/trunk/; revision=32527
2010-04-16From Marcus Renz: Fix for "PTP dissector displays big correction field ↵Bill Meier1-0/+1
values wrong" See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4635 svn path=/trunk/; revision=32499
2010-04-16From Alexis La Goutte:Jaap Keuter1-0/+1
Add support of TCP Packet Mood (TCP Option 25) More information is available in RFC 5841 svn path=/trunk/; revision=32498
2010-04-16From Jens Kilian: VXI-11 (a.k.a. Network Instrument Protocol) dissectorBill Meier1-0/+4
svn path=/trunk/; revision=32494
2010-04-08Add Chuck Kristofek to AUTHORSAnders Broman1-0/+1
svn path=/trunk/; revision=32427
2010-04-06Give David Aggeler credit for the VMLAB dissector (and also for ↵Bill Meier1-1/+5
enchancements to the DICOM dissector). svn path=/trunk/; revision=32394
2010-04-01From Aniruddha A: ANCP (Access Node Control Protocol) Dissector.Bill Meier1-1/+5
see: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4590 From me: A few minor changes: - Make ancp_info a local variable rather than a static global variable; - Use Stats ! ANCP rather than Stats ! ANCP ! Packet Types. svn path=/trunk/; revision=32353
2010-04-01Add Yi Yu (see bug 3543)Jeff Morriss1-4/+8
svn path=/trunk/; revision=32352
2010-03-29Identify Richard Kümmel as the author of the EtherCAT dissector.Bill Meier1-1/+4
svn path=/trunk/; revision=32325
2010-03-28From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerGuy Harris1-0/+1
encapsulation a name different from the no-pseudo-header H4 encapsulation. svn path=/trunk/; revision=32321
2010-03-28From Ben Greear: Update to the LANforge dissector to handle newer protocol ↵Bill Meier1-1/+5
formats. See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4611 From me: - Remove #if 0'd #includes; - Use tvb_reported_length_remaining (instead of tvb_length_remaining) - Other minor cleanup (including whitespace). svn path=/trunk/; revision=32319
2010-03-22(Minor): Add blank line before "and by".Bill Meier1-0/+1
svn path=/trunk/; revision=32268
2010-03-22From Venkateshwaran Dorai: Server/Application State Protocol v1 (RFC 4678 ) ↵Bill Meier1-0/+4
Dissector See: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4584 From me: - Change dissect_sasp_pdu() to return void: tcp_dissect_pdus() ignores any return value when it calls a dissector and thus trying to register/use the dissector as a 'new-style' dissector doesn't work as intended;. - Add some 'expert' messages for invalid SASP Header Type and unknown Message Type. - Use consistent indentation & cleanup whitespace; - (A few other minor changes). svn path=/trunk/; revision=32266
2010-03-18From Hadar Shoham: Bootp option 61Bill Meier1-0/+1
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4583 svn path=/trunk/; revision=32232
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used inUwe Girlich1-0/+1
(real and simulated) BMW cars for all kinds of gadget communication. My plugin only dissects the high level infrastructure and not any particular messages. It uses a heuristic dissector to detect INTERLINK packets. svn path=/trunk/; revision=32202
2010-03-13From Hilko Bengen: support capturing from UNIX-domain sockets.Guy Harris1-0/+1
Update a comment. svn path=/trunk/; revision=32177
2010-03-06From Francesco Fondelli:Jaap Keuter1-0/+6
add support for ERROR_STRING IF_ID TLV (see RFC 4783) add support for generalized label interpretation: SUKLM format for SONET/SDH label (RFC 4606), t3t2t1 format for G.709 ODUk label (RFC 4328), G.694 format for lambda label (draft-ietf-ccamp-gmpls-g-694-lamb da-labels-05). Add related user preference option. svn path=/trunk/; revision=32127
2010-02-28From Erwin van Eijk:Anders Broman1-0/+5
Add ETSI ts101671 dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543 I added dissection of UmtsQos, IMSevent, LDIevent, TARGETACTIVITYMONITOR-1 TARGETACTIVITYMONITORind, TARGETCOMMSMONITORind, TTRAFFICind, CTTRAFFICind And used the original HI2Operations ASN1 file.l svn path=/trunk/; revision=32053
2010-02-23Add Yves Geissbuehler.Gerald Combs1-0/+4
svn path=/trunk/; revision=31952
2010-02-07From Tobias Erichsen:Anders Broman1-0/+4
AppleMIDI - dissector for lightweight session protocol used in Apple network MIDI. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4455 svn path=/trunk/; revision=31814
2010-02-03Change author attribution as per ↵Jeff Morriss1-1/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732#c13 . Add an AUTHORS entry while we're at it. svn path=/trunk/; revision=31779
2010-01-29From Jan Gerbecks via bug 4440:Stig Bjørlykke1-0/+3
Added support for PNRP. From me: Fixed printing of Classifier (unicode). Put some space in comments. svn path=/trunk/; revision=31732
2010-01-24From Alexis La Goutte via bug 4418:Stig Bjørlykke1-0/+1
Aruba Wireless Controller support a Remote Monitoring of Access Point The code is based en HP ERM/Cisco ERSPAN dissectors svn path=/trunk/; revision=31645
2009-12-08Update my AUTHORS entry with a few new itemsStephen Fisher1-0/+3
svn path=/trunk/; revision=31199
2009-12-08Forgot to add Felix to the AUTHORS file in commit 31196.Stephen Fisher1-0/+1
svn path=/trunk/; revision=31197
2009-12-05Update AUTHORS for Ravi Kondamuru.Bill Meier1-1/+4
svn path=/trunk/; revision=31180
2009-11-20-G -> -JJörg Mayer1-0/+1
-d -> -j Update AUTHORS svn path=/trunk/; revision=31037
2009-10-27From Francesco Fondelli:Anders Broman1-0/+2
RSVP extensions for G.709 Optical Transport Networks Control, RFC 4328 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4148 With some changes from me: -(readme.developer:" Furthermore, 'display' field must be ORed with 'BASE_RANGE_STRING' (e.g. BASE_DEC|BASE_RANGE_STRING)." - Prefix headerfields with hf_ - Remove check_col svn path=/trunk/; revision=30727
2009-10-24From Robert Simac via bug 3470:Stig Bjørlykke1-0/+1
Add the missing ndmp v4 messages, namely the: NDMP_CONFIG_GET_EXT_LIST NDMP_CONFIG_SET_EXT_LIST This may serve as the 1st step into actual extensions (Snapvault etc) dissector implementation. svn path=/trunk/; revision=30684