-
Notifications
You must be signed in to change notification settings - Fork 7
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
Optional TCP MSS option (--tcpmss) #1
Conversation
…r Quantil filtering
Also, any thoughts on making it an option to set the MSS to an arbitrary value? I figure the objective is to blend to make surveys more accurate rather than to allow a user to fully customize the packet (and that can become a very slippery slope ...) so I decided not to make the MSS value customizable |
@mzpqnxow I'm so sorry I wasn't, for some reason, watching this repository :-/ I'll look at your PR ASAP. |
I have a request (I can take care of it if you want): could you amend your commits to remove unneeded changes (like spaces / newlines in |
1a3cabb
to
4bc76eb
Compare
Hey, sorry for the slow response- not sure if you already made the changes yourself but I think I cleaned up what you were referring to |
I did some more fixes in Thanks for this contribution! |
Great, thanks- and apologies, that whitespace wasn't deliberate- I actually had a hard time spotting it at first, even after you pointed it out- good eye, though I guess it stands out when you try to merge/sync with upstream Also, thanks for merging, you've become my official upstream, though I'm not (yet) a user of IVRE |
If you are a user of the If you do not use IVRE to parse the results, you may have useless values, for example, with SSH servers. Having users of this project who don't use IVRE was not my target, but if you tell me what your issues are, we'll do our best to help you. |
There was a discussion about this a while back (robertdavidgraham#326) and I ended up needing to add this for a few specific networks that appear to be deliberately dropping packets without TCP options. This is open upstream as robertdavidgraham#646
Please feel free to rework it into something a little bit neater if you do want to merge it