On Thu, Jun 25, 2020 at 03:08:42PM +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > Add the ability to write a pcapng file containing all the data. > The radiotap header is currently very minimal with only the > frequency and the signal strength. > + if (!filename) > + return; > + > + ctx->pcap_file = fopen(filename, "w+"); I know it doesn't actually matter, but would be nice to close this somewhere. -- Bob Copeland %% https://bobcopeland.com/