Ask Your Question
0

Update offline

asked 2024-04-12 11:40:44 +0000

Dear,

We use Wireshark on many of our Automation Network computers. However, due to security reasons, all these devices are offline and therefore cannot update automatically?

Is there a way to configure the update path to an internal network drive instead of to the Internet.

This way we could download the latest update (with a script automatically??) on one server which is connected to the Internet and get the updates from that server. Similar to Windows WSUS and McAfee ePO updates.\

Ps: If this is not the case; how can I create a feature request?

KungFuPanda19

edit retag flag offensive close merge delete

Comments

Can't you manage updates through whatever other automation solution you have, e.g. for OS updates?

grahamb gravatar imagegrahamb ( 2024-04-12 13:18:36 +0000 )edit

No, not that I know of.

KungFuPanda19 gravatar imageKungFuPanda19 ( 2024-04-16 10:17:11 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2024-04-12 12:19:32 +0000

Chuckc gravatar image

Update path is set in ui/software_update.c:

    switch (chan) {
        case UPDATE_CHANNEL_DEVELOPMENT:
            chan_name = "development";
            break;
        default:
            chan_name = "stable";
            break;
    }

There doesn't seem to be a current issue to add a "local server" path so please open an enhancement request.
Opening Gitlab issue

Notes:
WSUG: 2.8. Updating Wireshark
17728: Latest available version of Wireshark isn't detected by "Check for Updates...
17444: Automatic updates - appcast files on update server

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2024-04-12 11:40:44 +0000

Seen: 81 times

Last updated: Apr 12