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

--read-buffer-size-bytes option seems not working #1

Closed
AlexGogin opened this issue Aug 3, 2018 · 2 comments
Closed

--read-buffer-size-bytes option seems not working #1

AlexGogin opened this issue Aug 3, 2018 · 2 comments

Comments

@AlexGogin
Copy link

I exported json from Wireshark and try to get wiresharm running.
It always gives me the same error, doesn't matter what I put to -b or --read-buffer-size-bytes option.

c:\myfolder>java -jar wiresham-0.2.1-standalone.jar --read-buffer-size-bytes 4096 -p 2324 -w 0.0.0.0 wireshark_export.json
Exception in thread "main" java.lang.IllegalArgumentException: Read buffer size of 2048 bytes is not enough for receiving expected packet from client with

@rabelenda
Copy link
Collaborator

rabelenda commented Aug 3, 2018

Thank you for reporting the bug, we really appreciate it!

We have released https://github.com/abstracta/wiresham/releases/tag/v0.2.2 which should fix reported bug. Please let us know if this solves your problem.

If you find the tool helpful, please feel free to leave an star in the repo.

Regards.

@AlexGogin
Copy link
Author

Yep. It works now. Thank you!
Actually I already work around it by changing the buffer size in source code and recompile it =)

rabelenda pushed a commit that referenced this issue Jun 2, 2022
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