Subject: Re: using tcpdump source code from tcpdump.org
To: None <itojun@iijlab.net>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-net
Date: 06/19/2001 10:23:07
itojun@iijlab.net writes:

> - nfs (FHT_NETBSDEB is netbsd-only)

Guessing server os type from nfs file handle is very heuristic, and
file handle of NetBSD itself also varies (from port to port) and it
didn't fit existing code well (e.g., NetBSD file handle will match for
both first if-then-else clause).  So, the part should be re-considered
before merge back it.

Also, it would be nice if server os type can be specified (from
command line, e.g.).

enami.