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
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.
heplify -hs HOMER-SERVER -nt udp -bpf 'tcp and (portrange 5060-5090 or port 7443)' -e -l debug -tcpassembly -assembly_debug_log
heplify -hs HOMER-SERVER -nt udp -bpf 'tcp and (portrange 5060-5090 or port 7443)' -e -l debug -sipassembly -assembly_debug_log
heplify -hs HOMER-SERVER -nt udp -bpf 'tcp and (portrange 5060-5090 or port 7443)' -e -l debug -sipassembly -tcpassembly -assembly_debug_log
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:
Hello @CrazyTux heplify should work just fine with TCP so make sure your packets don't have extra encapsulation headers, etc.
If you're not sure, capture a few and look at them in wireshark to reveal the probable cause. You cannot passively sniff proper TLS passively without stealing tokens from the library, so you should use native HEP integrations to do that securely (Kamailio, OpenSIPS, Freeswitch, Asterisk, Drachtio, 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 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: