-
Notifications
You must be signed in to change notification settings - Fork 89
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
Create new branch compatible with Wireshark v2.9 #5
Comments
@xeen3d Thanks for using our tool! |
@xeen3d We looked into it and found out that multiple field names are changed between v2.6 and v2.9 For example
This is causing the issue because in tor_detection and http_website_list, we have used ssl.handshake.extensions_server_name. It will also cause issue for DHCP part. And there can be other such changes which may affect the rest functionality. Quick fix Our plan Hope it helps. Thanks ! |
Hi If I know that the field names was the Problem is not a real big task do some own work is it maybe possible with Lua script find out what shark version was used and make a block of field many thanks Andre |
Hi best Andre |
@xeen3d You are welcome man! The team is happy to know that our tool is able to help you with your work. We will definitely put the version checks in place but it will require significant work and unfortunately, we have our hands full as of now with attackdefense.com. But rest assured, we will roll out next version (with v2.9 compatibility and support for more protocols) in a few days. |
Hi Your Plugin set does a great job and is perfect for live investigation from a small foresic USB Stick. Wireshark and tcpdump can run from a Stick and on newer Windows are netsh is your friend for capturing without install something. (Unix/Linux is never a problem for capturing without installation) Nex Week I try my new Portable WS with your Tools ;-) Don´t misunderstood me I need such tools not every day but some times they are fast and helpful and last better than install a tap and using a second Laptop for sniffing. best Andre |
@xeen3d It is always good to hear about real world experience/requirements of a practitioner. I can completely relate to the issues that one can face while working with licensed analysis solutions. Also, most of analysis tools (especially for Linux) are pretty hard to install and take time. And, then there is one's love towards a specific OS (Linux vs Windows vs MacOS). These were the main reasons to take this universally compatible copy-paste plugins approach. Thanks for the feedback and you will see major code contribution to this repository by end of march 2019. :)
|
Hi And a second enhancement was also cool , a select the packages Button that the plugin have touched for getting result, then I can export that stream (in pcap) for having a evidence. If you would ask me the select button was for me self more important than a new plugin ;-) Many thanks for all your Time you put in such a project Andre |
Hi
first of all very cool Tool.
Second a small issue with Wireshark 2.9 Dev
Lua: Error during loading:
...uzona/.local/lib/wireshark/plugins/web/tor_detection.lua:14: bad argument #1 to 'new' (Field_new: a field with this name must exist)
Hole other Tools working very well only in this script I have the small problem above
maybe Wireshark 2.9 dev or my OS is the Problem or a simple Mistake in script self.
If you have some idea it was Coll otherwise I not use the tor_detection
thanks
Andre
The text was updated successfully, but these errors were encountered: