All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pkts.frame.Layer1Frame Maven / Gradle / Ivy

There is a newer version: 3.0.10
Show newest version
/**
 * 
 */
package io.pkts.frame;



/**
 * A frame representing the Physical Layer in the OSI model
 * 
 * Now, since this is a pcap library and we actually really don't have a
 * physical layer this is really just to represent the pcap frame in a way
 * aligned with everything else.
 * 
 * @author [email protected]
 */
public interface Layer1Frame extends Frame {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy