PlayCap
PlayCap copied to clipboard
Performs playback of tcpdump, windump, Wireshark, and libpcap files.
I had to add #include in PlayBackWindow.cpp because of an issue related to the usage of usleep(SLEEP_MILLIS*1000); in line 340. im under linux mint 18
The compilation has issues on Ubuntu 19.04 with compiling unless these are included into the cpp file.
It seems that the project is not active for a long time. I want to build it under Windows, but the dependencies I should download from is not accessable: [site](http://www.signal11.us/oss/playcap)
After the command "cmake ." I run the command "make" but it fails with the following message: PlayCap-0.1.1-Source/AboutWindow.h:25:16: fatal error: fx.h: No such file or directory compilation terminated. CMakeFiles/playcap.dir/build.make:62: recipe...
A newer version of WinPcap is already installed.. installation aborted. 
Package names in readme were incorrect. Also, when running make, encountered this error: `~/repos/PlayCap/PlaybackWindow.cpp: In member function ‘void PlaybackWindow::playbackThread()’: ~/repos/PlayCap/PlaybackWindow.cpp:339:28: error: ‘usleep’ was not declared in this scope usleep(SLEEP_MILLIS*1000);` Simply...
One of my coworkers requested this functionality, and it was easy enough to "hack" in support. After some testing I was reasonably happy with it, and think it's useful. I'm...