wireshark/epan
Ryan Doyle f24ffb0bcd http2: reassemble entity bodies in data frames
This commit reassembles data frames to build up the full entity body. It does
this for both client/server request and responses. Additionally, it also
decompresses bodies if they have the correct content-encoding header provided
and are not partial bodies.

Bug: 13543
Change-Id: I1661c9ddd09c1f6cf5a08b2b1921f95103aebb52
Reviewed-on: https://code.wireshark.org/review/20737
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-06-22 16:22:59 +00:00
..
compress
crypt Fix airpdcap compilation on Sun 2017-06-11 15:10:41 +00:00
dfilter dfilter: fvt_cache use g_hash_table_new_full() API to prevent some memory leaks 2017-06-01 16:39:00 +00:00
dissectors http2: reassemble entity bodies in data frames 2017-06-22 16:22:59 +00:00
ftypes IPv4/IPv6 display filter fixes and testing 2017-06-20 13:56:28 +00:00
wmem wmem: Ensure callbacks are initialized and not accidentally unregistered 2017-03-05 09:05:10 +00:00
wslua Lua: Add "tonumber" method to NSTime 2017-06-21 23:50:27 +00:00
.editorconfig
CMakeLists.txt Move UI-only stuff out of libwireshark. 2017-04-24 03:38:21 +00:00
Makefile.am List all plugin files for static build 2017-05-27 17:06:02 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRY 2017-06-19 14:33:09 +00:00
addr_resolv.h Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRY 2017-06-19 14:33:09 +00:00
address.h address(.h): fix typo adresses => addresses 2017-06-11 21:31:04 +00:00
address_types.c
address_types.h
afn.c afn(.c): fix indent (align field) 2017-03-12 10:11:00 +00:00
afn.h afn(.h) fix indent 2017-03-12 10:11:28 +00:00
aftypes.c
aftypes.h A bunch of "{Mac} OS X" -> "macOS" changes. 2017-04-05 19:16:22 +00:00
app_mem_usage.c
app_mem_usage.h
arcnet_pids.h
arptypes.h Netlink: update some values used in netlink 2017-03-22 09:51:23 +00:00
asm_utils.c
asm_utils.h
asm_utils_win32_x86.asm
asn1.c
asn1.h
ax25_pids.h
bridged_pids.h
capture_dissectors.c
capture_dissectors.h Put all the capture dissector structures into epan/capture_dissectors.h. 2017-04-21 19:26:33 +00:00
charsets.c Fix SURROGATE_VALUE() to match what RFC 2781 says. 2017-06-16 18:41:00 +00:00
charsets.h
chdlctypes.h
circuit.c
circuit.h
color_filters.c Handle filter open and read errors better. 2017-06-09 22:05:05 +00:00
color_filters.h Put the non-filter part of epan/color_filters.h into wsutil/color.h. 2017-06-10 02:56:31 +00:00
column-info.h
column-utils.c Rename routines to clarify what they do. 2017-04-12 04:56:49 +00:00
column-utils.h
column.c
column.h
conv_id.h
conversation.c Convert conversation hash tables to use wmem. 2017-02-10 13:26:14 +00:00
conversation.h Convert conversation hash tables to use wmem. 2017-02-10 13:26:14 +00:00
conversation_debug.h
conversation_table.c Fix endpoints statistics optional filter parsing 2017-03-31 19:25:20 +00:00
conversation_table.h Switch conversations to use wmem_tree_t instead of (sorted) GSList. 2017-03-06 11:41:54 +00:00
crc6-tvb.c
crc6-tvb.h
crc8-tvb.c
crc8-tvb.h
crc10-tvb.c
crc10-tvb.h
crc16-tvb.c
crc16-tvb.h
crc32-tvb.c
crc32-tvb.h
decode_as.c decode as: Fix small memory leak 2017-04-19 22:27:35 +00:00
decode_as.h Pull all the "load settings" calls into a epan_load_settings() routine. 2017-04-09 22:40:30 +00:00
diam_dict.h
diam_dict.l
disabled_protos.c Fix routine name. 2017-04-09 02:43:26 +00:00
disabled_protos.h Pull all the "load settings" calls into a epan_load_settings() routine. 2017-04-09 22:40:30 +00:00
dissector_filters.c Fix filter for "Next Packet in Conversation" 2017-06-20 20:34:23 +00:00
dissector_filters.h Fix filter for "Next Packet in Conversation" 2017-06-20 20:34:23 +00:00
doxygen.cfg.in
dtd.h dtd: free memory on shutdown. 2017-02-24 15:43:32 +00:00
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l dtd: fix build due to -Wtypedef-redefinition 2017-02-24 19:22:08 +00:00
dvb_chartbl.c
dvb_chartbl.h
dwarf.c dwarf.c: Fix potential too large shift 2017-04-20 23:13:50 +00:00
dwarf.h
eap.h
eapol_keydes_types.h
enterprise-numbers [Automatic update for 2017-06-18] 2017-06-18 08:11:08 +00:00
epan-int.h Make the capture file's interface description filterable 2017-02-09 11:31:59 +00:00
epan.c Don't have epan_dissect_init() return anything. 2017-05-09 16:36:06 +00:00
epan.h Don't have epan_dissect_init() return anything. 2017-05-09 16:36:06 +00:00
epan_dissect.h
etypes.h etypes: Add ETHERTYPE_REALTEK 2017-04-25 09:52:55 +00:00
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c
expert.h
export_object.c Don't duplicate memory for key values when passing into wmem_tree_insert_string. 2017-02-09 00:19:36 +00:00
export_object.h Switch export objects to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:28 +00:00
exported_pdu.c
exported_pdu.h
filter_expressions.c
filter_expressions.h
follow.c Add follow "types" by protocol short name, not filter name 2017-02-16 07:53:49 +00:00
follow.h Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:54 +00:00
frame_data.c
frame_data.h Optimize frame_data layout. 2017-03-31 20:29:37 +00:00
frame_data_sequence.c Fix the calculation of the number of levels in the radix tree. 2017-03-04 04:35:42 +00:00
frame_data_sequence.h
funnel.c
funnel.h
garrayfix.h
geoip_db.c Update Windows binaries to GeoIP 1.6.10 with a local GeoIP_free function 2017-04-14 17:53:09 +00:00
geoip_db.h
golay.c
golay.h
guid-utils.c
guid-utils.h
iana_charsets.c
iana_charsets.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
ip_opts.h Make IP options into a dissector table. 2017-02-23 03:34:30 +00:00
ipproto.c
ipproto.h
ipv4.c
ipv4.h
ipv6.h
lapd_sapi.h
llcsaps.h
media_params.c
media_params.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c Clean up handling of enabled/disabled protocols/heuristic dissectors. 2017-04-08 20:40:08 +00:00
oids.h
oids_test.c
osi-utils.c osi-utils: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-04-04 17:00:49 +00:00
osi-utils.h Fix some dissection errors. 2017-03-31 21:48:25 +00:00
oui.c Update some Cisco URLs. 2017-03-23 04:13:23 +00:00
oui.h Update some Cisco URLs. 2017-03-23 04:13:23 +00:00
packet.c Simplify dissector_try_uint_new(). 2017-04-17 20:47:21 +00:00
packet.h Put all the capture dissector structures into epan/capture_dissectors.h. 2017-04-21 19:26:33 +00:00
packet_info.h
params.h
plugin_if.c pluginIF: Allow en-/disable of elements 2017-03-04 00:56:51 +00:00
plugin_if.h pluginIF: Allow en-/disable of elements 2017-03-04 00:56:51 +00:00
ppptypes.h
prefs-int.h Qt: Provide both file save and open preferences 2017-04-17 10:51:10 +00:00
prefs.c prefs: Avoid empty elements in string lists. 2017-06-01 11:30:25 +00:00
prefs.h Put the non-filter part of epan/color_filters.h into wsutil/color.h. 2017-06-10 02:56:31 +00:00
print.c Refactor JSON output functions 2017-06-16 07:41:27 +00:00
print.h Add support for color xml attributes in psml and pdml formats. 2017-06-12 03:23:38 +00:00
print.ps
print_stream.c print_stream.c: Fix compile error on Windows regression 2017-06-12 06:01:24 +00:00
print_stream.h print_stream: add a new print_line_color() method 2017-06-11 13:36:06 +00:00
proto.c Revert "Temporary debugging hack, the sequel - fewer printouts, flush before crash." 2017-06-18 02:01:17 +00:00
proto.h Add proto_tree_add_item_ret_boolean(). 2017-04-28 01:24:39 +00:00
proto_data.c
proto_data.h
ps.h
ptvcursor.h
radius_dict.l RADIUS: Add dictionary support for format= with BEGIN-VENDOR 2017-06-16 07:42:28 +00:00
range.c
range.h Add SUBOBJECT_INITIALIZER and use it. 2017-06-02 08:30:16 +00:00
reassemble.c Use g_list_prepend, it's more efficient. 2017-01-29 22:52:44 +00:00
reassemble.h Clean up indentation. 2017-01-30 01:17:21 +00:00
reassemble_test.c
reedsolomon.c
reedsolomon.h
req_resp_hdrs.c
req_resp_hdrs.h
rtd_table.c Don't duplicate memory for key values when passing into wmem_tree_insert_string. 2017-02-09 00:19:36 +00:00
rtd_table.h Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:42 +00:00
rtp_pt.h
sctpppids.h
show_exception.c
show_exception.h
slow_protocol_subtypes.h
sminmpec.c [Automatic update for 2017-06-18] 2017-06-18 08:11:08 +00:00
sminmpec.h Add decodes for Gigamon IPFIX information elements 2017-05-06 02:30:05 +00:00
srt_table.c Don't duplicate memory for key values when passing into wmem_tree_insert_string. 2017-02-09 00:19:36 +00:00
srt_table.h Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList. 2017-02-08 14:24:42 +00:00
stat_groups.h
stat_tap_ui.c sharkd: output JSON for new_stat_ API. 2017-05-15 09:16:51 +00:00
stat_tap_ui.h sharkd: output JSON for new_stat_ API. 2017-05-15 09:16:51 +00:00
stats_tree.c stats_tree: fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7 2017-03-11 17:28:58 +00:00
stats_tree.h stats_tree: add cleanup function. 2017-02-07 15:28:15 +00:00
stats_tree_priv.h
stream.c stream: clean up reassembly table. 2017-02-03 02:38:07 +00:00
stream.h
strutil.c Add wmem allocator parameter to format_uri 2017-01-31 17:08:54 +00:00
strutil.h Add wmem allocator parameter to format_uri 2017-01-31 17:08:54 +00:00
t35.c t35: fix conflicting entry in its value_string 2017-04-27 14:59:13 +00:00
t35.h
tap-voip.h
tap.c Rename routines to clarify what they do. 2017-04-12 04:56:49 +00:00
tap.h tap: add cleanup routine. 2017-02-04 13:25:14 +00:00
tfs.c
tfs.h
time_fmt.h
timestamp.c
timestamp.h
timestats.c
timestats.h
to_str-int.h
to_str.c
to_str.h
tpg.c
tpg.h
tvbparse.c
tvbparse.h
tvbtest.c
tvbuff-int.h
tvbuff.c simplify the description of tvb_memeql() 2017-04-07 01:28:47 +00:00
tvbuff.h Have tvb_format_text use wmem_packet_scope() memory. 2017-01-31 06:34:40 +00:00
tvbuff_base64.c
tvbuff_composite.c
tvbuff_real.c
tvbuff_subset.c
tvbuff_zlib.c
uat-int.h sharkd: export uat records. 2017-05-16 04:27:05 +00:00
uat.c Add support for "bool" and "display filter" types for UATs. 2017-06-22 13:07:11 +00:00
uat.h Add support for "bool" and "display filter" types for UATs. 2017-06-22 13:07:11 +00:00
uat_load.l
unit_strings.c [MEGACO] Add tman/sdr as an integer with a unit string. 2017-06-13 20:36:04 +00:00
unit_strings.h [MEGACO] Add tman/sdr as an integer with a unit string. 2017-06-13 20:36:04 +00:00
value_string.c Fix buffer overrun in try_bytesprefix_to_str 2017-03-13 21:46:38 +00:00
value_string.h Fix buffer overrun in try_bytesprefix_to_str 2017-03-13 21:46:38 +00:00
x264_prt_id.h
xdlc.c packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with prefs. 2017-06-08 20:22:33 +00:00
xdlc.h packet-lapd.c: Replace heuristic UDP dissector with "deterministic" one with prefs. 2017-06-08 20:22:33 +00:00