I looked at your files and the whitelevel same level did not apply. If you choose "keep log file after conversion" you will be able to see what happens or not with exiftool.
I also noticed some whitelevel stop in the log file with my dng:s but somehow I think exif tool worked anyway. Need some more testing though I believe.
You can drag and drop your dng on one of these droplets to be able to see the exiftool information, whitelevel and so on.
http://owl.phy.queensu.ca/~phil/exiftool/List_Exif_Metadata.zipMeanwhile you can change white and blacklevel like this and get same level to your dng:s. Just see to it that you get rid of the old exif temp files in the folder.
Exiftool -r *.DNG "-WhiteLevel<BlackLevel" -overwrite_original
Exiftool -r *.DNG "-WhiteLevel+=50000" -overwrite_original
1 - open terminal and write Exiftool -r *.DNG "-WhiteLevel<BlackLevel" -overwrite_original then hit space once.
2 - drag your folders or a single folder containing more folders on top of the terminal command (command -r will search all folders). Hit enter. Command line will run through the DNG;s. Wait until all files are finished.
3 - run the same again but now with the other command line Exiftool -r *.DNG "-WhiteLevel+=50000" -overwrite_original hit space once.
4 - drag your same folders or a single folder containing more folders on top of the terminal command (commando -r will search all folders). Hit enter.
Terminal might be giving some warnings about not finding dng,s but the command seems to run anyway.