aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Bug 1954 From Mikael Magnusson :Sake Blok1-20/+173
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-06-11Fix include paths.Gerald Combs1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+4
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sGuy Harris1-4/+2
2007-04-18Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()Jeff Morriss1-1/+2
2007-04-10- SSL desegmentation supportTomas Kukosa1-8/+13
2007-03-24Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.Jeff Morriss1-102/+102
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placesStephen Fisher1-0/+2
2007-03-23fix a lot more warningsUlf Lamping1-2/+2
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa1-52/+17
2007-01-02More ethereal --> wiresharkBill Meier1-1/+1
2006-08-26Fix some compiler warnings (some by getting rid of variables unused ifGuy Harris1-3/+5
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...Tomas Kukosa1-13/+19
2006-08-02from a. samuelRonnie Sahlberg1-3312/+1610
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead (...Ulf Lamping1-1/+1
2006-06-27from Authesserre SamuelRonnie Sahlberg1-0/+3871