aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2004-06-25Fix automagically generated filters in case of remote login via IPv6.Jörg Mayer1-0/+1
This fix was picked from the source rpm of Suse 9.1. svn path=/trunk/; revision=11234
2004-06-25Updates from Richard v d HoffRonnie Sahlberg1-0/+4
IAX2 updates and a CRC16 routine svn path=/trunk/; revision=11233
2004-06-24Update Gile S email addressRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=11230
2004-06-22add Henrik Brix Andersen as the original author of webbrowser.cUlf Lamping1-6/+9
svn path=/trunk/; revision=11211
2004-06-19From Dennis Lim: add routines used by dissectors for ONC RPC protocolsGuy Harris1-0/+1
to the plugin API. Add them to the list of routines exported from the libethereal DLL on Windows as well. svn path=/trunk/; revision=11186
2004-06-19From Carles Kishimoto: add support for GMPLS extensions, as per the I-DGuy Harris1-0/+1
draft-ietf-ccamp-ospf-gmpls-extensions-12. svn path=/trunk/; revision=11185
2004-06-15From Philippe Mazeau: T.35 codes for Swissvoice.Guy Harris1-0/+1
svn path=/trunk/; revision=11149
2004-06-12From Ainsley Pereira: add a text description PT_CN_OLD.Guy Harris1-0/+1
svn path=/trunk/; revision=11144
2004-06-12From Jean-Baptiste Marchand:Guy Harris1-2/+3
- NetrJoinDomain2 and NetrUnJoinDomain2 (can be used to remotely join a machine to an Active Directory domain, typically with the JOIN and UNJOIN of the netdom utility) - NetrRenameMachineInDomain2 - NetrAddAlternateComputerName and NetrRemoveAlternateComputerName (operations added in Windows XP) All these operations carry a blob (524 bytes) containing an encrypted version of the password of the account with domain administration credentials, currently displayed as hex data because the format of this blob is currently unknown (at least, for me). svn path=/trunk/; revision=11142
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"Guy Harris1-0/+1
and "Decode As" dialogs (so that you can cut down the size of the protocol lists in those dialogs by disabling "uninteresting" protocols). svn path=/trunk/; revision=11132
2004-06-04New protocol : DNPRonnie Sahlberg1-0/+1
From Graham Bloice svn path=/trunk/; revision=11099
2004-06-01From Thomas Anders: MGCP sub-parameter dissectionAnders Broman1-6/+8
Anders Broman: BICC,SIP-T dissection svn path=/trunk/; revision=11063
2004-06-01From Yaniv Kaul: PCT support.Guy Harris1-0/+1
svn path=/trunk/; revision=11051
2004-05-29From Nathan Alger: update the VSA attributes for Juniper andGuy Harris1-0/+1
Juniper/Unisphere routers. svn path=/trunk/; revision=11030
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