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] TCP Stream Reassembly #6

Open
ghost opened this issue May 21, 2019 · 2 comments
Open

[Feature Request] TCP Stream Reassembly #6

ghost opened this issue May 21, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented May 21, 2019

Hello,

Firstly, thank you for the excellent library, it is clean and easy to use.

One thing I have been looking for is an equivalent of wiresharks 'tcp_dissect_pdus' (see section 9.4.2) that handles TCP packet reassembly.

This may be out of scope of this library, but I thought it wouldn't hurt to ask!

@JulianSchmid
Copy link
Owner

Hi,

Thanks for the praise. I am happy that the library is used by other people and not just me :) .

I would love to have something like this, but currently I don't have enough time to implement it. Maybe in a few months I will have another look at what I implement next.

@andir
Copy link

andir commented Apr 2, 2021

Just a second opinion on this: I also would totally love this feature. No pressure thought.

In my case I am listening to one side of a TCP conversation trying to extract the payload bytes. After some initial hacking I have something that seems to work reasonably well but occasionally gets some hick ups. If I manage to write some tests and get it more reliable I'll try to open a PR.

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

2 participants