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