Check for an infinite loop while processing cipher suites. Fixes bug 1582.
[metze/wireshark/wip.git] / epan / dissectors / packet-ssl.c
2007-05-03 Gerald CombsCheck for an infinite loop while processing cipher...
2007-05-02 Guy HarrisCheck for read failures, and report them (and don't...
2007-04-25 Guy HarrisUse "address_to_str()" to format an address, rather...
2007-04-25 Tomas Kukosafread() return value can not match file size on Windows...
2007-04-23 Stephen FisherFrom Paolo Abeni:
2007-04-20 Sebastien Tandelget rid of some unused parameters in process_ssl_payload
2007-04-18 Jeff MorrissPass NULL (instead of proto_) in the last parameter...
2007-04-14 Stephen FisherFrom Sake Blok:
2007-04-13 Stephen FisherFix unused variable warning when neither SSL_DECRYPT_DE...
2007-04-12 Sebastien Tandelset unused parameters flags to fiw some gcc warnings
2007-04-10 Richard van der... From Sake Blok:
2007-04-10 Tomas Kukosa- SSL desegmentation support
2007-03-24 Stephen FisherFix mess with ssl_version_short_names[] being defined...
2007-03-21 Martin MathiesonSquash a couple of warnings.
2007-01-26 Tomas KukosaTLS 1.0/1.1 just ignores unknown records - RFC 2246...
2007-01-26 Bill MeierA few more ethereal --> wireshark
2007-01-18 Guy Harrisguint32 requires %[doxu], not %l[doxu]. (We don't...
2007-01-12 Tomas Kukosaignore ssl_desegment_app_data preference till desegment...
2007-01-12 Tomas Kukosaprepare SSL dissector for similar desegmentation as...
2007-01-04 Tomas Kukosa- new ssl_set_master_secret() which can set master...
2007-01-02 Bill MeierMore ethereal --> wireshark
2006-12-30 Stephen FisherFix for bug #1132:
2006-12-28 Tomas Kukosadebug improvements
2006-12-25 Stephen FisherFrom Sake Blok:
2006-12-11 Martin MathiesonRemove \n from long preference description
2006-12-11 Martin MathiesonTry to fix build (on Linux at least...) by including...
2006-12-11 Tomas KukosaSSL keys configuration can be read from file
2006-11-30 Jaap KeuterFrom Martin Warnesi:
2006-11-30 Stephen FisherAllow the sub-dissector to be called for decrypted...
2006-11-19 Stephen FisherFix for bug #1126. In the SSL dissector, don't just...
2006-11-04 Ronnie SahlbergFrom SF
2006-10-17 Tomas Kukosadebug trace at beginning of each packet
2006-10-08 Jaap KeuterFix for bug 1153, typos in debug output
2006-09-24 Guy HarrisSquelch a compiler warning.
2006-08-30 Tomas Kukosadisplay Random as a single item with two subitems
2006-08-29 Tomas Kukosaget rid of few warnings
2006-08-28 Tomas Kukosa- new function ssl_dissector_delete()
2006-08-25 Tomas Kukosanew ssl_dissector_add() function which can be called...
2006-08-07 Gerald CombsAdd GNUTLS to the Windows build.
2006-08-02 Ronnie Sahlbergfrom a. samuel
2006-07-01 Ronnie Sahlbergminor indentation changes
2006-06-29 Ronnie Sahlbergssl update register protocols with a decryption...
2006-06-29 Ronnie Sahlbergmake the three decryption preferences only be visible...
2006-06-28 Ronnie Sahlbergcoverity 200 remove redundant null tests for pinfo->fd
2006-06-28 Ronnie Sahlbergcoverity 199 remove a pointless test for NULL for...
2006-06-28 Ronnie Sahlbergcoverity 198
2006-06-27 Ronnie Sahlbergmake the called subdissectors create their protocol...
2006-06-27 Ronnie Sahlbergfrom Authesserre Samuel
2006-06-20 Anders BromanFrom Albert Chin:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-05-03 Anders BromanFrom Paolo Abeni:
2006-04-26 Jörg Mayerauthesserre samuel <sauthess@gmail.com>:
2006-02-17 Jörg MayerPaolo Abeni:
2006-02-14 Gerald CombsMake sure SSL_DEBUG_USE_STDERR is always defined.
2006-02-14 Jörg MayerPaolo Abeni:
2006-02-13 Jörg MayerPaolo Abeni
2006-02-11 Jörg MayerPaolo Abeni:
2006-02-10 Anders BromanFrom Paolo Abeni:
2006-02-08 Jörg MayerPaolo Abeni:
2006-02-07 Anders BromanNewlines in preference comments causes problems in...
2006-02-07 Jörg MayerPaolo Abeni:
2006-02-06 Guy HarrisFrom Paolo Abeni: fix some warnings, etc..
2006-02-05 Jörg MayerBuildbot found:
2006-02-04 Jörg MayerPaolo Abeni
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-03 Anders BromanFrom Mike Duigou:
2005-04-18 Gerald CombsMore gratuitous tvb_ensure_bytes_exist()ing. One of...
2005-03-06 Guy HarrisFrom Yaniv Kaul: show the protocol name in every record.
2005-02-02 Anders BromanFrom Jon Ringle:
2004-12-26 Guy HarrisFrom Jouni Malinen: use a length field from the packet...
2004-12-26 Guy HarrisFrom Jouni Malinen: dissect TLS extensions (RFC 3546...
2004-12-01 Guy HarrisFrom Yaniv Kaul: adds LZS as a compression method,...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-08-02 Ronnie SahlbergFrom Yaniv Kaul:
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.