aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2004-05-24updated two mail addressesUlf Lamping1-2/+2
svn path=/trunk/; revision=10986
2004-05-24From Tomas,Ronnie Sahlberg1-0/+1
sourcefiles to generate H235 dissector using Tomas's ASN1 to Ethereal compiler svn path=/trunk/; revision=10984
2004-05-23From Matthew Bradley: add an option to control how to display TSAPsGuy Harris1-0/+1
(always as strings, always as raw bytes, or as strings iff all bytes are printable ASCII), and put the destination and source TSAPs into the protocol tree so they can be filtered on. svn path=/trunk/; revision=10978
2004-05-22From Thomas Anders:Guy Harris1-0/+1
- full support for "Wake Up" and "Security Parameter Recovered" messages - full support for IPsec (additionally to SNMPv3) DOI - add descriptive text to the info column (COL_INFO) - proper FT_BOOLEAN type for "Re-establish" and "ACK required" flags - proper item length for "PacketCable" (top-level), "List of ciphersuites" and "Application Specific Data" - minor cleanup svn path=/trunk/; revision=10965
2004-05-22merged differences between this file and doc/ethereal.podUlf Lamping1-1/+7
svn path=/trunk/; revision=10962
2004-05-22sligthly change indentation,Ulf Lamping1-390/+391
so the generated file AUTHORS-SHORTwill look a lot better svn path=/trunk/; revision=10961
2004-05-21Convert to UTF-8: iconv -f latin1 -t utf-8 AUTHORS >AUTHORS.utf-8Jörg Mayer1-8/+8
svn path=/trunk/; revision=10949
2004-05-21Add a missing {Jörg Mayer1-1/+1
svn path=/trunk/; revision=10947
2004-05-21From Thomas Anders enhancements to PacketCableRonnie Sahlberg1-0/+6
svn path=/trunk/; revision=10943
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris1-0/+1
Get rid of no-longer-used AST_FORMAT_MP3. svn path=/trunk/; revision=10906
2004-05-15From Carlos Pignataro: support for MPLS over GRE.Guy Harris1-0/+1
svn path=/trunk/; revision=10904
2004-05-13From Carlos Pignataro: Add MPLS Echo support.Gerald Combs1-1/+6
svn path=/trunk/; revision=10876
2004-05-12From Dominic B�chaz: IEEE 1588 (Precision Time Protocol) support.Gerald Combs1-0/+4
svn path=/trunk/; revision=10857
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-0/+1
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-05-08From Rich Coe: DICOM support.Guy Harris1-0/+4
svn path=/trunk/; revision=10818
2004-05-07From Thomas Anders:Guy Harris1-1/+4
- support vendor-specific DHCP option 43 interpretation per CableLabs standards (for compliant cable devices, identified by option 60) - support DHCP option 122 with all suboptions (RFC 3495: CableLabs Client Configuration; RFC 3594: PacketCable Security Ticket Control) - update DHCP options list: add options 117-122 (see http://www.iana.org/assignments/bootp-dhcp-parameters) - minor enhancements for DHCP options 2, 82 - minor code cleanup svn path=/trunk/; revision=10809
2004-05-06add tcp reassembly to isnsRonnie Sahlberg1-0/+1
also make isns not dump core just because someone has encoded an integer in 0 bytes. still need to add reassembly of fragmented pdus (first fragment/last fragment) but have example captures of that so thats for tomorrow. svn path=/trunk/; revision=10805
2004-05-05From Kendy Kutzner: use the tvb_uncompress() routines instead of the ownOlivier Biot1-0/+1
SLSK decompression routine. svn path=/trunk/; revision=10803
2004-05-05From Jerry Talkington:Olivier Biot1-0/+1
- Helper functions for uncompressing compressed tvbuffers. - Compressed content coding dissection in HTTP. svn path=/trunk/; revision=10799
2004-05-01From metatech:Guy Harris1-0/+1
for the MQ dissector: - PDU desegmentation; - XA messages; - Netbios, SPX, HTTP support; - Subdissector table; dissector for the MQ Programmable Command Formats protocol. svn path=/trunk/; revision=10761
2004-04-30Add a generic media dissector. The dissectors trying to find a suitableOlivier Biot1-1/+2
media dissector for a given media type (value of a Content-Type header) must provide the logic to fall-back to this media dissector upon no match. Note that you must set the pinfo->match_string to the media type name, and if the media type is specified with parameters, then those parameters can be added to pinfo->private_data. If there are no parameters, or the parameter decoding is not implemented, you must set pinfo->private_data to NULL. Known TODOs: - Fix the WSP parameter handling so it accompanies any media dissector. Simplest approach is to retrieve the header field label from the WSP Content-Type field and to search for a semicolon in it (or by using the string length of the content type string representation). - Verify that that subdissection always works in the WSP dissector, even when the protocol tree is not being built. - Implement the media dissector in the remaining dissectors that use the media type string table. svn path=/trunk/; revision=10743
2004-04-29From JBMRonnie Sahlberg1-0/+1
Dissection of the EncryptedFileSystem dce/rpc interface. This dissector also contains a complete and fully tested IDL definition for the entire interface. svn path=/trunk/; revision=10734
2004-04-29From Jerry Talkington: HTTP chunked transfer coding.Olivier Biot1-0/+1
svn path=/trunk/; revision=10733
2004-04-29From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]Gerald Combs1-0/+1
support. svn path=/trunk/; revision=10731
2004-04-28From Carlos Pignataro:Gerald Combs1-0/+6
Graceful Restart Mechanism for LDP [RFC3478] Fault Tolerance for LDP [RFC3479] Update IANA assigned Status codes Fixed some typos. svn path=/trunk/; revision=10718
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris1-0/+1
on Windows. svn path=/trunk/; revision=10717
2004-04-26From Jerry Talkington:Olivier Biot1-1/+1
- Dissect chunked transfer-coded body in HTTP - Update email address svn path=/trunk/; revision=10710
2004-04-22From Shinsuke Suzuki:Guy Harris1-0/+1
- sync ICMPv6 Type number with the official assignment (as of Apr 14 2004) - decode MLDv2 query packet svn path=/trunk/; revision=10659
2004-04-21From Michael Lum:Guy Harris1-0/+1
ANSI and GSM MAP stats enhancements and cleanups; enhanced parameter dissection related to SS for GSM A-interface and MAP; minor GSM SMS fix; GSM SS enhancements for parameter dissection; MTP3 statistics tap. svn path=/trunk/; revision=10655
2004-04-20Update Thierry Pelle's address.Gerald Combs1-1/+1
svn path=/trunk/; revision=10650
2004-04-20From metatech: basic BEA Tuxedo protocol support.Guy Harris1-0/+1
svn path=/trunk/; revision=10647
2004-04-19Update Pasi Eronen's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=10640
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.Guy Harris1-0/+4
svn path=/trunk/; revision=10630
2004-04-15From Dick Gooris: PacketCable support in the COPS dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=10605
2004-04-13From Christian Falckenberg: GPRS SNDCP support.Guy Harris1-0/+1
svn path=/trunk/; revision=10591
2004-04-13From Josef Korelus: GPRS LLC support.Guy Harris1-0/+1
svn path=/trunk/; revision=10590
2004-04-13From Clinton Work: dissect Cisco PID 0x010b as STP (it's actually theirGuy Harris1-0/+1
own modified Per-VLAN STP, so there's some extra stuff at the end of the packet that needs to be decoded). Indicate in a comment in packet-cisco-oui.c what PVSTP is. svn path=/trunk/; revision=10589
2004-04-11From Jon Oberheide: add a missing hf[] entry for a field.Guy Harris1-3/+2
Fix up AUTHORS and the authors list in the Ethereal man page. svn path=/trunk/; revision=10581
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-0/+1
svn path=/trunk/; revision=10555
2004-04-04Love contributed great help to get the heimdal decryption support workingRonnie Sahlberg1-0/+6
(wherein we also discovered an obscure bug inside heimdal itself) Great thanks to Love. svn path=/trunk/; revision=10551
2004-04-03From Chernishov Yury Don't destroy SIP dissector entrys in info column for ↵Anders Broman1-0/+2
application/isup svn path=/trunk/; revision=10549
2004-04-02From Devin Heitmueller: do YMSG desegmentation.Guy Harris1-1/+3
svn path=/trunk/; revision=10540
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toGuy Harris1-1/+3
the Ethereal version. svn path=/trunk/; revision=10522
2004-03-27From Michael Lum:Guy Harris1-0/+1
ANSI IS-801 support; dissect more GSM supplementary services messages and fields. svn path=/trunk/; revision=10503
2004-03-26From Martin Mathieson: SIP statistics tap.Guy Harris1-0/+1
svn path=/trunk/; revision=10493
2004-03-25From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris1-0/+4
support. svn path=/trunk/; revision=10480
2004-03-24Update address.Olivier Biot1-1/+1
svn path=/trunk/; revision=10472
2004-03-23From Yuri Sidelnikov: FTAM support.Guy Harris1-0/+1
svn path=/trunk/; revision=10469
2004-03-23From Jouni Malinen: handle 802.11i RSN IE, and add new status and resultGuy Harris1-0/+1
codes for 802.11i. svn path=/trunk/; revision=10466
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-1/+4
add a few more SNACs. svn path=/trunk/; revision=10450