Skip to content

Commit

Permalink
Commit for 0.0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-wolf-n4mtt committed May 21, 2020
1 parent 2d0d656 commit b0fad12
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 16 deletions.
8 changes: 7 additions & 1 deletion README.md → README
Original file line number Diff line number Diff line change
@@ -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".
Expand All @@ -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 "_".
Expand Down
4 changes: 2 additions & 2 deletions source/openhpsdr_e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of the OpenHPSDR-Ethernet (Protocol 2)
# Plug-in for Wireshark.
# By Matthew J. Wolf <matthew.wolf.hpsdr@speciosus.net>
# Copyright 2019 Matthew J. Wolf
# Copyright 2020 Matthew J. Wolf
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion source/openhpsdr_e/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
20-May-2019 Matthew J. Wolf <matthew.wolf.hpsdr@speciosus.net>
08-MAY-2020 Matthew J. Wolf <matthew.wolf.hpsdr@speciosus.net>

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 "-"
Expand Down
22 changes: 11 additions & 11 deletions source/openhpsdr_e/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -28,10 +28,10 @@ the new plug-in.
1. Delete the file listed below.
C:\Program Files\Wireshark\plugins\<version>\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.
Expand Down Expand Up @@ -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 <Wireshark Source Root>
mkdir build
Expand Down
8 changes: 7 additions & 1 deletion source/openhpsdr_e/README
Original file line number Diff line number Diff line change
@@ -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".
Expand All @@ -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 "_".
Expand Down

0 comments on commit b0fad12

Please sign in to comment.