Ask Your Question

wiresharkyyh's profile - activity

2022-01-20 03:09:11 +0000 received badge  Notable Question (source)
2021-06-27 03:43:43 +0000 received badge  Famous Question (source)
2021-06-27 03:43:43 +0000 received badge  Notable Question (source)
2021-06-27 03:43:43 +0000 received badge  Popular Question (source)
2021-06-27 02:47:27 +0000 received badge  Popular Question (source)
2021-01-06 00:55:05 +0000 marked best answer what is the best way to clean up in extcap?

Hi, I am learning extcap and need cleanup when stop capture. I debug the code a little bit, and seems Wireshark call TerminateProcess to force terminating the child extcap process. As a result, the extcap process has no chance to end (cleanup) gracefully.

I also read https://www.wireshark.org/docs/wsdg_h..., but it didn't mention how extcap process cleanup gracefully when stop capture.

Is there a recommended mechanism to archive this? Any help is appreciated, thanks.

2021-01-06 00:54:16 +0000 answered a question what is the best way to clean up in extcap?

https://gitlab.com/wireshark/wireshark/-/issues/17131 is filed, please continue the discussion over there. I will close

2021-01-06 00:54:16 +0000 received badge  Rapid Responder
2021-01-05 22:04:32 +0000 commented answer what is the best way to clean up in extcap?

Sure, I will file an issue

2021-01-05 22:03:38 +0000 commented answer what is the best way to clean up in extcap?

Before I asked this question, I tried the same signal(). Unfortunately as what is described in the thread, the extcap ch

2021-01-05 02:50:29 +0000 asked a question what is the best way to clean up in extcap?

what is the best way to clean up in extcap? Hi, I am learning extcap and need cleanup when stop capture. I debug the co

2020-10-08 23:30:11 +0000 marked best answer Need help on Git over SSH or HTTPS

I am new contributor to wireshark. I cloned the code on windows from the anonymous git URL, did some changes locally and now am trying to submit the change. I am following 3.3.1. Git over SSH or HTTPS in https://www.wireshark.org/docs/wsdg_h..., but I couldn't clone the repository successfully.

I followed below steps and added the public key on https://code.wireshark.org/review/#/s...

From the Terminal or Git Bash, run ssh-keygen
Confirm the default path .ssh/id_rsa
Enter a passphrase (recommended) or leave it blank.
Remember this passphrase, as you will need it to unlock the key whenever you use it.
Open ~/.ssh/id_rsa.pub and copy & paste the contents into the box below, then click on "Add".
Note that id_rsa.pub is your public key and can be shared, while id_rsa is your private key and should be kept secret.

When generating the key, I left the passphrase blank. However, after all over this, when I run:

git clone ssh://[email protected]:29418/wireshark
Cloning into 'wireshark'...
The authenticity of host '[code.wireshark.org]:29418 ([2600:1f16:cb1:530b::65]:29418)' can't be established.
ECDSA key fingerprint is SHA256:UTO4rPCBD3QnRVN05Zt5ky2AZS9fasdfasYuU.
Are you sure you want to continue connecting (yes/no/[fingerprint])?

What else I need try to clone successfully? Thanks very much.

2020-10-08 23:29:05 +0000 marked best answer How to add a core developer to a merge request?

Hi I submitted a merge request but no one else is added to the merge request for code review. Here is the merge request https://gitlab.com/wireshark/wireshar.... Does anyone know how I can add a core developer for review and who should be the right core developer? Thanks

2020-10-08 23:29:05 +0000 received badge  Scholar (source)
2020-10-08 17:56:49 +0000 asked a question How to add a core developer to a merge request?

How to add a core developer to a merge request? Hi I submitted a merge request but no one else is added to the merge re

2020-08-12 22:59:02 +0000 received badge  Rapid Responder
2020-08-12 22:59:02 +0000 answered a question Need help on Git over SSH or HTTPS

Graham, Jaap, thanks very much for you help. I continued with yes, although it failed afterwards as below, it succeede

2020-08-12 01:21:18 +0000 asked a question Need help on Git over SSH or HTTPS

Need help on Git over SSH or HTTPS I am new contributor to wireshark. I cloned the code on windows from the anonymous g