Ticket #302 (closed defect: fixed)

Opened 16 months ago

Last modified 13 months ago

can't pass more than 1 control bit for TCP protocol

Reported by: getxsick Owned by: getxsick
Priority: low Milestone: UMPA 0.2 - sniffing
Component: UMPA Version: current svn
Keywords: Cc:

Description

TCP(control_bits='fin')

but we can't pass more than one control bit to constructor.

we can do like this:

x = TCP()
x.set_flags('control_bits', fin=True, psh=True)

Propably in Protocol.set_field() should be extra checking if the field isn't a flag type and then call Protocol.set_flag()

Attachments

Change History

Changed 16 months ago by getxsick

  • priority changed from medium to low

Changed 13 months ago by getxsick

  • status changed from new to assigned
  • milestone set to UMPA 0.2 - sniffing

Changed 13 months ago by getxsick

  • status changed from assigned to closed
  • resolution set to fixed

fixed r4924

Add/Change #302 (can't pass more than 1 control bit for TCP protocol)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.