aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Recommit:tuexen1-16/+19
2012-08-15convert GStrings to more "ephemeral friendly" use.mmann1-14/+8
2012-08-15Move registration to a better place.tuexen1-2/+3
2012-08-14Register DIAMETER/DTLS/SCTP.tuexen1-2/+3
2012-08-10Use val_to_str_const() where appropriate;wmeier1-4/+4
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-125/+206
2012-03-08From Robin Seggelmann: Add support for the New Session Tickettuexen1-0/+6
2012-02-26From Robin Seggelmann: Add support for RFC 6520.tuexen1-5/+156
2012-02-16From Naoyoshi Ueda:etxrab1-50/+81
2012-02-10Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :morriss1-26/+39
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-22/+14
2012-01-19Fix some duplicate display filter names.cmaynard1-3/+3
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...wmeier1-0/+1
2011-12-29AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...wmeier1-15/+0
2011-12-29Do whitespace cleanup; Reformat long lines;wmeier1-290/+315
2011-12-16Add (what I think are) missing add_new_data_source() calls;wmeier1-4/+8
2011-12-16Fix tvb memory leak; Add missing call to add_new_data_source();wmeier1-2/+2
2011-12-14Fix for bug 6032:sake1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-11Use intended proto_tree_add_uint() instead of proto_tree_add_item() to fix be...wmeier1-2/+2
2011-10-10Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-14/+14
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-20From Dirk via bug 6361:stig1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-06-02From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5983:cmaynard1-2/+2
2011-06-01From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=586...cmaynard1-0/+57
2011-05-27Make TVBs opaque for most users.morriss1-3/+3
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :morriss1-16/+33
2011-04-26If HAVE_LIBGNUTLS isn't defined, don't build functions that are usedguy1-0/+4
2011-04-26From Ivan Sy via bug 3343:gerald1-10/+128
2011-04-18Removed some unneeded assignments.stig1-2/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-12/+7
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2010-10-29Use value_string_ext fcns to access two value-string arrays;wmeier1-1/+1
2010-10-27Fix the reassembly assertion reported in https://bugs.wireshark.org/bugzilla/...morriss1-8/+9
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-3/+3
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-1/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-17/+2
2010-04-04packet-ssl-utils.h now includes <stdio.h> itself.guy1-2/+0
2010-04-04packet-ssl-utils.h uses "FILE *"; at least on Solaris, we need toguy1-0/+2
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-02-19Ditch the last direct indexed character array.jake1-11/+11
2010-02-06Renamed some reassembled data texts.stig1-2/+2
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2010-01-13From Didier Gautheron:etxrab1-2/+1