aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Move potential dereference until *after* the null-check.Evan Huus1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-15Recommit:Michael Tüxen1-16/+19
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-14/+8
2012-08-15Move registration to a better place.Michael Tüxen1-2/+3
2012-08-14Register DIAMETER/DTLS/SCTP.Michael Tüxen1-2/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-17Enhance dissection of the NewSessionTicket handshake message.Sake Blok1-54/+105
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-4/+4
2012-05-25Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ...Chris Maynard1-0/+4
2012-05-05https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6906 :pascal1-2/+2
2012-04-30From Martin Kaiser:pascal1-4/+4
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-61/+61
2012-03-28From Robin Seggelmann:Michael Tüxen1-1/+27
2012-03-08From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen1-0/+6
2012-02-26From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen1-5/+156
2012-02-16From Naoyoshi Ueda:Anders Broman1-50/+81
2012-02-10Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :Jeff Morriss1-26/+39
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+14
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