Modifying the value DELETED_SEQUENCES_OFF in the script from 0 to 1 as per bug/error...
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject / detection / layer2 / Layer2SignatureDetector.java
2020-02-13 rtrimanaFurther cleaning up.
2020-01-11 rtrimanaRemoving error message for additional feature (relaxed...
2020-01-10 rtrimanaImplementing relaxed matching for layer 2 and layer 3.
2019-09-11 rtrimanaChanging ON/OFF skipped packet analyses options into...
2019-08-23 Rahmadi TrimanandaAdding VPN style matching (lump all packets into one...
2019-06-03 rtrimanaReordering items in scripts; fusing off the router...
2019-05-31 rtrimanaAttempting to add router's MAC address as a reference...
2019-04-29 rtrimanaCompleting the scripts with the latest devices and...
2019-04-23 rtrimanaFixing bug in skipped packet analysis.
2019-04-10 rtrimanaFixing input argument bug.
2019-04-09 rtrimanaAdding skipped packets correlation.
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 rtrimanaAdding flexibility to detection result analyzer: to...
2019-03-19 rtrimanaMaking final changes to the bug fix.
2019-03-15 rtrimanaTrying to remove EPS bounds and do strict matching...
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 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 rtrimanaTesting with tighter bounds (without epsilon) for signa...
2019-03-12 rtrimanaDisabling range-based detection for WiFi sniffing;...
2019-03-11 rtrimanaAdding range-based matching for Layer 2 and fusing...
2019-03-08 rtrimanaAdding range-based detection (improved the results...
2019-02-05 rtrimanaAdding PacketLevelSignatureExtractor.