-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
TCP, TLS, WSS - heplify will it work? #310
Comments
Hello @CrazyTux heplify should work just fine with TCP so make sure your packets don't have extra encapsulation headers, etc. |
Thank you for this information. I will investigate with wireshark -- although there should not be anything special going on encapsulation wise. For example an INVITE from a Yealink over TCP. I see decoder.go:
Seems to recognize there is a TCP packet but it never ends up showing at the other side within homer. |
We can't tell without seeing the packet other than confirm TCP/UDP sniffing works for tens of thousands of other setups. |
I am running into an issue where it seems heplify is not processing TCP traffic? I've tried with -tcpassembly and -sipassembly enabled. Also is it possible to process TLS and WSS traffic with heplify at this time? Looking for more information as to what I may be doing wrong.
None of these flags seem to get TCP proto data into homer any and all help is appreciated.
The text was updated successfully, but these errors were encountered: