-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
listener: add support for multiple protocol sniffers. (#3260)
Previously, TLS Inspector set detected transport protocol to either "tls" or "raw_buffer", however, such approach didn't allow multiple sniffers to be installed at the same time, since they would overwrite results from each other. After this change, protocol sniffers will set detected transport protocol only when they find the one they know about it, and listener will set the default one ("raw_buffer") in case no known transport protocol was found. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
- Loading branch information
1 parent
71623e9
commit eaff271
Showing
5 changed files
with
77 additions
and
3 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
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
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
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
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