summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-03-21 16:20:41 +0200
committerimarom <imarom@cisco.com>2016-03-21 16:20:41 +0200
commitc59a02f8036bbdc488f286412e990a16e3aa1df9 (patch)
tree510806f6e4dae8c6efd84e56974346d9c6677215 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py
parentb89efa188810bf95a9d245e69e2961b5721c3b0f (diff)
python 3 support - phase 2
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py
index eb1ffff7..75e15ca1 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py
@@ -31,7 +31,7 @@ import argparse
import tempfile
import subprocess
import os
-#from dpkt import pcap
+from dpkt import pcap
from operator import itemgetter
class BpSimException(Exception):