VOOZH about

URL: https://qiita.com/m-tmatma/items/640e43e889e4a8933f6a

⇱ wireshark への貢献方法 #Wireshark - Qiita


👁 Image
2

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@m-tmatma(Masaru Tsuchiyama)

wireshark への貢献方法

2
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

Go to list of users who liked

0
0

Go to list of comments

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

Go to list of users who liked

0