From b0fad12720f5536c16a5437d4ec9cf1d4215f800 Mon Sep 17 00:00:00 2001 From: "Matthew J. Wolf" Date: Thu, 21 May 2020 11:58:08 -0400 Subject: [PATCH] Commit for 0.0.7.2 --- README.md => README | 8 +++++++- source/openhpsdr_e/CMakeLists.txt | 4 ++-- source/openhpsdr_e/ChangeLog | 8 +++++++- source/openhpsdr_e/INSTALL | 22 +++++++++++----------- source/openhpsdr_e/README | 8 +++++++- 5 files changed, 34 insertions(+), 16 deletions(-) rename README.md => README (95%) diff --git a/README.md b/README similarity index 95% rename from README.md rename to README index 4cf611a..ad56c2a 100644 --- a/README.md +++ b/README @@ -1,4 +1,4 @@ -09-May-2019 Matthew J. Wolf Email: matthew.wolf.hpsdr at speciosus.net +08-MAY-2020 Matthew J. Wolf Email: matthew.wolf.hpsdr at speciosus.net The openHPSDR Plug-in for Wireshark is written to disassemble the openHPSDR Ethernet protocol. The protocol is also is referred to as "Protocol 2". @@ -8,6 +8,12 @@ The protocol is still under development. The current public released protocol documentation list located at: https://github.com/TAPR/OpenHPSDR-Firmware/tree/master/Protocol%202/Documentation +Version 0.0.7.2: + - No changes from version 0.0.7.1 + - Binaries compiled with Wireshark 3.2.3 + - The protocol specification has been stable for longer then thirteen months. + This version of the plug-in by be the first candidate for release. + Version 0.0.7.1 - Due to issue with the Microsoft Windows build. The "-" in the source file system names has been replaced with "_". diff --git a/source/openhpsdr_e/CMakeLists.txt b/source/openhpsdr_e/CMakeLists.txt index b5bdf7f..5b673cd 100644 --- a/source/openhpsdr_e/CMakeLists.txt +++ b/source/openhpsdr_e/CMakeLists.txt @@ -3,7 +3,7 @@ # This file is part of the OpenHPSDR-Ethernet (Protocol 2) # Plug-in for Wireshark. # By Matthew J. Wolf -# Copyright 2019 Matthew J. Wolf +# Copyright 2020 Matthew J. Wolf # # Wireshark - Network traffic analyzer # By Gerald Combs @@ -15,7 +15,7 @@ include(WiresharkPlugin) # Plugin name and version info (major minor micro extra) -set_module_info(openhpsdr_e 0 0 7 1) +set_module_info(openhpsdr_e 0 0 7 2) set(DISSECTOR_SRC packet_openhpsdr_e.c diff --git a/source/openhpsdr_e/ChangeLog b/source/openhpsdr_e/ChangeLog index 51d6d4c..ae04c76 100644 --- a/source/openhpsdr_e/ChangeLog +++ b/source/openhpsdr_e/ChangeLog @@ -1,4 +1,10 @@ -20-May-2019 Matthew J. Wolf +08-MAY-2020 Matthew J. Wolf + +Version 0.0.7.2: + - No changes from version 0.0.7.1 + - Binaries compiled with Wireshark 3.2.3 + - The protocol specification has been stable for longer then thirteen months. + This version of the plug-in by be the first candidate for release. Version 0.0.7.1: - Due to issue with the Microsoft Windows build. The "-" diff --git a/source/openhpsdr_e/INSTALL b/source/openhpsdr_e/INSTALL index ebea2f9..88fd83a 100644 --- a/source/openhpsdr_e/INSTALL +++ b/source/openhpsdr_e/INSTALL @@ -17,7 +17,7 @@ the new plug-in. b. Go to the Help Menu. c. Open the "About Wireshark Menu". d. Click on the Plugins tab. - e.Look and see where the other plugins are located. + e. Look and see where the other plugins are located. 2. Remove old plug-in library file. @@ -28,10 +28,10 @@ the new plug-in. 1. Delete the file listed below. C:\Program Files\Wireshark\plugins\\openhpsdr.dll -1. Compile the Plug-in ----------------------- +2. Unix / Linux Compile the Plug-in +----------------------------------- -Version 0.3.0.1 was developed with Wireshark 3.0.1. +Version 0.0.7 was developed with Wireshark 3.0.1. I assuming that that build environment for Wireshark has all ready been created. @@ -60,17 +60,17 @@ I have only been able to compile the plug-in in the Wireshark Source Tree. ... set(PLUGIN_SRC_DIRS ... - plugins/unistim - plugins/wimax - plugins/wimaxasncp - plugins/wimaxmacphy - plugins/openhpsdr_e + plugins/epan/unistim + plugins/epan/wimax + plugins/epan/wimaxasncp + plugins/epan/wimaxmacphy + plugins/epan/openhpsdr_e ${CUSTOM_PLUGIN_SRC_DIR} ) - Add "plugins/openhpsdr_e" to the end of the list. An example is above. + Add "plugins/epan/openhpsdr_e" to the end of the list. An example is above. - 4.Create the build directory. + 4. Create the build directory. cd mkdir build diff --git a/source/openhpsdr_e/README b/source/openhpsdr_e/README index 4cf611a..ad56c2a 100644 --- a/source/openhpsdr_e/README +++ b/source/openhpsdr_e/README @@ -1,4 +1,4 @@ -09-May-2019 Matthew J. Wolf Email: matthew.wolf.hpsdr at speciosus.net +08-MAY-2020 Matthew J. Wolf Email: matthew.wolf.hpsdr at speciosus.net The openHPSDR Plug-in for Wireshark is written to disassemble the openHPSDR Ethernet protocol. The protocol is also is referred to as "Protocol 2". @@ -8,6 +8,12 @@ The protocol is still under development. The current public released protocol documentation list located at: https://github.com/TAPR/OpenHPSDR-Firmware/tree/master/Protocol%202/Documentation +Version 0.0.7.2: + - No changes from version 0.0.7.1 + - Binaries compiled with Wireshark 3.2.3 + - The protocol specification has been stable for longer then thirteen months. + This version of the plug-in by be the first candidate for release. + Version 0.0.7.1 - Due to issue with the Microsoft Windows build. The "-" in the source file system names has been replaced with "_".