You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Introduce a --force option to each protocol subcommand to explicitly specify the protocol without inferring it. This is useful in the following situations:
Protocols that are easily misinferred, such as Redis and MySQL. When we convince the connection we watched is really use the specific protocol, but kyanos infer failed due to some bug, we can specify it forcelly.
Debugging during the development of new protocols.
Describe the solution you'd like
Add an cli option --force
skip protocol infer in kernel when force is specified
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Introduce a --force option to each protocol subcommand to explicitly specify the protocol without inferring it. This is useful in the following situations:
Describe the solution you'd like
--force
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: