Changing the mechanism to count and correlate skipped packets.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject /
2019-04-09 rtrimanaChanging the mechanism to count and correlate skipped...
2019-04-08 rtrimanaAdding skipped packets analysis.
2019-03-27 rtrimanaAdding copyright signature.
2019-03-26 rtrimanaMore clean-ups in SignatureGenerator.
2019-03-26 rtrimanaFixing bug in SignatureGenerator: wrong signature durat...
2019-03-26 rtrimanaPrinting output of signature generation into a log...
2019-03-26 rtrimanaAdding flexibility to detection result analyzer: to...
2019-03-25 rtrimanaCreating a proper command line and script for signature...
2019-03-19 rtrimanaMaking final changes to the bug fix.
2019-03-19 rtrimanaFixing bug in Layer 2 matching.
2019-03-19 rtrimanaOnly do range-based matching when the packet length...
2019-03-15 rtrimanaAdding EPS value back into the range.
2019-03-15 rtrimanaTrying to remove EPS bounds and do strict matching...
2019-03-15 rtrimanaTrying to be more strict by applying the signature...
2019-03-15 rtrimanaBringing down time constraint to packet level so that...
2019-03-15 rtrimanaAdding back the debug feature.
2019-03-15 rtrimanaFixing a bug that does not pass in the mInclusionTimeMi...
2019-03-15 rtrimanaDebugging feature (temporary).
2019-03-15 rtrimanaTurning it back to strict matching to test.
2019-03-15 rtrimanaScript for Layer 2 negative control test.
2019-03-15 rtrimanaFixing input arguments for Layer 2 detection.
2019-03-14 rtrimanaWhen it is range-based and it is more than 2 packets...
2019-03-13 rtrimanaAdding range-based without epsilon for signatures with...
2019-03-13 rtrimanaTesting with tighter bounds (without epsilon) for signa...
2019-03-12 rtrimanaDisabling range-based detection for WiFi sniffing;...
2019-03-12 rtrimanaChanging the Layer 3 detector interface into taking...
2019-03-11 rtrimanaAdding range-based matching for Layer 2 and fusing...
2019-03-08 rtrimanaAdding range-based detection (improved the results...
2019-03-06 rtrimanaChanging the name from Main into SignatureGenerator
2019-03-01 rtrimanaAdding checks to determine to do range-based checking.
2019-02-05 rtrimanaAdding PacketLevelSignatureExtractor.
2019-02-05 rtrimanaAdding PacketLevelSignatureExtractor.