From 1f5c32ae73484fa5bcfb40a70d60262f581b86d0 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sun, 3 May 2020 13:22:56 +0200 Subject: doc: update README.idl2wrs to reflect current build system Change-Id: I35d7420ee41b520437572a0e464ad1a9998bfd30 Reviewed-on: https://code.wireshark.org/review/37068 Reviewed-by: Anders Broman --- doc/README.idl2wrs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/README.idl2wrs b/doc/README.idl2wrs index c3ee6e3913..6337cfa8bf 100644 --- a/doc/README.idl2wrs +++ b/doc/README.idl2wrs @@ -93,19 +93,24 @@ steps 3 or 4 instead. 5. Copy the resulting C code to your Wireshark src directory, edit the - following files to include the packet-test-idl.c + following file to include the packet-test-idl.c cp packet-test-idl.c /dir/where/wireshark/lives/epan/dissectors/ - edit epan/dissectors/CMakeLists.txt + cp /dir/where/wireshark/lives/epan/dissectors/CMakeLists.txt.example \ + /dir/where/wireshark/lives/epan/dissectors/CMakeLists.txt + nano /dir/where/wireshark/lives/epan/dissectors/CMakeLists.txt -6. Run configure - ./configure (or ./autogen.sh) +6. Run CMake + + cmake /dir/where/wireshark/lives + 7. Compile the code make + 8. Good Luck !! -- cgit v1.2.3