pcap: allow pcap StreamListView to work with experiments
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 20 Apr 2016 21:30:44 +0000 (17:30 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 16 May 2016 15:26:00 +0000 (11:26 -0400)
Change-Id: I93e96a5f1bc5ffff00f75d790ea3b8b13c0062d9
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/71101
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
pcap/org.eclipse.tracecompass.tmf.pcap.ui/src/org/eclipse/tracecompass/internal/tmf/pcap/ui/stream/StreamListView.java

index 721f9ff3014619f07cc9208c4dcb1b81aaf6e83b..9f1326a434b97c33d69c385b07ae62cfca8f3ca2 100644 (file)
@@ -193,7 +193,7 @@ public class StreamListView extends TmfView {
             @Override
             public void run() {
                 ITmfTrace trace = fCurrentTrace;
-                if (trace == null || (!(trace instanceof PcapTrace))) {
+                if (trace == null) {
                     return;
                 }
                 StreamListAnalysis analysis = TmfTraceUtils.getAnalysisModuleOfClass(trace, StreamListAnalysis.class, StreamListAnalysis.ID);
This page took 0.028484 seconds and 5 git commands to generate.