forked from wireshark/wireshark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP: Send binary Continuation Data to Follow Stream
If we shortcut the HTTP header check because the file starts with a non-ASCII character, but we think that it is Continuation Data because we've seen real HTTP in the same conversation, mark the data as file data and send it to the follow tap, just as we would if it failed the more extensive checks for being a header. Deals with cases where desegmentation isn't performed (whether because of prefs, missing packets, bad checksums, etc.) Related to #13918.
- Loading branch information
1 parent
00bfdf4
commit cbe4cd9
Showing
1 changed file
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters