/** * */ package org.krakenapps.pcap.decoder.srvsvc.structure; import org.krakenapps.pcap.util.Buffer; /** * @author tgnice@nchovy.com * */ public interface StructInterface { public void parse(Buffer b ); }