How to read the bump map texture's filename from 3ds file

I want to read the bump map texture’s filename from 3ds file(i.e. “bump.tga”).But I don’t know how to do this.I know the ID of the base texture’s filename is 0xA300,but what is the ID of the bump map texture’s filename? How to read it?
Thanks very much.