On Mon, Sep 29, 2003 at 11:01:46PM -0700, Richard Sharpe wrote: > OK, so, I have stumbled across windump, and am interested in how to > specify interfaces. I guess it must be similar to specifying them for > tethereal under Windows ...
Yes. They both use WinPcap, so the names are the same for interfaces. WinDump has a "-D" flag; with that flag, it lists available interfaces, giving them numbers that can also be used with "-i". (Tethereal now does the same.)