Ask Your Question

derek.dong's profile - activity

2020-02-27 13:34:02 +0000 received badge  Famous Question (source)
2020-02-27 13:34:02 +0000 received badge  Notable Question (source)
2020-02-27 13:34:02 +0000 received badge  Popular Question (source)
2019-12-23 02:54:26 +0000 commented answer can't detect interfaces on macos 10.15.2

here is my script (don't know how to format text, just copy it): !/bin/sh # Wireshark CLI utility launcher if [ -z "

2019-12-23 02:53:44 +0000 commented answer can't detect interfaces on macos 10.15.2

here is my script: `#!/bin/sh # Wireshark CLI utility launcher if [ -z "$WIRESHARK_APP_DIR" ] ; then WIRESHARK_APP

2019-12-23 02:51:52 +0000 commented answer can't detect interfaces on macos 10.15.2

here is my script: #!/bin/sh # Wireshark CLI utility launcher if [ -z "$WIRESHARK_APP_DIR" ] ; then WIRESHARK_A

2019-12-23 02:48:52 +0000 commented answer can't detect interfaces on macos 10.15.2

here is my script: !/bin/sh # Wireshark CLI utility launcher if [ -z "$WIRESHARK_APP_DIR" ] ; then WIRESHARK_APP

2019-12-18 01:21:05 +0000 commented question can't detect interfaces on macos 10.15.2

yes, it is the same issue. By turning on wifi, wireshark can detect all interfaces.

2019-12-17 10:00:07 +0000 received badge  Rapid Responder (source)
2019-12-17 10:00:07 +0000 answered a question can't detect interfaces on macos 10.15.2

i find a workaround: wireshark accept -i interface parameter; by specifying interfaces in cmd, wireshark works again. I

2019-12-17 09:09:41 +0000 asked a question can't detect interfaces on macos 10.15.2

can't detect interfaces on macos 10.15.2 wireshark worked before I upgrade macos to 10.15.2. after upgrade, wireshark c