Not sure what you are trying to do.
If you wanna run the NetworkMiner GUI in the virtual machine to analyze a pcap file, then all you need to do is to ensure that you have installed the [Microsoft .NET Framework Version 2.0][1] on the virtual machine. More info about running [NetworkMiner in WMware and the .NET framework can be found in this thread][2].
If you wanna sniff traffic (i.e...
[NetworkMiner ][1]can be run from the command line already today. You can use the command line arguments to specify which pcap file(s) you wish to load. For example:
`NetworkMiner.exe dumpfile1.pcap dumpfile2.pcap`
But I guess you mean that you wanna run NetworkMiner as a console application rather than as a Windows Forms Application. This is not possible to do with NetworkMiner, and I will...