aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Pasi Eronen: support for the PCT record layer, and fixes for aGuy Harris2002-04-111-54/+199
* From Pasi Eronen: add some items for the cipher suites for Microsoft'sGuy Harris2002-04-111-1/+12
* From Scott Renfro: remove unused "pinfo" arguments.Guy Harris2002-04-081-28/+26
* Use the reported length, not the captured length, when iterating throughGuy Harris2002-03-281-34/+90
* Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris2002-02-251-2/+5
* Additional cipher suite names for SSL, from Nathan Neulinger and ScottGuy Harris2002-02-071-1/+4
* add ports for ssl pop, imap, and ldapNathan Neulinger2002-02-021-1/+7
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* "pinfo->desegment_len" is initialized by TCP only if desegmentation isGuy Harris2002-01-171-12/+27
* TCP desegmentation support in SSL, from Scott Renfro.Guy Harris2002-01-041-5/+53
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-39/+39
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Get rid of some unused variables.Guy Harris2001-11-211-2/+1
* Update from Scott Renfro: a simple patch that adds support for FIPSGuy Harris2001-10-161-1/+13
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-4/+4
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-12/+33
* "Cipher", not "Cypher".Guy Harris2001-07-161-2/+2
* Put back the protocol tree fields for items with subtrees - but asGuy Harris2001-07-161-34/+75
* Put various length fields into the protocol tree.Guy Harris2001-07-161-92/+98
* Fix from Scott Renfro - one field had a name beginning with "ss" ratherGuy Harris2001-07-151-2/+2
* SSL/TLS support, from Scott Renfro.Guy Harris2001-07-111-0/+2463