-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dump to file? #1
Comments
Thanks! It's a TCP traffic duplicator, it doesn't have knowledge of any protocol higher up, eg. HTTP. At least not today, so yes, that would require quite a lot of effort. |
Hi Carl,
I see. Is the traffic duplicated synchronously or accept and
forward+duplicate?
…On Thu, 16 Apr 2020 at 04.28 Carl Hörberg ***@***.***> wrote:
Thanks!
It's a *TCP* traffic duplicator, it doesn't have knowledge of any
protocol higher up, eg. HTTP. At least not today, so yes, that would
require quite a lot of effort.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXEC3YHSQQTUC6KKZQHSJLRMYRHJANCNFSM4MIZW7AQ>
.
|
Asynchronous
…On Thu, 16 Apr 2020, 03:39 andryan, ***@***.***> wrote:
Hi Carl,
I see. Is the traffic duplicated synchronously or accept and
forward+duplicate?
On Thu, 16 Apr 2020 at 04.28 Carl Hörberg ***@***.***>
wrote:
> Thanks!
>
> It's a *TCP* traffic duplicator, it doesn't have knowledge of any
> protocol higher up, eg. HTTP. At least not today, so yes, that would
> require quite a lot of effort.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
or
> unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAXEC3YHSQQTUC6KKZQHSJLRMYRHJANCNFSM4MIZW7AQ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABL6TV2KPTHSPX4UECBWT3RMZOUPANCNFSM4MIZW7AQ>
.
|
can this be changed into synchronous? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Great project, would it be difficult to add logging/dumping of requests? An option to manipulate/add some headers (like the Host header for Virtual Host) to the destination would be useful too!
The text was updated successfully, but these errors were encountered: