List<Short> lOffset = new ArrayList<Short>();
// this list contains the tags of the custom componentTab
List<Byte> lCustomTag = new ArrayList<Byte>();
CapFile capFile = new CapFile();
logger.debug("starting first pass (loading components)");
inputStream.load();
while (true) {