aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Use value_string_ext fcns to access two value-string arrays;Bill Meier1-1/+1
2010-10-27Fix the reassembly assertion reported in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-8/+9
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-17/+2
2010-04-04packet-ssl-utils.h now includes <stdio.h> itself.Guy Harris1-2/+0
2010-04-04packet-ssl-utils.h uses "FILE *"; at least on Solaris, we need toGuy Harris1-0/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-02-19Ditch the last direct indexed character array.Jaap Keuter1-11/+11
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+3
2009-10-16Another Oops: #include <stdio.h> *is* required .....Bill Meier1-0/+2
2009-10-16dtls_fragment_table never used; Remove it.Bill Meier1-695/+689
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-14/+7
2009-09-14Fix for bug 4008:Jaap Keuter1-2/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portTomas Kukosa1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
2009-05-13Apply some of the patches from:Anders Broman1-8/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+5
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-5/+0
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-11-17- Do not register UDP port 4433. Use dissector_add_handle instead.Michael Tüxen1-2/+2
2008-10-27#if ==> #ifdefBill Meier1-1/+1
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+4
2008-10-16Bugfix from Robin Seggelmann for Certificate Request messages.Michael Tüxen1-1/+1
2008-09-15From Michael Bernhard:Jaap Keuter1-1/+1
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-1/+1
2008-05-05Change depreciated function g_tree_traverse -> g_tree_foreachAnders Broman1-1/+1
2008-02-11A few minor pedantic fixes ....Bill Meier1-1/+1
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