Git Product home page Git Product logo

Comments (15)

0xvividmirage avatar 0xvividmirage commented on July 28, 2024 1

I just wanted to know if there is a plan. Good to know that a plan exists to eventually have a Windows and Linux version. :)

from orchid.

saurik avatar saurik commented on July 28, 2024 1

I think the Orchid Labs marketing people put together some documentation for the current -- which I say as this is not at all how it will work when it finishes being integrated with the apps (the entire concept of the configuration file I have is a temporary hack, and this client daemon was never really intended for use: but you are always welcome to do so anyway!) so it always seems like a waste to try to document it in the codebase... -- Orchid client daemon (I wouldn't call it a "CLI"; "cli" in the codebase is short for "client", not "command line interface"); I'm only finding the documentation for Windows, but I believe it should be fully identical. https://blog.orchid.com/orchid-is-now-available-in-beta-for-windows-command-line/

from orchid.

saurik avatar saurik commented on July 28, 2024 1

@wyphan Yeah: just ignore the TAP discussion. The usage of xDai is just driven by the configuration file (which is really dumb; like, I temporarily had the switch between the contracts to be "orchid" vs. "orch1d" and it stuck as I intend to replace how that file works anyway).

And oh... I thought PatN had decided to code a thing that let you export full configurations from the app, not merely accounts, but those instructions are having you fill in the account into a template for the hop. Huh. Ok, so the way to get an xDai hop is: {"protocol": "orch1d", "curator": "partners.orch1d.eth", "chainid": 100, "currency": "DAI", "rpc": "https://rpc.xdaichain.com/", "funder": "...", "secret": "..."}.

(The errors in this log are because the Cloudflare JSON/RPC endpoint doesn't work very well :(. But I think it retried and recovered from that; I could easily see the behavior you just pasted happening due to "out of money".)

from orchid.

saurik avatar saurik commented on July 28, 2024

@davidpgil There are definitely "plans" (oh but how I hate that word, as it doesn't imply anything about whether said plans are realistic! "man plans, god laughs", "the best laid plans of mice and men", etc. so let's talk of "progress", not merely "plans" :D) to make both a Windows and a Linux app: you can even see the folders app-linux and app-windows in our codebase ;P. (The apps even run, and even look like the macOS app! They simply don't do anything useful as far as actually controlling the VPN yet... will happen: "progress" is being made.) I will leave this issue open as a tracking issue (but if it actually gets a lot of comments I'll probably lock it, as this seems more like it would make a better community forum post--if such a thing existed--than a developer issue).

from orchid.

wyphan avatar wyphan commented on July 28, 2024

@davidpgil Linux CLI version is available starting with release 0.9.5
@saurik Is it possible to include some instructions/tutorial on how to use it (say, on the wiki or as a README file)?

from orchid.

jenszo avatar jenszo commented on July 28, 2024

Awsome, love to give that a try!

from orchid.

wyphan avatar wyphan commented on July 28, 2024

@saurik Awesome! What's the timeline for the ETH to xDai blockchain migration for the Windows and Linux command line versions? The Android app (since I have an Android phone) seems to use xDai now by default.

from orchid.

wyphan avatar wyphan commented on July 28, 2024

@saurik Also, is it necessary to set up the TAP driver on Linux? I think that's Windows specific, no?
What's the equivalent config for Linux?
Edit: I tried setting up the config according to your comment above, then ran sudo ./orchidcd, but it didn't work. Maybe I don't have enough OXT to pay for it? Full terminal log available here.

from orchid.

wyphan avatar wyphan commented on July 28, 2024

@saurik Thanks for the update! How do I export the funder and secret for the xDai account from the Android device? (Related to #94)

Edit: Turns out it's as easy as going to "Manage Accounts" and tapping on the Orchid address below the gravatar image.

from orchid.

wyphan avatar wyphan commented on July 28, 2024

@saurik I set up my orchid.cfg as follows:

hops = [{"protocol": "orch1d", "curator": "partners.orch1d.eth", "chainid": 100, "currency": "DAI", "rpc": "https://rpc.xdaichain.com/", "funder": "0x...", "secret": "..."}];

and I got the following error message (repeated):

[T:7fd65ab78710] [./vpn/p2p/source/retry.hpp:71] handled error [./vpn/source/heap.hpp:138] ReferenceError: 'rpc' is not defined

This is with the latest release version 0.9.28.

I also tried rpc at the same level as hops, like in the instructions posted in the page linked in this comment, so it looks like this instead:

hops = [{"protocol": "orch1d", "curator": "partners.orch1d.eth", "chainid": 100, "currency": "DAI", "funder": "0x...", "secret": "..."}];
rpc = "https://rpc.xdaichain.com/";

and I get a different set of error messages (also repeated):

[T:7fb45a27f710] [vpn/p2p/source/chainlink.cpp:42] handled error [./vpn/p2p/source/buffer.hpp:1094] orc_assert(rest != 0) [./vpn/p2p/source/chain.hpp:361] decoding {} [./vpn/p2p/source/chain.hpp:362] calling latestAnswer() with ()
[T:7fb45a27f710] [vpn/p2p/source/chainlink.cpp:42] handled error [./vpn/p2p/source/buffer.hpp:1094] orc_assert(rest != 0) [./vpn/p2p/source/chain.hpp:361] decoding {} [./vpn/p2p/source/chain.hpp:362] calling latestAnswer() with ()
[T:7fb45a27f710] [vpn/p2p/source/chainlink.cpp:42] handled error [./vpn/p2p/source/buffer.hpp:1094] orc_assert(rest != 0) [./vpn/p2p/source/chain.hpp:361] decoding {} [./vpn/p2p/source/chain.hpp:362] calling latestAnswer() with ()
[T:7fb45a27f710] [./vpn/p2p/source/retry.hpp:71] handled error [./vpn/p2p/source/buffer.hpp:1094] orc_assert(rest != 0) [./vpn/p2p/source/chain.hpp:361] decoding {} [./vpn/p2p/source/chain.hpp:362] calling getReserves() with ()

from orchid.

saurik avatar saurik commented on July 28, 2024

@wyphan The top-level RPC variable must be for Ethereum, not xDai, as that is to query the directory contract (a high-security coordination point that is almost never updated so gas costs on Ethereum don't matter). Try https://cloudflare-eth.com/ (which is flakey but usually works).

from orchid.

daamiian avatar daamiian commented on July 28, 2024

What's the status for a windows app?

from orchid.

rarigita avatar rarigita commented on July 28, 2024

Hi,
I can't manage to stablish a connection through the Linux App and I don't find any help around search engines. This is my configuration file (omit funder and secrets) 2 hops:

hops = [{protocol: "orch1d", curator: "partners.orch1d.eth", funder: "0x00000000000000000000", secret: "00000000000000000000000000000000", chainid: 100, currency: "DAI"}, {protocol: "orch1d", curator: "partners.orch1d.eth", funder: "0x00000000000000000000000000000", secret: "000000000000000000000000000000000000000000000", chainid: 137, currency: "MATIC"}];
rpc = "https://cloudflare-eth.com/";

And the output throws lines like this:

[@:1682459193626122] [T:7f73ae6fa700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/source/heap.hpp:103] undefined hops[0].rpc [vpn/source/capture.cpp:732] building hop #0
[@:1682459195519120] [T:7f73ae6fa700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/source/heap.hpp:103] undefined hops[0].rpc [vpn/source/capture.cpp:732] building hop #0
[@:1682459196932148] [T:7f73ae6fa700] [./vpn/p2p/source/retry.hpp:71] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32001,"message":"Resource not found."} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling addr(bytes32) with ({44f9036c27c23d193eda849ee1e0e76f7af9ec1882b6692ceb4dc8a4678a27e7}) [vpn/source/capture.cpp:732] building hop #0
...

So I guess I need to add rpc: "url" to each hop enclosed by {}, but if I add current rpc urls for each of those chains (xDAI and MATIC), I get a buch of other error messages.

Do you know what am I missing or the right urls I should add to each hop?

Thanks...

from orchid.

saurik avatar saurik commented on July 28, 2024

@rarigita Can you provide the "bu[n]ch of other error messages" you got when you corrected your configuration file?

from orchid.

rarigita avatar rarigita commented on July 28, 2024

@saurik: to simplify I just removed MATIC hop and left only the DAI hop, adding the rpc label after the currency, like this:
hops = [{protocol: "orch1d", curator: "partners.orch1d.eth", funder: "0x...", secret: "000...", chainid: 100, currency: "DAI", rpc: "https://rpc.xdaichain.com/"}];
with that rpc url I get the following output:


$ sudo ./orchidcd-lnx_0.9.43 --config orchid.cfg
OOPS: dissector table "classicstun" doesn't exist
Protocol being registered is "Datagram Transport Layer Security"
OOPS: dissector table "acdr.tls_application_port" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "acdr.tls_application" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "acdr.tls_application" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "ippusb" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "ethertype" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "erf.types.type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ppp.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ppp.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "gre.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "gre.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "llc.dsap" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "null.type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "chdlc.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "osinl.excl" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "fr.nlpid" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "x.25.spi" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "arcnet.protocol_id" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "arcnet.protocol_id" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ax25.pid" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "juniper.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "juniper.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "pwach.channel_type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "mcc.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "sflow_245.header_protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "pcli.payload" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "vxlan.next_proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "nsh.next_proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "tipc" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "zbee_zcl_se.tun" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: Subdissector "ethertype" not found in capture_dissector_tables
OOPS: Subdissector "ax25.pid" not found in capture_dissector_tables
OOPS: Subdissector "ppp_hdlc" not found in capture_dissector_tables
OOPS: Subdissector "llc.dsap" not found in capture_dissector_tables
OOPS: Subdissector "null.bsd" not found in capture_dissector_tables
OOPS: Subdissector "fr.nlpid" not found in capture_dissector_tables
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "classicstun" doesn't exist
Protocol being registered is "Session Traversal Utilities for NAT"
 ** (noinit) ** (PID:121639) 10:37:17.889713 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'cmp' not found
 ** (noinit) ** (PID:121639) 10:37:17.889774 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'h248' not found
 ** (noinit) ** (PID:121639) 10:37:17.889796 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'cops' not found
 ** (noinit) ** (PID:121639) 10:37:17.889815 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'dhcpfo' not found
 ** (noinit) ** (PID:121639) 10:37:17.889830 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'enttec' not found
 ** (noinit) ** (PID:121639) 10:37:17.889842 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'forces' not found
 ** (noinit) ** (PID:121639) 10:37:17.889853 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ged125' not found
 ** (noinit) ** (PID:121639) 10:37:17.889867 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'hpfeeds' not found
 ** (noinit) ** (PID:121639) 10:37:17.889880 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lsc' not found
 ** (noinit) ** (PID:121639) 10:37:17.889891 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121639) 10:37:17.889904 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'netsync' not found
 ** (noinit) ** (PID:121639) 10:37:17.889918 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'osi' not found
 ** (noinit) ** (PID:121639) 10:37:17.889928 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rsync' not found
 ** (noinit) ** (PID:121639) 10:37:17.889940 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sametime' not found
 ** (noinit) ** (PID:121639) 10:37:17.889951 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sigcomp' not found
 ** (noinit) ** (PID:121639) 10:37:17.889962 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'synphasor' not found
 ** (noinit) ** (PID:121639) 10:37:17.889973 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tipc' not found
 ** (noinit) ** (PID:121639) 10:37:17.889983 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'vnc' not found
 ** (noinit) ** (PID:121639) 10:37:17.889992 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'scop' not found
 ** (noinit) ** (PID:121639) 10:37:17.890003 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'scop' not found
 ** (noinit) ** (PID:121639) 10:37:17.890014 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tpncp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890025 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'h248' not found
 ** (noinit) ** (PID:121639) 10:37:17.890037 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'actrace' not found
 ** (noinit) ** (PID:121639) 10:37:17.890048 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'brp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890059 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'bvlc' not found
 ** (noinit) ** (PID:121639) 10:37:17.890070 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'capwap' not found
 ** (noinit) ** (PID:121639) 10:37:17.890081 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'capwap' not found
 ** (noinit) ** (PID:121639) 10:37:17.890091 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'coap' not found
 ** (noinit) ** (PID:121639) 10:37:17.890102 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'enttec' not found
 ** (noinit) ** (PID:121639) 10:37:17.890126 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'forces' not found
 ** (noinit) ** (PID:121639) 10:37:17.890139 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ldss' not found
 ** (noinit) ** (PID:121639) 10:37:17.890150 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lmp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890162 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ltp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890173 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lwres' not found
 ** (noinit) ** (PID:121639) 10:37:17.890185 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121639) 10:37:17.890196 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pfcp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890206 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pgm' not found
 ** (noinit) ** (PID:121639) 10:37:17.890217 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pgm' not found
 ** (noinit) ** (PID:121639) 10:37:17.890228 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'radius' not found
 ** (noinit) ** (PID:121639) 10:37:17.890240 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rdt' not found
 ** (noinit) ** (PID:121639) 10:37:17.890252 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'alc' not found
 ** (noinit) ** (PID:121639) 10:37:17.890264 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sigcomp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890280 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'synphasor' not found
 ** (noinit) ** (PID:121639) 10:37:17.890293 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tdmop' not found
 ** (noinit) ** (PID:121639) 10:37:17.890304 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890316 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890327 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890338 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890350 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uhd' not found
 ** (noinit) ** (PID:121639) 10:37:17.890362 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'vrt' not found
 ** (noinit) ** (PID:121639) 10:37:17.890375 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tpncp' not found
 ** (noinit) ** (PID:121639) 10:37:17.890387 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'hnbap' not found
 ** (noinit) ** (PID:121639) 10:37:17.890399 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'm2pa' not found
 ** (noinit) ** (PID:121639) 10:37:17.890413 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121639) 10:37:17.890428 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rua' not found
 ** (noinit) ** (PID:121639) 10:37:17.890442 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lapd' not found
 ** (noinit) ** (PID:121639) 10:37:17.890456 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ranap' not found
 ** (noinit) ** (PID:121639) 10:37:17.890478 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: frame.protocols
 ** (noinit) ** (PID:121639) 10:37:17.890505 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(frame.protocols <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890519 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(frame.protocols <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890533 [DFilter INFO] -- Compiled display filter: frame.protocols
 ** (noinit) ** (PID:121639) 10:37:17.890544 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: tls.handshake.extensions_server_name
 ** (noinit) ** (PID:121639) 10:37:17.890561 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(tls.handshake.extensions_server_name <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890573 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(tls.handshake.extensions_server_name <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890585 [DFilter INFO] -- Compiled display filter: tls.handshake.extensions_server_name
 ** (noinit) ** (PID:121639) 10:37:17.890597 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: gquic.tag.sni
 ** (noinit) ** (PID:121639) 10:37:17.890613 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(gquic.tag.sni <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890630 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(gquic.tag.sni <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890652 [DFilter INFO] -- Compiled display filter: gquic.tag.sni
 ** (noinit) ** (PID:121639) 10:37:17.890671 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: gquic.version
 ** (noinit) ** (PID:121639) 10:37:17.890693 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(gquic.version <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890710 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(gquic.version <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890724 [DFilter INFO] -- Compiled display filter: gquic.version
 ** (noinit) ** (PID:121639) 10:37:17.890735 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: http.host
 ** (noinit) ** (PID:121639) 10:37:17.890748 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(http.host <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890761 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(http.host <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890771 [DFilter INFO] -- Compiled display filter: http.host
 ** (noinit) ** (PID:121639) 10:37:17.890782 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: http.request.version
 ** (noinit) ** (PID:121639) 10:37:17.890796 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(http.request.version <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890810 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(http.request.version <FT_STRING>)
 ** (noinit) ** (PID:121639) 10:37:17.890822 [DFilter INFO] -- Compiled display filter: http.request.version
[@:1682498241650017] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/p2p/source/response.hpp:57] { status: <unknown-status>, body: `````` } [vpn/p2p/source/endpoint.cpp:58] calling eth_gasPrice on https://rpc.xdaichain.com:443/ [vpn/source/capture.cpp:732] building hop #0
[@:1682498244416440] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32000,"message":"execution reverted"} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling good(address,bytes) with (0x1F855888122a74C97aC25Be74C82aefD00B90163, {}) [vpn/source/capture.cpp:732] building hop #0
[@:1682498247282821] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/p2p/source/response.hpp:57] { status: <unknown-status>, body: `````` } [vpn/p2p/source/endpoint.cpp:58] calling eth_gasPrice on https://rpc.xdaichain.com:443/ [vpn/source/capture.cpp:732] building hop #0
[@:1682498250251804] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/p2p/source/response.hpp:57] { status: <unknown-status>, body: `````` } [vpn/p2p/source/endpoint.cpp:58] calling eth_gasPrice on https://rpc.xdaichain.com:443/ [vpn/source/capture.cpp:732] building hop #0
[@:1682498253118429] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/p2p/source/response.hpp:57] { status: <unknown-status>, body: `````` } [vpn/p2p/source/endpoint.cpp:58] calling eth_gasPrice on https://rpc.xdaichain.com:443/ [vpn/source/capture.cpp:732] building hop #0
[@:1682498255473428] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32000,"message":"execution reverted"} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling good(address,bytes) with (0x1F855888122a74C97aC25Be74C82aefD00B90163, {}) [vpn/source/capture.cpp:732] building hop #0
[@:1682498258134838] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/p2p/source/response.hpp:57] { status: <unknown-status>, body: `````` } [vpn/p2p/source/endpoint.cpp:58] calling eth_gasPrice on https://rpc.xdaichain.com:443/ [vpn/source/capture.cpp:732] building hop #0
[@:1682498258553756] [T:7fefa968c700] [vpn/p2p/source/chainlink.cpp:42] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32001,"message":"Resource not found."} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling latestAnswer() with ()
[@:1682498258666542] [T:7fefa968c700] [./vpn/p2p/source/retry.hpp:71] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32001,"message":"Resource not found."} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling slot0() with ()
[@:1682498259158413] [T:7fefa968c700] [vpn/p2p/source/chainlink.cpp:42] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32001,"message":"Resource not found."} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://cloudflare-eth.com:443/ [./vpn/p2p/source/chain.hpp:386] calling latestAnswer() with ()
^C

If I change the rpc url to "https://rpc.gnosischain.com/" I don't get any output, just this:

OOPS: dissector table "classicstun" doesn't exist
Protocol being registered is "Datagram Transport Layer Security"
OOPS: dissector table "acdr.tls_application_port" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "acdr.tls_application" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "acdr.tls_application" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "ippusb" doesn't exist
Protocol being registered is "Hypertext Transfer Protocol"
OOPS: dissector table "ethertype" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "erf.types.type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ppp.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ppp.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "gre.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "gre.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "llc.dsap" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "null.type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "chdlc.protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "osinl.excl" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "fr.nlpid" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "x.25.spi" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "arcnet.protocol_id" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "arcnet.protocol_id" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "ax25.pid" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "juniper.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "juniper.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "pwach.channel_type" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "mcc.proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "sflow_245.header_protocol" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "pcli.payload" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "vxlan.next_proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "nsh.next_proto" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "tipc" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: dissector table "zbee_zcl_se.tun" doesn't exist
Protocol being registered is "Internet Protocol Version 4"
OOPS: Subdissector "ethertype" not found in capture_dissector_tables
OOPS: Subdissector "ax25.pid" not found in capture_dissector_tables
OOPS: Subdissector "ppp_hdlc" not found in capture_dissector_tables
OOPS: Subdissector "llc.dsap" not found in capture_dissector_tables
OOPS: Subdissector "null.bsd" not found in capture_dissector_tables
OOPS: Subdissector "fr.nlpid" not found in capture_dissector_tables
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "grpc_message_type" doesn't exist
Protocol being registered is "Protocol Buffers"
OOPS: dissector table "classicstun" doesn't exist
Protocol being registered is "Session Traversal Utilities for NAT"
 ** (noinit) ** (PID:121486) 10:36:00.315433 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'cmp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315470 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'h248' not found
 ** (noinit) ** (PID:121486) 10:36:00.315487 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'cops' not found
 ** (noinit) ** (PID:121486) 10:36:00.315510 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'dhcpfo' not found
 ** (noinit) ** (PID:121486) 10:36:00.315529 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'enttec' not found
 ** (noinit) ** (PID:121486) 10:36:00.315546 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'forces' not found
 ** (noinit) ** (PID:121486) 10:36:00.315561 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ged125' not found
 ** (noinit) ** (PID:121486) 10:36:00.315574 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'hpfeeds' not found
 ** (noinit) ** (PID:121486) 10:36:00.315592 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lsc' not found
 ** (noinit) ** (PID:121486) 10:36:00.315608 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121486) 10:36:00.315627 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'netsync' not found
 ** (noinit) ** (PID:121486) 10:36:00.315643 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'osi' not found
 ** (noinit) ** (PID:121486) 10:36:00.315657 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rsync' not found
 ** (noinit) ** (PID:121486) 10:36:00.315674 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sametime' not found
 ** (noinit) ** (PID:121486) 10:36:00.315690 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sigcomp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315706 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'synphasor' not found
 ** (noinit) ** (PID:121486) 10:36:00.315723 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tipc' not found
 ** (noinit) ** (PID:121486) 10:36:00.315738 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'vnc' not found
 ** (noinit) ** (PID:121486) 10:36:00.315751 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'scop' not found
 ** (noinit) ** (PID:121486) 10:36:00.315766 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'scop' not found
 ** (noinit) ** (PID:121486) 10:36:00.315778 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tpncp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315794 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'h248' not found
 ** (noinit) ** (PID:121486) 10:36:00.315810 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'actrace' not found
 ** (noinit) ** (PID:121486) 10:36:00.315827 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'brp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315844 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'bvlc' not found
 ** (noinit) ** (PID:121486) 10:36:00.315858 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'capwap' not found
 ** (noinit) ** (PID:121486) 10:36:00.315877 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'capwap' not found
 ** (noinit) ** (PID:121486) 10:36:00.315892 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'coap' not found
 ** (noinit) ** (PID:121486) 10:36:00.315909 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'enttec' not found
 ** (noinit) ** (PID:121486) 10:36:00.315922 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'forces' not found
 ** (noinit) ** (PID:121486) 10:36:00.315939 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ldss' not found
 ** (noinit) ** (PID:121486) 10:36:00.315953 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lmp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315971 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ltp' not found
 ** (noinit) ** (PID:121486) 10:36:00.315990 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lwres' not found
 ** (noinit) ** (PID:121486) 10:36:00.316008 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121486) 10:36:00.316025 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pfcp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316039 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pgm' not found
 ** (noinit) ** (PID:121486) 10:36:00.316056 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'pgm' not found
 ** (noinit) ** (PID:121486) 10:36:00.316072 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'radius' not found
 ** (noinit) ** (PID:121486) 10:36:00.316088 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rdt' not found
 ** (noinit) ** (PID:121486) 10:36:00.316104 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'alc' not found
 ** (noinit) ** (PID:121486) 10:36:00.316121 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'sigcomp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316138 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'synphasor' not found
 ** (noinit) ** (PID:121486) 10:36:00.316155 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tdmop' not found
 ** (noinit) ** (PID:121486) 10:36:00.316170 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316185 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316199 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316214 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uaudp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316229 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'uhd' not found
 ** (noinit) ** (PID:121486) 10:36:00.316244 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'vrt' not found
 ** (noinit) ** (PID:121486) 10:36:00.316258 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'tpncp' not found
 ** (noinit) ** (PID:121486) 10:36:00.316274 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'hnbap' not found
 ** (noinit) ** (PID:121486) 10:36:00.316290 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'm2pa' not found
 ** (noinit) ** (PID:121486) 10:36:00.316307 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'megaco' not found
 ** (noinit) ** (PID:121486) 10:36:00.316323 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'rua' not found
 ** (noinit) ** (PID:121486) 10:36:00.316337 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'lapd' not found
 ** (noinit) ** (PID:121486) 10:36:00.316355 [Epan WARNING] vpn/wsk/wireshark/epan/prefs.c:5444 -- deprecated_port_pref(): Deprecated ports pref check - module 'ranap' not found
 ** (noinit) ** (PID:121486) 10:36:00.316385 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: frame.protocols
 ** (noinit) ** (PID:121486) 10:36:00.316419 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(frame.protocols <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316444 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(frame.protocols <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316466 [DFilter INFO] -- Compiled display filter: frame.protocols
 ** (noinit) ** (PID:121486) 10:36:00.316479 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: tls.handshake.extensions_server_name
 ** (noinit) ** (PID:121486) 10:36:00.316500 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(tls.handshake.extensions_server_name <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316520 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(tls.handshake.extensions_server_name <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316547 [DFilter INFO] -- Compiled display filter: tls.handshake.extensions_server_name
 ** (noinit) ** (PID:121486) 10:36:00.316565 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: gquic.tag.sni
 ** (noinit) ** (PID:121486) 10:36:00.316592 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(gquic.tag.sni <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316613 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(gquic.tag.sni <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316631 [DFilter INFO] -- Compiled display filter: gquic.tag.sni
 ** (noinit) ** (PID:121486) 10:36:00.316645 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: gquic.version
 ** (noinit) ** (PID:121486) 10:36:00.316668 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(gquic.version <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316684 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(gquic.version <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316704 [DFilter INFO] -- Compiled display filter: gquic.version
 ** (noinit) ** (PID:121486) 10:36:00.316719 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: http.host
 ** (noinit) ** (PID:121486) 10:36:00.316738 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(http.host <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316753 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(http.host <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316768 [DFilter INFO] -- Compiled display filter: http.host
 ** (noinit) ** (PID:121486) 10:36:00.316780 [DFilter DEBUG] -- dfilter_compile_real() called from register_tap_listener(), compiling filter: http.request.version
 ** (noinit) ** (PID:121486) 10:36:00.316798 [DFilter NOISY] -- Syntax tree before semantic check:
 0 FIELD(http.request.version <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316814 [DFilter NOISY] -- Syntax tree after successful semantic check:
 0 FIELD(http.request.version <FT_STRING>)
 ** (noinit) ** (PID:121486) 10:36:00.316831 [DFilter INFO] -- Compiled display filter: http.request.version
terminate called without an active exception
Abortado

from orchid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.