From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1236.ocn.ad.jp (mogw1236.ocn.ad.jp [153.149.235.37]) by dpdk.org (Postfix) with ESMTP id 8A1B71B7E6 for ; Tue, 15 May 2018 03:21:55 +0200 (CEST) Received: from mf-smf-ucb035c1 (mf-smf-ucb035c1.ocn.ad.jp [153.153.66.230]) by mogw1236.ocn.ad.jp (Postfix) with ESMTP id A0DB81280238; Tue, 15 May 2018 10:21:54 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb022 ([153.149.142.85]) by mf-smf-ucb035c1 with ESMTP id IOf4fn99UpTPrIOf4fpB3R; Tue, 15 May 2018 10:21:54 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.167]) by ntt.pod01.mv-mta-ucb022 with id mRMu1x0053dLKTM01RMuw4; Tue, 15 May 2018 01:21:54 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Tue, 15 May 2018 10:21:54 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Tue, 15 May 2018 10:21:43 +0900 Message-Id: <20180515012146.8899-4-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180515012146.8899-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180515012146.8899-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 3/6] docs: add installing text2pcap for pcap PMD X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 01:21:55 -0000 From: Yasufumi Ogawa Signed-off-by: Yasufumi Ogawa --- docs/guides/setup/getting_started.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guides/setup/getting_started.rst b/docs/guides/setup/getting_started.rst index 275e12f..ca8085b 100644 --- a/docs/guides/setup/getting_started.rst +++ b/docs/guides/setup/getting_started.rst @@ -170,10 +170,13 @@ Clone repository and compile DPDK in any directory. SPP provides libpcap-based PMD for dumping packet to a file or retrieve it from the file. To use PCAP PMD, install ``libpcap-dev`` and enable it. +``text2pcap`` is also required for creating pcap file which +is included in ``wireshark``. .. code-block:: console $ sudo apt install libpcap-dev + $ sudo apt install wireshark PCAP is disabled by default in DPDK configuration. ``CONFIG_RTE_LIBRTE_PMD_PCAP`` defines the configuration and enabled -- 2.17.0