aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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