org.jnetpcap.packet.structure
Class DefaultField

java.lang.Object
  extended by org.jnetpcap.packet.structure.JField
      extended by org.jnetpcap.packet.structure.DefaultField

public class DefaultField
extends JField

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
 
Fields inherited from class org.jnetpcap.packet.structure.JField
style, subFields
 
Method Summary
static DefaultField fromAnnotatedField(AnnotatedField field)
           
static JField[] fromAnnotatedFields(AnnotatedField[] fields)
           
 
Methods inherited from class org.jnetpcap.packet.structure.JField
getDisplay, getLength, getMask, getName, getNicname, getOffset, getParent, getPriority, getStyle, getSubFields, getUnits, getValue, getValue, getValueDescription, hasField, hasSubFields, longValue, setParent, setStyle, sortFieldByOffset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

fromAnnotatedField

public static DefaultField fromAnnotatedField(AnnotatedField field)

fromAnnotatedFields

public static JField[] fromAnnotatedFields(AnnotatedField[] fields)
Parameters:
fields -
Returns: