--- wvsniff/wvsniff 2002/04/28 02:50:40 1.9 +++ wvsniff/wvsniff 2002/04/28 03:12:58 1.10 @@ -306,7 +306,7 @@ my $ap = $db->{$a3}{ap}{$a2} ||= {}; $ap->{mode} = ($cf & 3) == 1 ? "AP" : "adhoc"; - # ESSID ' ' workaround for wep-nets(?) + # ESSID ' ' workaround for "closed-network feature" $ap->{essid} = $tag{SSID} unless $ap->{essid} && $tag{SSID} eq " "; $ap->{channel} = ord $tag{DS}; $ap->{beacon}++;