aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19Fix some duplicate display filter names.Chris Maynard1-3/+3
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier1-0/+1
2011-12-29AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...Bill Meier1-15/+0
2011-12-29Do whitespace cleanup; Reformat long lines;Bill Meier1-290/+315
2011-12-16Add (what I think are) missing add_new_data_source() calls;Bill Meier1-4/+8
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();Bill Meier1-2/+2
2011-12-14Fix for bug 6032:Sake Blok1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-11Use intended proto_tree_add_uint() instead of proto_tree_add_item() to fix be...Bill Meier1-2/+2
2011-10-10Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-14/+14
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-06-02From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5983:Chris Maynard1-2/+2
2011-06-01From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=586...Chris Maynard1-0/+57
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-3/+3
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss1-16/+33
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedGuy Harris1-0/+4
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-10/+128
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-2/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-12/+7
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
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