Adding range-based matching for Layer 2 and fusing it off for now (the results are...
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / src / main / java / edu / uci / iotproject / trafficreassembly / layer2 / Layer2FlowObserver.java
index e1648ba38b0eba75de25f0f5653a6000e5eeb20b..8f5874c6597eb49a730d5687c48fb3d036ef69c8 100644 (file)
@@ -16,5 +16,4 @@ public interface Layer2FlowObserver {
      * @param newPacket The packet that was added to the flow.
      */
     void onNewPacket(Layer2Flow flow, PcapPacket newPacket);
-
 }