Etherealで特定のネットワークをキャプチャする

実は表示フィルタのやり方は情報結構あるんですが、キャプチャのフィルタ方法は殆ど無いかほんのさわり程度ばっかだったのね。俺がやりたいのは特定のホストでわなのよ。んでしょうがないので本家のマニュアル見たさ。

[src|dst] net [{mask }|{len }]
This primitive allows you to filter on network numbers. You can optionally precede this primitive with the keyword src|dst to specify that you are only interested in a source or destination network. If neither of these are present, packets will be selected that have the specified network in either the source or destination address. In addition, you can specify either the netmask or the CIDR prefix for the network if they are different from your own.

これだ。netなんつーキーワードあるんじゃん。hostキーワードの組合せで頑張っても解析エラー出る訳だわ。