Skip to content
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

Feature-Request: Add TCP support for HEP3 listen #501

Open
sergey-safarov opened this issue Nov 18, 2024 · 1 comment
Open

Feature-Request: Add TCP support for HEP3 listen #501

sergey-safarov opened this issue Nov 18, 2024 · 1 comment

Comments

@sergey-safarov
Copy link
Contributor

In our installation, we use big INVITE messages (webRTC) and to avoid packet fragmentation we use TCP transport for HEP3 messages.
I found sngrep can parse HEP3 messages via UDP transport but not via TCP.
Please check the attached PCAP file.
hep-tcp.pcap.gz

Wireshark with lua plugin properly parses this.
https://github.com/sipcapture/hep-wireshark

image

@Kaian
Copy link
Member

Kaian commented Nov 19, 2024

Hi!

Yes! The only implemented protocol right now is UDP, so I will consider this a feature request that requires an additional setting (eep_listen_proto) to support a HEP listening socket in TCP.

Thanks for reporting!

@Kaian Kaian changed the title HEP3 cannot be parsed via TCP Feature-Request: Add TCP support for HEP3 listen Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants