Commit graph

46 commits

Author SHA1 Message Date
Martin Braun
58668be81d ubuntu: Added yakkety to the list of distros 2016-11-30 09:20:23 -08:00
Martin Braun
670eeda6e4 debian: Fixed artifact removal in upload_debs.sh 2016-08-30 15:04:31 -07:00
Martin Braun
3c119b1a7f tools: Added README for the dissectors 2016-08-30 10:23:06 -07:00
Derek Kozel
fe7fe8b6ce Combined dissectors and added Wireshark 2 support 2016-08-24 12:46:36 -07:00
Martin Braun
5754a847e6 debian: Removed precise from the list of supported distros for the 3.10 and up 2016-08-12 12:13:43 -07:00
Martin Braun
7fbf0e579b debian: upload_debs.sh was a bit too aggressive in filtering out cruft 2016-08-12 11:19:28 -07:00
Martin Braun
c69222a15c Merge branch 'maint' 2016-06-06 16:51:53 -07:00
Marcus Müller
b2167e1ae4 added Wireshark Dissector for Octoclock packets 2016-06-06 13:30:50 -07:00
Martin Braun
f045ee5199 Merge branch 'maint' 2016-03-21 14:05:46 -07:00
Martin Braun
7ae5aea5db debian: updated changelog converter for sensible defaults 2016-03-21 11:46:49 -07:00
Martin Braun
db9ebd80dd Merge branch 'maint' 2015-12-30 14:22:43 -08:00
Nicholas Corgan
605b360651 tools: made upload_debs.sh smarter about ignores 2015-12-30 14:10:21 -08:00
Martin Braun
f18abe5408 Final updates for 3.9.2 release
- Updated images package
- Updated Debian changelog
- Updated ppa script
2015-12-30 12:11:55 -08:00
Nicholas Corgan
d956bb6668 Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
Martin Braun
6e9c5a0c20 tools: Improved CHDR dissector
- List/filter by packet type
- Filter by eob, error
- Command display
- Break out block ports
- Added hex format SID output
2015-10-20 17:25:13 -07:00
Marcus Müller
dc44afe68a Wireshark CHDR dissector: Made new-API compatible
Basically two changes:
* tvb_get_string needs a scope reference (emulation of C++ scoping in C!)
* the function prototype for dissectors changed, accounted for that
2015-10-20 17:14:25 -07:00
Ben Hilburn
301cafbe18 MegaFFT: Fixing copyright, whitespace 2015-08-04 15:21:54 -07:00
Martin Braun
8737c550f5 utils: Updated b2xx_side_channel utility, moved over from tools/ 2015-07-31 17:14:41 -07:00
Balint Seeber
586a3d3918 ks: wait one second with GPSDO for time to latch, checker thread for ref_locked 2015-07-27 18:16:14 -07:00
Balint Seeber
760f993592 tools: Added mega_fft 2015-07-27 18:15:17 -07:00
Martin Braun
56921cff66 tools: Moved nirio_programmer out of utils 2015-07-21 15:44:05 -07:00
Martin Braun
5b706d2917 Merge branch 'maint' 2014-11-26 20:52:14 +01:00
Balint Seeber
3fd576a265 ks: different colours for OULSD status letters, timestamp 'Stopping' message 2014-11-26 20:51:47 +01:00
Martin Braun
98013a6379 tools: Backported kitchen_sink from master 2014-11-26 20:48:15 +01:00
Balint Seeber
3bed14aa13 ks: added set_time_* for multi-dboard sync, swapped time/clock setting, warn when using late recovery w/o TX time offset 2014-11-24 13:49:25 +01:00
Balint Seeber
55fdf6d4a6 ks: wrong TX CPU format was being printed (was printing RX for TX) 2014-11-20 16:48:31 +01:00
Balint Seeber
056b4a5ff0 ks: abort fix 2014-11-19 17:21:57 +01:00
Balint Seeber
3add8cf527 ks: record channels to separate files, 'ignore-' options for recv loop, corrected max_late_count calculation 2014-11-19 17:21:49 +01:00
Martin Braun
0ce7200c92 debug_prints_tool: Minor cleanup 2014-11-18 13:04:44 +01:00
Johannes Demel
de5edbe20b debug_prints_tool: New tool to plot the output of DEBUG_TXRX-enabled
output.
2014-11-18 11:50:42 +01:00
Martin Braun
b9303d85e2 tools: Also bumped min Boost version for kitchen sink 2014-10-25 19:01:28 +02:00
Balint Seeber
513224c7f0 ks: added RX and TX subdev spec arg options 2014-10-13 08:50:54 +02:00
Martin Braun
f30c5fee2a tools: Minor adjustments to CHDR dissector 2014-10-10 12:09:21 +02:00
Balint Seeber
eed95c0144 uhd: enhancements to CHDR dissector
* fixed payload/response handling when timestamp is not present
* safer length handling in CHDR dissector
2014-10-10 12:00:38 +02:00
Martin Braun
f6d0425435 tools: Some changes to ZPU dissector
* Share files with chdr dissector
* Show shmem register names
* Clear build warnings
2014-10-10 11:28:49 +02:00
Martin Braun
b048d918b6 tools: Added Balints ZPU dissector 2014-10-10 11:28:49 +02:00
Martin Braun
d61baf0aea tools: Added Balints kitchen sink debug util 2014-10-09 19:56:43 +02:00
Martin Braun
f79669dc21 tools: Added b2x0_side_channel.py (FX3 debug util) 2014-10-07 15:22:39 +02:00
Ashish Chaudhari
58d090ba74 docs: Changed Xilinx ISE version from 14.4 to 14.7 2014-09-24 18:59:01 -07:00
Jaroslav Škarvada
4547d1c74a chdr-dissector: fix wireshark-1.12 detection
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-23 14:34:47 -07:00
Jaroslav Škarvada
8f4501b009 uhd_dump: use LIBS instead of LDFLAGS
This allows distro override for LDFLAGS and doesn't break the build process.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2014-09-23 13:08:45 -07:00
Ben Hilburn
dd57b58d65 UHD tools: improving READMEs, fixing licenses. 2014-04-21 13:52:10 -07:00
Ben Hilburn
73e5515877 uhd tools: removing old impact programmer (it has been renamed) 2014-04-21 13:29:55 -07:00
Ben Hilburn
b3e8dfd2ac UHD: Updating README in tools/ directory. 2014-04-21 13:28:37 -07:00
Ben Hilburn
ff1546f813 Pushing the bulk of UHD-3.7.0 code. 2014-02-14 12:05:07 -08:00
Ben Hilburn
178ac3f1c9 Merging USRP X300 and X310 support!! 2014-02-04 11:04:07 -08:00