]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
8 years agoMerge remote-tracking branch 'upstream/master' into pm3+reveng
marshmellow42 [Mon, 29 Jun 2015 04:06:59 +0000 (00:06 -0400)]
Merge remote-tracking branch 'upstream/master' into pm3+reveng

Conflicts:
client/Makefile

8 years agoMerge pull request #122 from marshmellow42/master
Martin Holst Swende [Sat, 27 Jun 2015 19:51:23 +0000 (21:51 +0200)]
Merge pull request #122 from marshmellow42/master

add hf 14b info command +

8 years agofix compile error (issue #116): remove #include <time.h> in ARM sources
pwpiwi [Thu, 25 Jun 2015 14:58:54 +0000 (16:58 +0200)]
fix compile error (issue #116): remove #include <time.h> in ARM sources

8 years agofix: fpga_compressor file size check
pwpiwi [Wed, 24 Jun 2015 06:29:59 +0000 (08:29 +0200)]
fix: fpga_compressor file size check
- commit 61611f5 fixed the check in case of correct filesizes but fails
  in case of files which are too big to fit in fpga_config[]
- fix exit codes and Makefile to handle errors correctly during make

8 years agoMerge remote-tracking branch 'upstream/master' 122/head
marshmellow42 [Wed, 24 Jun 2015 23:56:15 +0000 (19:56 -0400)]
Merge remote-tracking branch 'upstream/master'

8 years agoMerge pull request #123 from frederikmoellers/master
Martin Holst Swende [Wed, 24 Jun 2015 16:31:44 +0000 (18:31 +0200)]
Merge pull request #123 from frederikmoellers/master

Fix comparison error in fpga_compress

8 years agoFix comparison error in fpga_compress 123/head
Frederik Möllers [Wed, 24 Jun 2015 12:57:08 +0000 (14:57 +0200)]
Fix comparison error in fpga_compress

The comparison would check for greater-than-or-equal the maximum amount
of bytes to read/write when it should check for greater-than only.

8 years agoMerge pull request #109 from pwpiwi/image_shrink
pwpiwi [Wed, 24 Jun 2015 05:47:45 +0000 (07:47 +0200)]
Merge pull request #109 from pwpiwi/image_shrink

Compress FPGA configs and initialized data

8 years agoupdate change log for adjusted 14b write cmd
marshmellow42 [Tue, 23 Jun 2015 21:45:48 +0000 (17:45 -0400)]
update change log for adjusted 14b write cmd

8 years agoadd 14b info command
marshmellow42 [Tue, 23 Jun 2015 21:41:24 +0000 (17:41 -0400)]
add 14b info command

add 14b to hf search
update change log

8 years agoChangelog
Martin Holst Swende [Tue, 23 Jun 2015 20:24:55 +0000 (22:24 +0200)]
Changelog

8 years agoMerge pull request #121 from frederikmoellers/master
Martin Holst Swende [Tue, 23 Jun 2015 20:23:08 +0000 (22:23 +0200)]
Merge pull request #121 from frederikmoellers/master

Add PACE replay functionality

8 years agoMerge branch 'master' of github.com:Proxmark/proxmark3
Martin Holst Swende [Tue, 23 Jun 2015 20:19:15 +0000 (22:19 +0200)]
Merge branch 'master' of github.com:Proxmark/proxmark3

8 years agoMerge pull request #118 from marshmellow42/master
Martin Holst Swende [Tue, 23 Jun 2015 20:18:50 +0000 (22:18 +0200)]
Merge pull request #118 from marshmellow42/master

fix t55xx write timing

8 years agoUpdated changelog v2.1.0
Martin Holst Swende [Tue, 23 Jun 2015 20:12:03 +0000 (22:12 +0200)]
Updated changelog

8 years agofix bug in pskdemod return value if no samples... 118/head
marshmellow42 [Tue, 23 Jun 2015 16:16:23 +0000 (12:16 -0400)]
fix bug in pskdemod return value if no samples...

... caused crash in data psknexwatchdemod if no samples were in the
graphbuffer.
also fixed hf mfu wrbl and rdbl to allow printing of help without a tag
being present.

8 years agoMerge pull request #114 from pwpiwi/iso14443b_fix
pwpiwi [Tue, 23 Jun 2015 05:14:52 +0000 (07:14 +0200)]
Merge pull request #114 from pwpiwi/iso14443b_fix

fixing iso14443b (issue #103): fix bug introduced during Bigbuf rework

8 years agofixing iso14443b (issue #103): 114/head
pwpiwi [Mon, 22 Jun 2015 19:45:28 +0000 (21:45 +0200)]
fixing iso14443b (issue #103):
- increased DMA_BUFFER_SIZE to avoid occasional circular buffer overflows.
- minor code cleanups

8 years agoAdd PACE replay functionality 121/head
Frederik Möllers [Mon, 22 Jun 2015 12:20:13 +0000 (14:20 +0200)]
Add PACE replay functionality

This function allows the user to specify APDUs which are sent to a card
supporting the PACE protocol. The response times are measured and
printed.
The code was pulled from the old Google Code repository (branch "epa")
and modified to fit into the new code base.

8 years agofixing iso14443b (issue #103):
pwpiwi [Sun, 21 Jun 2015 16:00:42 +0000 (18:00 +0200)]
fixing iso14443b (issue #103):
- fix hf 14b snoop
- fix hf 14b sim

8 years agocomment fudan check possibilities
marshmellow42 [Sun, 21 Jun 2015 01:33:42 +0000 (21:33 -0400)]
comment fudan check possibilities

8 years agoadd ultralight compatible test
marshmellow42 [Thu, 18 Jun 2015 21:19:43 +0000 (17:19 -0400)]
add ultralight compatible test

8 years agofixing iso14443b (issue #103):
pwpiwi [Thu, 18 Jun 2015 13:30:56 +0000 (15:30 +0200)]
fixing iso14443b (issue #103):
- revert removal of FPGA_HF_READER_RX_XCORR_848_KHZ. Need to be able to switch to 424kHz for ISO15693.

8 years agoMerge pull request #120 from pwpiwi/fix_compile_errors
pwpiwi [Thu, 18 Jun 2015 09:38:58 +0000 (11:38 +0200)]
Merge pull request #120 from pwpiwi/fix_compile_errors

fix issue #116: remove includes of stdio.h in armsrc

8 years agofix issue #116: remove includes of stdio.h in armsrc 120/head
pwpiwi [Thu, 18 Jun 2015 09:33:53 +0000 (11:33 +0200)]
fix issue #116: remove includes of stdio.h in armsrc

8 years agofixing iso 14443b (issue #103):
pwpiwi [Thu, 18 Jun 2015 07:49:22 +0000 (09:49 +0200)]
fixing iso 14443b (issue #103):
- fix: treat empty commands as error
- deleting dead code
- rename USB-Commands (ISO14443 -> iso14443B)

8 years agofixing iso14443b (issue #103):
pwpiwi [Thu, 18 Jun 2015 05:56:08 +0000 (07:56 +0200)]
fixing iso14443b (issue #103):
fix: don't waste time to calculate parity bits. Instead add void parity bits to trace and ignore them on client side

8 years agofixing iso14443b (issue #103):
pwpiwi [Fri, 12 Jun 2015 05:43:00 +0000 (07:43 +0200)]
fixing iso14443b (issue #103):
- fix: IQ demodulator (FPGA)
- fix: approximately align reader signal delay to tag response delay (FPGA)
- fix: remove deprecated RSSI calculation to improve decoder speed (iso14443b.c)
- fix: better approximation of signal amplitude to avoid false carrier detection (iso14443b.c)
- fix: remove initial power off in iso14443b raw command (iso14443b.c)
- add: enable tracing for iso14443b raw command (iso14443b.c)
- fix: client crashed when checking CRC for incomplete responses (iso14433b.c)
- speeding up snoop to avoid circular buffer overflow
- added some comments for better documentation
- rename functions (iso14443 -> iso14443b)
- remove unused code in hi_read_rx_xcorr.v

8 years agoreveng - add some common use examples to -h help
marshmellow42 [Wed, 17 Jun 2015 03:10:54 +0000 (23:10 -0400)]
reveng - add some common use examples to -h help

8 years agoremove unused "width"
marshmellow42 [Tue, 16 Jun 2015 02:40:30 +0000 (22:40 -0400)]
remove unused "width"

8 years agominor fixes
marshmellow42 [Mon, 15 Jun 2015 04:44:57 +0000 (00:44 -0400)]
minor fixes

see @icemant1001 -
https://github.com/iceman1001/proxmark3/commit/0ad1a1d492ab62eb42c1eb7b4ce6fff05d90e0a3
for more details

8 years agoadded iceman1001 s latest reveng script version
marshmellow42 [Mon, 15 Jun 2015 04:23:58 +0000 (00:23 -0400)]
added iceman1001 s latest reveng script version

8 years ago@iceman1001 s compiler warning adjustment
marshmellow42 [Mon, 15 Jun 2015 04:22:49 +0000 (00:22 -0400)]
@iceman1001 s compiler warning adjustment

8 years agoadd reveng compile directory
marshmellow42 [Mon, 15 Jun 2015 04:09:28 +0000 (00:09 -0400)]
add reveng compile directory

8 years agoremove commented out code from testing
marshmellow42 [Mon, 15 Jun 2015 04:03:16 +0000 (00:03 -0400)]
remove commented out code from testing

also put back CMD_BUFFER_SIZE as I didn't need to change it in the first
place..

8 years agoMerge pull request #6 from marshmellow42/master
marshmellow42 [Sun, 14 Jun 2015 22:12:16 +0000 (18:12 -0400)]
Merge pull request #6 from marshmellow42/master

fix biphase

8 years agocomment change in config.h
marshmellow42 [Sun, 14 Jun 2015 21:48:06 +0000 (17:48 -0400)]
comment change in config.h

this line indicates potential platform compatibility issues

8 years agoMerge pull request #117 from marshmellow42/master
Martin Holst Swende [Sun, 14 Jun 2015 17:32:36 +0000 (19:32 +0200)]
Merge pull request #117 from marshmellow42/master

askbiphase bug fix

8 years agoadd comment 117/head
marshmellow42 [Sun, 14 Jun 2015 15:11:00 +0000 (11:11 -0400)]
add comment

8 years agobug fix. askdemod edits invert pointer, cannot be 0
marshmellow42 [Sun, 14 Jun 2015 14:54:55 +0000 (10:54 -0400)]
bug fix.  askdemod edits invert pointer, cannot be 0

8 years agoMerge pull request #115 from marshmellow42/master
Martin Holst Swende [Sun, 14 Jun 2015 07:02:13 +0000 (09:02 +0200)]
Merge pull request #115 from marshmellow42/master

add-ons and bug fixes

8 years agorevert t55xx start gap and write timing changes
marshmellow42 [Fri, 12 Jun 2015 03:52:40 +0000 (23:52 -0400)]
revert t55xx start gap and write timing changes

also noted specs in comments

8 years agoundo ARC rename, bug was fixed in scripting.c earlier
marshmellow42 [Fri, 12 Jun 2015 03:09:15 +0000 (23:09 -0400)]
undo ARC rename, bug was fixed in scripting.c earlier

8 years agofix reveng CRC-16 bug
marshmellow42 [Wed, 10 Jun 2015 15:01:01 +0000 (11:01 -0400)]
fix reveng CRC-16 bug

8 years agoreveng -g (model search given just hexstr with crc)
marshmellow42 [Wed, 10 Jun 2015 05:33:37 +0000 (01:33 -0400)]
reveng -g (model search given just hexstr with crc)

8 years agoreveng- iceman1001 s scripting updates
marshmellow42 [Wed, 10 Jun 2015 01:21:51 +0000 (21:21 -0400)]
reveng- iceman1001 s scripting updates

8 years agofix reveng memory bug + @iceman1001 s scripting
marshmellow42 [Tue, 9 Jun 2015 17:40:01 +0000 (13:40 -0400)]
fix reveng memory bug + @iceman1001 s scripting

8 years agoreveng RunModel - add endian switches
marshmellow42 [Tue, 9 Jun 2015 03:14:11 +0000 (23:14 -0400)]
reveng RunModel - add endian switches

8 years agoreveng add api RunModel
marshmellow42 [Tue, 9 Jun 2015 01:22:18 +0000 (21:22 -0400)]
reveng add api RunModel

8 years agofixed bug in util getpraram8 + reveng adjustments
marshmellow42 [Mon, 8 Jun 2015 17:37:22 +0000 (13:37 -0400)]
fixed bug in util getpraram8 + reveng adjustments

reveng:
fixed error handling some.
added -s option to GetModels()

8 years agobegin reveng add-ons for lua
marshmellow42 [Mon, 8 Jun 2015 16:25:50 +0000 (12:25 -0400)]
begin reveng add-ons for lua

8 years agoadd clock to ask rawdemod outputs 115/head
marshmellow42 [Sun, 7 Jun 2015 04:42:57 +0000 (00:42 -0400)]
add clock to ask rawdemod outputs

fix biphase invert bug (correctly)

8 years agoFix reveng
marshmellow42 [Sun, 7 Jun 2015 04:10:54 +0000 (00:10 -0400)]
Fix reveng

8 years agoadd reveng-1.30
marshmellow42 [Sat, 6 Jun 2015 05:09:54 +0000 (01:09 -0400)]
add reveng-1.30

new command menu:
crc help
crc calc
crc calc -h for help on command set

8 years agoModified kermit crc to use existing crc calc code
marshmellow42 [Sat, 6 Jun 2015 02:39:56 +0000 (22:39 -0400)]
Modified kermit crc to use existing crc calc code

8 years agofdx-b clean up
marshmellow42 [Thu, 4 Jun 2015 17:10:33 +0000 (13:10 -0400)]
fdx-b clean up

8 years agoAdd CCITT Kermit CRC check for FDX-B demod
marshmellow42 [Thu, 4 Jun 2015 16:53:19 +0000 (12:53 -0400)]
Add CCITT Kermit CRC check for FDX-B demod

8 years agoadd fdx-b to cmddata.h
marshmellow42 [Thu, 4 Jun 2015 04:05:37 +0000 (00:05 -0400)]
add fdx-b to cmddata.h

8 years agoadd fdx-b to lf search
marshmellow42 [Thu, 4 Jun 2015 04:04:49 +0000 (00:04 -0400)]
add fdx-b to lf search

8 years agobug fix - biphase invert + fdx-b adjustments
marshmellow42 [Thu, 4 Jun 2015 03:59:22 +0000 (23:59 -0400)]
bug fix - biphase invert + fdx-b adjustments

8 years agoaddition animal tags demod info
marshmellow42 [Wed, 3 Jun 2015 22:28:56 +0000 (18:28 -0400)]
addition animal tags demod info

8 years agoTesting animal tags
marshmellow42 [Wed, 3 Jun 2015 20:52:20 +0000 (16:52 -0400)]
Testing animal tags

8 years agofixing iso14443b (issue #103): fix timing issue (speeding up
pwpiwi [Wed, 3 Jun 2015 11:28:28 +0000 (13:28 +0200)]
fixing iso14443b (issue #103): fix timing issue (speeding up
the decoders)

8 years agofixing iso14443b (issue #103):
pwpiwi [Tue, 2 Jun 2015 20:27:14 +0000 (22:27 +0200)]
fixing iso14443b (issue #103):
- most significant bit of tag data (which happens to be the sign bit)
had been dropped when snooping (FPGA change)
- avoid trying to decode both tag and reader data when snooping (we don't
have the time to do so).

8 years agofix issue #103: revert type change. Samples from FPGA are signed.
pwpiwi [Tue, 2 Jun 2015 05:22:23 +0000 (07:22 +0200)]
fix issue #103: revert type change. Samples from FPGA are signed.
Renamed iso14443.c to iso14443b.c

8 years agoMerge pull request #113 from pwpiwi/iso14443b_fix
pwpiwi [Mon, 1 Jun 2015 18:02:40 +0000 (20:02 +0200)]
Merge pull request #113 from pwpiwi/iso14443b_fix

Fix issue #103 (hopefully). Quite an old bug which was previously

8 years agoMerge pull request #108 from p-l-/fix-hf-mf-csave
Martin Holst Swende [Mon, 1 Jun 2015 17:57:57 +0000 (19:57 +0200)]
Merge pull request #108 from p-l-/fix-hf-mf-csave

Ported hf mf esave trick for unreadable UIDs to hf mf csave

8 years agoMerge pull request #111 from zhovner/master
Martin Holst Swende [Mon, 1 Jun 2015 17:56:50 +0000 (19:56 +0200)]
Merge pull request #111 from zhovner/master

Compiling manual for MAC OS X

8 years agoFix issue #103 (hopefully). Quite an old bug which was previously 113/head
pwpiwi [Mon, 1 Jun 2015 17:42:50 +0000 (19:42 +0200)]
Fix issue #103 (hopefully). Quite an old bug which was previously
masked by a big DMA_BUFFER_SIZE.

8 years agoadd my_d move lean identification.
marshmellow42 [Mon, 1 Jun 2015 04:18:03 +0000 (00:18 -0400)]
add my_d move lean identification.

8 years agonew lua script from @iceman1001 + bug fix in hf mfu
marshmellow42 [Sun, 31 May 2015 20:08:58 +0000 (16:08 -0400)]
new lua script from @iceman1001 + bug fix in hf mfu

8 years agofix format strings for nit picking compilers 109/head
pwpiwi [Sun, 31 May 2015 17:51:44 +0000 (19:51 +0200)]
fix format strings for nit picking compilers

8 years agoMerge pull request #112 from marshmellow42/master
Martin Holst Swende [Sun, 31 May 2015 11:08:36 +0000 (13:08 +0200)]
Merge pull request #112 from marshmellow42/master

combine mfu read/write commands + various bug/typo fixes

8 years agoadd @Iceman1001 s sha1 scripting changes. 112/head
marshmellow42 [Sun, 31 May 2015 01:51:15 +0000 (21:51 -0400)]
add @Iceman1001 s sha1 scripting changes.

8 years agoFix linking under linux. liblua requires libld on linux.
pwpiwi [Fri, 29 May 2015 16:14:36 +0000 (18:14 +0200)]
Fix linking under linux. liblua requires libld on linux.

8 years agofixed further typo in lf t5 wr help
marshmellow42 [Fri, 29 May 2015 03:14:06 +0000 (23:14 -0400)]
fixed further typo in lf t5 wr help

also fixed offset option char to uint8_t warning in the new offset
option in data printdemodbuffer

8 years agofix help typo
marshmellow42 [Fri, 29 May 2015 02:52:41 +0000 (22:52 -0400)]
fix help typo

8 years agoadd offset option to data printdemodbuffer
marshmellow42 [Thu, 28 May 2015 17:23:31 +0000 (13:23 -0400)]
add offset option to data printdemodbuffer

easily see demod buffer's hex values at different bit offsets by using:
data printdemodbuffer x o <offset>

8 years agodelete (yet) unnecessary file client/cmdhftopaz.c
pwpiwi [Thu, 28 May 2015 00:55:57 +0000 (02:55 +0200)]
delete (yet) unnecessary file client/cmdhftopaz.c

8 years agoMFU code cleanup - final ?
marshmellow42 [Wed, 27 May 2015 21:21:42 +0000 (17:21 -0400)]
MFU code cleanup - final ?

fixed bug in debug print in MF 1k sim.

8 years agoclean up mfu device side code
marshmellow42 [Wed, 27 May 2015 16:24:13 +0000 (12:24 -0400)]
clean up mfu device side code

+ add xor calc to util (prep for desfire)
commented out MifareUWriteBlockCompat as it isn't used in client
currently (it is a command we could support..  but why?)
relabeled a few device side mfu functions to be clearer.

8 years agoCompiling manual for MAC OS X 111/head
Pavel Zhovner [Wed, 27 May 2015 08:30:50 +0000 (11:30 +0300)]
Compiling manual for MAC OS X

8 years agoupdate changelog
marshmellow42 [Wed, 27 May 2015 04:32:01 +0000 (00:32 -0400)]
update changelog

8 years ago@iceman1001 s lua script fix
marshmellow42 [Wed, 27 May 2015 00:31:07 +0000 (20:31 -0400)]
@iceman1001 s lua script fix

8 years agoalso delete *.bin and fpga_compressor when "make clean".
pwpiwi [Tue, 26 May 2015 05:37:50 +0000 (07:37 +0200)]
also delete *.bin and fpga_compressor when "make clean".
Add target to make fpga_compressor when client is not yet compiled.
Get version information and cache it when client starts (avoids clearing
BigBuf when calling hw version).
Add some comments and remove debugging printouts.
Add version info and ChangeLog in modified zlib.

8 years agoAdd clearCommandBuffer before SendCommand
marshmellow42 [Tue, 26 May 2015 14:40:23 +0000 (10:40 -0400)]
Add clearCommandBuffer before SendCommand

adjust output of mfu rdbl to be consistent
fix output of mfu dump in case startPage was specified. (also was
missing "i" in second print...)

8 years agoAdd option -d (decompress) to fpga_compress. Allows testing.
pwpiwi [Mon, 18 May 2015 06:49:38 +0000 (08:49 +0200)]
Add option -d (decompress) to fpga_compress. Allows testing.
Improve zlib deflate (note: no change required to inflate).

8 years agoCompress the .data section as well (saves another 4KBytes and comes for free)
pwpiwi [Fri, 8 May 2015 06:17:40 +0000 (08:17 +0200)]
Compress the .data section as well (saves another 4KBytes and comes for free)
zlib tuning: prevent fpga_compress from generating fixed code blocks
armsrc/Makefile: replace osimage with fullimage

8 years agoTailor zlib to our needs:
pwpiwi [Thu, 30 Apr 2015 15:57:26 +0000 (17:57 +0200)]
Tailor zlib to our needs:
- disable support for fixed code blocks. Saves 2KByte code tables in ARM Flash memory

8 years agofpga_compress: interleave (combine) fpga_lf.bit and fpga_hf.bit before compression.
pwpiwi [Wed, 29 Apr 2015 15:59:33 +0000 (17:59 +0200)]
fpga_compress: interleave (combine) fpga_lf.bit and fpga_hf.bit before compression.
fpga_loader.c: change to unweave fpga_lf and fpga_hf accordingly
prepare fpga_compress, fpga_loader and Makefile to handle more than two FPGA config files
revert removal of fullimage Makefile target. Remove osimage instead.

8 years agoreplaced gzip with an own compressor tool (fpga_compress.c, based on zlib)
pwpiwi [Sun, 26 Apr 2015 08:49:03 +0000 (10:49 +0200)]
replaced gzip with an own compressor tool (fpga_compress.c, based on zlib)
This allows to remove the gzip header support and the z_crc32.[ch] files
(which saves more than 2KBytes of the ARM's flash memory)

8 years agoFinish support for compressed FPGA images in fpgaloader.c
pwpiwi [Tue, 21 Apr 2015 19:34:33 +0000 (21:34 +0200)]
Finish support for compressed FPGA images in fpgaloader.c
- move zlib source files to separate directory zlib
- rename zlib/crc32.[ch] to zlib/z_crc32.[ch]

8 years agoadd: compress fpga images during compile, uncompress at run time
pwpiwi [Wed, 15 Apr 2015 17:16:00 +0000 (19:16 +0200)]
add: compress fpga images during compile, uncompress at run time

8 years agoadd: hw ver: show FPGA versions for both HF and LF FPGA configs
pwpiwi [Sun, 5 Apr 2015 17:15:02 +0000 (19:15 +0200)]
add: hw ver: show FPGA versions for both HF and LF FPGA configs
add: hw ver: show used and free flash memory
chg: prepare fpgaloader for compressed FPGA configs

8 years agoPorted hf mf esave trick for unreadable UIDs to hf mf csave 108/head
Pierre LALET [Mon, 25 May 2015 09:47:27 +0000 (11:47 +0200)]
Ported hf mf esave trick for unreadable UIDs to hf mf csave

Thanks: iceman1001

8 years agoMerge remote-tracking branch 'upstream/master'
marshmellow42 [Mon, 25 May 2015 02:31:13 +0000 (22:31 -0400)]
Merge remote-tracking branch 'upstream/master'

8 years agoupdated mfu rdbl and wrbl commands
marshmellow42 [Mon, 25 May 2015 02:28:21 +0000 (22:28 -0400)]
updated mfu rdbl and wrbl commands

@iceman1001 s rdbl and wrbl cmd updates.
dump screen output adjusted

8 years agoMerge pull request #107 from p-l-/fix-hfmf
Martin Holst Swende [Sun, 24 May 2015 21:10:21 +0000 (23:10 +0200)]
Merge pull request #107 from p-l-/fix-hfmf

Fix filenames for hf mf cload / csave

8 years agoFix filenames for hf mf cload / csave 107/head
Pierre LALET [Sun, 24 May 2015 20:43:08 +0000 (22:43 +0200)]
Fix filenames for hf mf cload / csave

8 years agoMerge pull request #106 from p-l-/fix-hfmfeload
Martin Holst Swende [Sun, 24 May 2015 19:32:11 +0000 (21:32 +0200)]
Merge pull request #106 from p-l-/fix-hfmfeload

Fix filenames for hf mf esave / eload

Impressum, Datenschutz