wireshark/epan/wmem
Matthieu Coudron 6bef7ffc89 Improves MPTCP analysis
Adds options that control depth of MPTCP analysis, notably:
- if mptcp_relative_seq is enabled, can display relative MPTCP sequence
  numbers
- if mapping analysis is allowed, can tell in which packets the DSS
  mappings covering this data was sent
- if intersubflow checks are enabled, it can check for retransmissions
  over other subflows

Change-Id: I82b934513c9f16affb60c066a1fbcca234ffc999
Reviewed-on: https://code.wireshark.org/review/12316
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-26 19:15:25 +00:00
..
CMakeLists.txt CMake: Add more structure to libwireshark build 2016-03-01 19:23:39 +00:00
Makefile.am CMake: Add more structure to libwireshark build 2016-03-01 19:23:39 +00:00
Makefile.common Introduces augmented interval trees 2015-11-24 23:02:09 +00:00
Makefile.nmake
wmem.h Introduces augmented interval trees 2015-11-24 23:02:09 +00:00
wmem_allocator.h
wmem_allocator_block.c wmem: don't remove tiny blocks from the recycler 2015-07-17 02:37:13 +00:00
wmem_allocator_block.h
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h
wmem_allocator_simple.c
wmem_allocator_simple.h
wmem_allocator_strict.c
wmem_allocator_strict.h
wmem_array.c wmem: add null-terminator support. 2016-02-22 19:55:33 +00:00
wmem_array.h wmem: add null-terminator support. 2016-02-22 19:55:33 +00:00
wmem_core.c
wmem_core.h
wmem_interval_tree.c wmem: add initializer (CID 1340194). 2015-11-25 21:19:18 +00:00
wmem_interval_tree.h api ref (wmem_interval_tree): fix end of file while inside a group 2016-01-26 09:07:46 +00:00
wmem_list.c Adds wmem_list_find function 2015-12-04 04:00:48 +00:00
wmem_list.h Adds wmem_list_find function 2015-12-04 04:00:48 +00:00
wmem_map.c
wmem_map.h
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_scopes.c store tcp/udp port names in epan scope 2015-07-04 12:21:34 +00:00
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c
wmem_strbuf.h
wmem_strutl.c
wmem_strutl.h
wmem_test.c Improves MPTCP analysis 2016-03-26 19:15:25 +00:00
wmem_tree-int.h Avoid colliding definitions of wmem_tree_t. 2015-11-24 23:41:22 +00:00
wmem_tree.c Introduces augmented interval trees 2015-11-24 23:02:09 +00:00
wmem_tree.h Introduces augmented interval trees 2015-11-24 23:02:09 +00:00
wmem_user_cb.c
wmem_user_cb.h
wmem_user_cb_int.h