Hi, I recently needed to get a file from an UDF image (windows 7 installation DVD) on linux as a regular user, and I couldn't find anything to do that. fuseiso/libarchive don't seem to have UDF support, and while libcdio has a libudf and some sample code to read files from an UDF image, iso-read/iso-info do not support UDF
This patch series moves some code from the udf sample code to iso-read/iso-info so that they can deal with UDF images as well. They fall back to the regular ISO9660 code when the image does not seem to be an UDF image. Christophe
