Resolve build issues with new pcap driver

This commit is contained in:
Paul Hollinsky
2019-05-06 13:17:11 -04:00
parent 3aaccaad74
commit bead22bc36
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ protected:
virtual void setupDecoder(Decoder& decoder) override {
Device::setupDecoder(decoder);
decoder.timestampMultiplier = 10; // Timestamps are in 10ns increments instead of the usual 25ns
decoder.timestampResolution = 10; // Timestamps are in 10ns increments instead of the usual 25ns
}
virtual void setupSupportedRXNetworks(std::vector<Network>& rxNetworks) override {