Ticket #302 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
