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

Unpacking SCCP #376

Open
glaslos opened this issue Jul 18, 2017 · 0 comments
Open

Unpacking SCCP #376

glaslos opened this issue Jul 18, 2017 · 0 comments

Comments

@glaslos
Copy link
Contributor

glaslos commented Jul 18, 2017

I'm currently looking into handling sccp (skinny) traffic using dpkt. It mostly work (will send some fixes later) but I run into a more complicated issue: You can send multiple sccp messages in a single TCP packet. The current interface only supports a single sccp packet per tcp packet. Have you had similar situations with other protocols? Any recommendation on how to solve this issue?
Maybe something along the lines of SCCP(dpkt.Packet) returns an object with a member packets which is a list of SCCPacket objects which is the original SCCP object?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant