From d354934b8d6aeef4f0329a4460d57328e8a4ed6a Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 14 Mar 2016 18:17:36 +0200 Subject: david comments --- scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst') diff --git a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst index 95a23ac1..d134b0b9 100644 --- a/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst +++ b/scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst @@ -109,7 +109,7 @@ Field Engine snippet -------------------- .. code-block:: python - :caption: Example1 + :caption: FE Example1 base_pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/UDP(dport=12,sport=1025) @@ -133,7 +133,7 @@ Field Engine snippet .. code-block:: python - :caption: Example2 + :caption: FE Example2 #range of source mac-addr -- cgit