Network Monitor capture files that cannot be translated to pcap or pcapng files
I need to capture some traffic using Microsoft Network Monitor because I need to select only some process ids. This application, unfortunately, only produces .cap files of type "Microsoft NetMon 2.x" but those files cannot be translated in "Wireshark/tcpdump/... - pcap" type, the only one read by the network analyzer Bro. Wireshark, in fact, can read those .cap file but is not able to save them with its own types. How can I solve?
Is this a Wi-Fi capture? If so, then, as I said in the answer to the question indicated below:
which means that those files can't be translated to pcap or pcapng - and, even if a new pcap/pcapng pseudo-link-layer-header type were added for NetMon's 802.11 radio data, Bro might have to be changed to support that type (to skip it, if nothing else).