<node fwinfo="endpoint;width=6">

  <node id="Input_Channel_select" permission="rw" address="0x0" description="Select the channel to capture" fwinfo="endpoint;width=0">
    <node id="channel"          mask="0x0000001F"  description="input channel to be captured" />
  </node>

  <node id="Input_Capture_Control" permission="w" address="0x1" description="Controlling capture of a single packet header and trailer" fwinfo="endpoint;width=0">
    <node id="arm"          mask="0x00000001"  description="arm the capture mechanism" />
	<node id="clear"        mask="0x00000002"  description="clear the last capture" />
	<node id="arm_timeout"  mask="0x00000004"  description="capture input packet arriving after timeout on the same channel" />
  </node>
  
 <node id="Input_Capture_Status"  permission="r" address="0x2"  description="Single Packet Capture Status" fwinfo="endpoint;width=0">
    <node id="armed"        mask="0x00000001"  description="capture mech has been armed" />
	<node id="triggered"    mask="0x00000002"  description="capture mech has triggered" />
    <node id="pkt_error"    mask="0x00000004"  description="incomplete packet" />
	<node id="armed_timeout" mask="0x00000008"  description="capture the next packet arriving on the channel after timeout" />
	<node id="crc9_error"   mask="0x00000010"  description="incorrect header crc" />
	<node id="crc20_error"  mask="0x00000020"  description="incorrect payload crc" />
	<node id="length_error" mask="0x00000040"  description="incorrect payload lemgth" />
	<node id="version"      mask="0xF0000000"  description="protocol version" />	
  </node> 
  
 <node id="Header_0"  permission="r" address="0x3"  description="Captured Packet Header Word #0" fwinfo="endpoint;width=0">
    <node id="Stream_ID"    mask="0x000000FF"  description="Stream ID" />
	<node id="BCN"          mask="0x000FFF00"  description="Bunch Crossing Number" />
    <node id="CRC_9"        mask="0xFFF00000"  description="version and CRC-9 value" />
  </node>  

  <node id="Header_1"  permission="r" address="0x4"  description="Captured Packet Header Word #1" fwinfo="endpoint;width=0">
    <node id="L1ID"         mask="0x00FFFFFF"  description="L1ID number" />
	<node id="ECRID"        mask="0xFF000000"  description="ECRID" />
  </node>  
 
 
<node id="Trailer_0"  permission="r" address="0x5"  description="Captured Packet Trailer Word #0" fwinfo="endpoint;width=0">
    <node id="Payload_Len"  mask="0x00000FFF"  description="Payload Length" />
	<node id="FEX_Number"   mask="0x0000F000"  description="FEX Number" />
	<node id="Shelf_Number" mask="0x000F0000"  description="Shelf Number" />
    <node id="Reserved"     mask="0xFFF00000"  description="Reserved" />
  </node>   

<node id="Trailer_1"  permission="r" address="0x6"  description="Captured Packet Trailer Word #1" fwinfo="endpoint;width=0">
    <node id="FEX_timeOut"      mask="0x00000001"  description="Fex timeout flag" />
	<node id="Header_Mismatch"  mask="0x00000002"  description="Header Mismatch flag" />
	<node id="Length_Mismatch"  mask="0x00000004"  description="Packet Length Mismatch flag" />
	<node id="Protocol_Error"   mask="0x00000008"  description="Protocol error" />
	<node id="Safe_mode"        mask="0x00000010"  description="Header CRC Error" />
	<node id="Corrective_Tr"    mask="0x00000020"  description="Corrective Trailer" />
	<node id="blank"            mask="0x00000FC0"  description="reserved for future use" />
	<node id="CRC_20"           mask="0xFFFFF000"  description="20-bit Payload CRC" />
  </node>     
 
<node id="PKT_Count"  permission="r" address="0x7"  description="Number of packets since last reset or clear" fwinfo="endpoint;width=0"/>
    
 <node id="trace_memory"       address="0x20" size="0x20"  mode="block" description="input TOB packet capture memory" fwinfo="endpoint;width=5"/>
 
</node>
