Skip to content

Conversation

@feilongfl
Copy link

@feilongfl feilongfl commented Nov 11, 2024

Load sharkd config by setconf from vsc-webshark.sharkdConfigurations when open webshharkview. This feature can be used to set the protocol.
For example, you can enable usbip protocol by:

"vsc-webshark.sharkdConfigurations": [
        {
            "name": "usbip.tcp.port",
            "value": 3240
        }
    ],

image

@feilongfl feilongfl force-pushed the master branch 3 times, most recently from f835e3f to 5be0eba Compare November 11, 2024 11:33
Load sharkd config from `vsc-webshark.sharkdconf` when open webshharkview.
This feature can be used to set the protocol.
For example, you can enable usbip protocol by:
``` json
"vsc-webshark.sharkdConfigurations": [
        {
            "name": "usbip.tcp.port",
            "value": 3240
        }
    ],
```
@feilongfl feilongfl marked this pull request as draft November 11, 2024 11:35
@mbehr1
Copy link
Owner

mbehr1 commented Jan 26, 2025

@feilongfl first of all sorry for late response! Thanks a lot. It's a nice feature! You did mark it as "draft". Anything you'd like to add/change?

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

Successfully merging this pull request may close these issues.

2 participants