aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-52/+22
2013-10-14DTLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208...Michael Mann1-6/+80
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-30fragment_length has already been retrieved from TVBPascal Quantin1-1/+0
2013-08-30From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+4
2013-08-29From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+17
2013-08-29From Hauke Mehrtens:Michael Mann1-204/+97
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-3/+16
2013-06-12no need for check_col()Martin Kaiser1-26/+20
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-5/+5
2013-06-11From: Hauke MehrtensAnders Broman1-10/+148
2013-06-09Batch of filterable expert infos.Michael Mann1-9/+17
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-10/+631
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-12/+19
2013-04-18Report bogus handshake length values with expert info. This includesGuy Harris1-45/+88
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2013-03-24Put items into the protocol tree as we extract them, so that the headerGuy Harris1-46/+50
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+6
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-9/+11
2013-03-02Pass the same offset to tvb_ensure_bytes_exist and fragment_add.Evan Huus1-1/+1
2013-02-23Trivial: Fix some typos.Chris Maynard1-12/+12
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+4
2013-01-08revert r46739Martin Kaiser1-2/+2
2012-12-25set the dtls record length for reassembly _before_ adding a fragmentMartin Kaiser1-2/+2
2012-11-16From Dirk:Anders Broman1-1/+1
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