Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ethernet]Broadcast(Multicast)関連の関数追加 #3

Open
kamaboko123 opened this issue Jan 24, 2018 · 0 comments
Open

[Ethernet]Broadcast(Multicast)関連の関数追加 #3

kamaboko123 opened this issue Jan 24, 2018 · 0 comments

Comments

@kamaboko123
Copy link
Owner

Ethernetクラスに、マルチキャスト/ブロードキャストパケットを扱う関数を追加する。
例えば、dstアドレスを見てboolを返却する以下の関数
・isBroadcast() -> FF:FF:FF:FF:FF:FFか判断
・isMulticast() -> I/Gビットだけ見て判断
・isIPMulticast() -> 上位24bitが01:00:5Eであるか見て判断

また、setterも用意する。
(ARPなど自発のマルチキャスト/ブロードキャストパケットを投げやすくする)
・setDstBroadcast() -> FF:FF:FF:FF:FF:FFをセット
・setDstIPMulticast(IPAddress dst) -> 01:00:5E:00:00:00と、dstの下23bitの論理和をセット

現在マルチキャスト/ブロードキャストを使っているのはARPのみだが、今後RIPを実装する際にも使うはず。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant