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

Reimplement SIP parser #16

Closed
Kaian opened this issue Oct 9, 2014 · 1 comment
Closed

Reimplement SIP parser #16

Kaian opened this issue Oct 9, 2014 · 1 comment
Assignees

Comments

@Kaian
Copy link
Member

Kaian commented Oct 9, 2014

Sngrep sip parser using strings scan is fast but simple and not compliant with any RFC.
Maybe using a library, like libosip[1] could be a nice addition, at the cost of adding an extra dependency.

[1] http://www.gnu.org/software/osip/

@Kaian Kaian self-assigned this Feb 9, 2015
@Kaian
Copy link
Member Author

Kaian commented Feb 9, 2015

I'm going to close this for now.

Right now sngrep does not require to understand SIP protocol.
If we implement some kind of validator, syntax checker, or payload analysis, osip2 parser functions will fit perfectly.

@Kaian Kaian closed this as completed Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant