From: Jason McIntyre Subject: Re: typo in tcpdump.8 / pcap-filter.5 To: tech@openbsd.org Date: Mon, 26 Feb 2024 06:49:52 +0000 On Sun, Feb 25, 2024 at 11:14:01AM -1000, Todd Carson wrote: > > tcpdump(8) and pcap-filter(5) have the 'mgt' keyword for 802.11 > management frames typo'd as as 'mgtv' in the list of subtypes. > fixed, thanks. jmc > diff /usr/src > commit - 6c24eb55e021991196003dc7f0a643e806b14295 > path + /usr/src > blob - fae308365fb30e29178ce0b209b141c38392a7e3 > file + lib/libpcap/pcap-filter.5 > --- lib/libpcap/pcap-filter.5 > +++ lib/libpcap/pcap-filter.5 > @@ -662,7 +662,7 @@ and frame subtype matches the specified > If the specified > .Ar wlan_type > is > -.Cm mgtv , > +.Cm mgt , > then valid values for > .Ar wlan_subtype > are > blob - e457cf37556709da6224c80f3c5147b8c245891e > file + usr.sbin/tcpdump/tcpdump.8 > --- usr.sbin/tcpdump/tcpdump.8 > +++ usr.sbin/tcpdump/tcpdump.8 > @@ -958,7 +958,7 @@ and frame subtype matches the specified > If the specified > .Ar wlan_type > is > -.Cm mgtv , > +.Cm mgt , > then valid values for > .Ar wlan_subtype > are >