2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

wireshark への貢献方法

Posted at

wireshark への貢献方法

Ubuntu 20.04 上で wireshark をビルドする の記事で書きましたが、現在 wireshark は gitlab で管理されています。

wireshark を fork して、Merge Request を送るだけで、wireshark に貢献することができます。

GitLab アカウント

gitlab は Google や GitHub などのアカウントでログインできるようになっているので、これらのアカウントがあれば、gitlab の専用アカウントを作らなくても、数クリックでアカウントを作成できます。

貢献するための流れ

  1. wireshark を fork して自分用のリポジトリを作る
  2. wireshark に必要な修正を加えて、自分の fork リポジトリに push します。
  3. Merge Request を送ります。
  4. レビューを待ちます。
  5. 必要に応じて修正します。
  6. 問題がすべて解決したら、メンテナーが master にマージします。

以下は wireshark の pcap ファイルに圧縮機能を追加したものです。
https://gitlab.com/wireshark/wireshark/-/merge_requests/422

コードやコミットログが、コーディング規約にしたがっていることを求められます。
https://gitlab.com/wireshark/wireshark/-/blob/master/doc/README.developer
https://gitlab.com/wireshark/wireshark/-/wikis/Development/SubmittingPatches

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?