Analysis of PCAP Files

This is a long line of text.

Functions

analysis.strftimestamp(ts)
Parameters:ts – timestamp

This is a long line of text.

Decoders

This is a long line of text.

analysis.decode_ethernet(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_vlan(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_ip(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_udp(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_udp(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_packet(s)
Parameters:s – packet string

This is a long line of text.

analysis.decode_file(fname)
Parameters:name – pcap file name

This is a long line of text.

Tracing

This is a long line of text.

class analysis.Tracer
currentState

This is a long line of text.

__init__(initialState=None)
Parameters:initialState – initial state function

This is a long line of text.

Start(pkt)
Parameters:pkt – packet

This is a long line of text.

Next(pkt)
Parameters:pkt – packet

This is a long line of text.

analysis.trace(fname, tracers)
Parameters:
  • fname – pcap file name
  • tracers – list of tracer classes

This is a long line of text.