aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
Commit message (Expand)AuthorAgeFilesLines
* Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki2013-07-171-1/+1
* Add ability to export decrypted SSL/DTLS PDUsPascal Quantin2013-06-181-3/+16
* no need for check_col()Martin Kaiser2013-06-121-26/+20
* Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann2013-06-121-5/+5
* From: Hauke MehrtensAnders Broman2013-06-111-10/+148
* Batch of filterable expert infos.Michael Mann2013-06-091-9/+17
* From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2013-05-051-10/+631
* From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus2013-05-051-12/+19
* Report bogus handshake length values with expert info. This includesGuy Harris2013-04-181-45/+88
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-4/+4
* Put items into the protocol tree as we extract them, so that the headerGuy Harris2013-03-241-46/+50
* Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris2013-03-221-6/+6
* From beroset:Anders Broman2013-03-171-1/+1
* [-Wmissing-prototypes]Anders Broman2013-03-161-9/+11
* Pass the same offset to tvb_ensure_bytes_exist and fragment_add.Evan Huus2013-03-021-1/+1
* Trivial: Fix some typos.Chris Maynard2013-02-231-12/+12
* Comment out unused hf[] entries & etc.Bill Meier2013-01-311-2/+4
* revert r46739Martin Kaiser2013-01-081-2/+2
* set the dtls record length for reassembly _before_ adding a fragmentMartin Kaiser2012-12-251-2/+2
* From Dirk:Anders Broman2012-11-161-1/+1
* Move potential dereference until *after* the null-check.Evan Huus2012-09-231-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add data parameter to call_dissector_only.Jakub Zawadzki2012-09-111-1/+1
* Add data parameter to dissector_try_heuristicJakub Zawadzki2012-09-111-1/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss2012-09-071-0/+2
* Recommit:Michael Tüxen2012-08-151-16/+19
* convert GStrings to more "ephemeral friendly" use.Michael Mann2012-08-151-14/+8
* Move registration to a better place.Michael Tüxen2012-08-151-2/+3
* Register DIAMETER/DTLS/SCTP.Michael Tüxen2012-08-141-2/+3
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-4/+4
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Enhance dissection of the NewSessionTicket handshake message.Sake Blok2012-06-171-54/+105
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-4/+4
* Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ...Chris Maynard2012-05-251-0/+4
* https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6906 :pascal2012-05-051-2/+2
* From Martin Kaiser:pascal2012-04-301-4/+4
* Whitespace cleanup: Indentation, trailing, ...Bill Meier2012-04-261-61/+61
* From Robin Seggelmann:Michael Tüxen2012-03-281-1/+27
* From Robin Seggelmann: Add support for the New Session TicketMichael Tüxen2012-03-081-0/+6
* From Robin Seggelmann: Add support for RFC 6520.Michael Tüxen2012-02-261-5/+156
* From Naoyoshi Ueda:Anders Broman2012-02-161-50/+81
* Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 :Jeff Morriss2012-02-101-26/+39
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-061-22/+14
* Fix some duplicate display filter names.Chris Maynard2012-01-191-3/+3
* AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...Bill Meier2011-12-291-0/+1
* AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...Bill Meier2011-12-291-15/+0
* Do whitespace cleanup; Reformat long lines;Bill Meier2011-12-291-290/+315
* Add (what I think are) missing add_new_data_source() calls;Bill Meier2011-12-161-4/+8