aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
2009-05-13Apply some of the patches from:etxrab1-8/+1
2008-12-19Back out r27047 and r27053.gerald1-0/+5
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-5/+0
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-11-17- Do not register UDP port 4433. Use dissector_add_handle instead.tuexen1-2/+2
2008-10-27#if ==> #ifdefwmeier1-1/+1
2008-10-24Windows build: #include winsock2.h only when needed.wmeier1-0/+4
2008-10-16Bugfix from Robin Seggelmann for Certificate Request messages.tuexen1-1/+1
2008-09-15From Michael Bernhard:jake1-1/+1
2008-06-25Fix some warnings - declare some arguments, variables, and structureguy1-1/+1
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachetxrab1-1/+1
2008-02-11A few minor pedantic fixes ....wmeier1-1/+1
2007-11-05Bug 1954 From Mikael Magnusson :sake1-20/+173
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-06-11Fix include paths.gerald1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1/+4
2007-04-25Use "address_to_str()" to format an address, rather than assuming it'sguy1-4/+2
2007-04-18Pass NULL (instead of proto_) in the last parameter of tap_queue_packet()morriss1-1/+2
2007-04-10- SSL desegmentation supportkukosa1-8/+13
2007-03-24Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.morriss1-102/+102
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placessfisher1-0/+2
2007-03-23fix a lot more warningsulfl1-2/+2
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...kukosa1-52/+17
2007-01-02More ethereal --> wiresharkwmeier1-1/+1
2006-08-26Fix some compiler warnings (some by getting rid of variables unused ifguy1-3/+5
2006-08-25new ssl_dissector_add() function which can be called from another dissectors ...kukosa1-13/+19
2006-08-02from a. samuelsahlberg1-3312/+1610
2006-06-27MSVC doesn't like the conversion from guint64 to double, use gint64 instead (...ulfl1-1/+1
2006-06-27from Authesserre Samuelsahlberg1-0/+3871