Skip to content

Latest commit

 

History

History
87 lines (79 loc) · 1.23 KB

pyshark-doc.md

File metadata and controls

87 lines (79 loc) · 1.23 KB

Pyshark doc

Attribute of the 'eth' layer

  • 'dst_resolved',
  • 'src_resolved',
  • 'dst',
  • 'addr_resolved',
  • 'lg',
  • 'addr',
  • 'ig',
  • 'type',
  • 'src'

Attribute of the 'ip' layer

  • 'flags_mf',
  • 'ttl',
  • 'version',
  • 'dst_host',
  • 'flags_df',
  • 'flags',
  • 'dsfield',
  • 'src_host',
  • 'id',
  • 'checksum',
  • 'dsfield_ecn',
  • 'hdr_len',
  • 'dst',
  • 'dsfield_dscp',
  • 'frag_offset',
  • 'host',
  • 'flags_rb',
  • 'addr',
  • 'len',
  • 'src',
  • 'checksum_status',
  • 'proto'

Attribute of the 'tcp' layer

  • 'flags_urg',
  • 'ack',
  • 'options_nop',
  • 'stream',
  • 'checksum_status',
  • 'seq',
  • 'analysis_push_bytes_sent',
  • 'len',
  • 'flags_res',
  • 'analysis_bytes_in_flight',
  • 'options_timestamp',
  • 'option_len',
  • 'analysis',
  • 'hdr_len',
  • 'dstport',
  • 'flags_push',
  • 'window_size',
  • 'flags_ns',
  • 'flags_ack',
  • 'flags_str',
  • 'flags_fin',
  • 'option_kind',
  • 'port',
  • 'window_size_scalefactor',
  • 'window_size_value',
  • 'options',
  • 'flags',
  • 'payload',
  • 'flags_ecn',
  • 'nxtseq',
  • 'srcport',
  • 'checksum',
  • 'urgent_pointer',
  • 'options_timestamp_tsval',
  • 'flags_syn',
  • 'flags_cwr',
  • 'flags_reset',
  • 'options_timestamp_tsecr'

Attribute of the 'ssl' layer

  • 'app_data',
  • 'record_length',
  • 'record_version',
  • 'record',
  • 'record_content_type'