Project

General

Profile

Task #3559

Updated by Victor Julien about 4 years ago

In HTTP we can deal with GAPs in various ways 

 # if there is a content length set and we are in the body parsing, we can simply skip this part of the body. For file extraction the SMB parser can serve as an example 
 # it would be useful to be able to communicate the CL to the stream engine so we might know where the next record/tx starts. 
 # bruteforce search for the next record/tx as a fallback

Back