Conversation
new format has the first two fields padded with spaces in addition to separation by tabs
fetch original IANA csv
|
@madmini, You may want to add @aaronjwood as a reviewer. |
i dont seem to have the permission to do that |
|
Pull request commits work perfect. Tested successfully in a local self build, even for SDK 34. Kudos to madmini. |
|
For the time being, just replacing |
|
Works on SDK 35, tested in a local self build |
|
Hello @aaronjwood, is it possible to release a new version with the fix to solve this problem? |
|
Works great! Don't know if it's appropriate to reply under this with instructions, but if desired, I can provide a step-by-step for Debian on how to build a debug with this fix. Very easy to patch and build, assuming the user knows at least the basics with Linux. |
Build instructions would be welcome. Currently android studio complains with:
And when updating gradle causes other build issues:
|
Ok then, I will create a step-by-step in Discussions. It won't be with just Android Studio though. It will be solely on the terminal and will give instructions on how to download and configure everything that's absolutely necessary for a successful build. So maybe it'd be best for someone to setup a quick Debian VM, follow the steps and then dispose the VM after generating the APK. I'll try to make it as easy as possible for users who just know the basic in Linux, but experienced users should be able to adopt around the tutorial if they know what they're doing. Will do it later today or tomorrow probably. |
|
The tutorial is ready in the Discussions page. I also included a release APK (instead of a debug) built and signed by me. You can learn more in the link above. |
Fixes #155.
Wireshark removed the
manufandservicesfiles from their git repo which were used for MAC vendor/OUI resolution and port service name and description lookup, respectively. Fortunately, similar replacements are provided elsewhere.As discussed in #155, Wireshark now hosts a generated file very similar to
manufat https://www.wireshark.org/download/automated/data/manuf.The
servicescites the IANA's Service Name and Transport Protocol Port Number Registry as their original source, with permission from and acknowledgement to the IANA.I have added acknowledgements for both sources to the readme.
Sadly, both replacements do not support
Accept-Encoding: gzip,and progress tracking is somewhat broken for the OUI update (finishes when displaying ~33%) and does not work for the ports update.For this and other reasons, replacements hosted by GitHub or other CDNs would be preferable.