{5} Assigned, Active Tickets by Owner (Full Description) (11 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

getxsick (1 match)

Ticket Summary Component Milestone Type Created
Description
#352 examples for new features UMPA UMPA 0.5 task 07/31/09

examples for sniffing, async scheduler...


kosma (8 matches)

Ticket Summary Component Milestone Type Created
Description
#401 L2 support for Windows UMPA UMPA 0.3 - L2 enhancement 06/16/10

there is no. we need it. shoot and kill!


#309 IPv6 address can't omit any groups UMPA UMPA 0.4.0 - autogeneration+IPv6 defect 04/23/09

Can't use addresses like 2001:db8::1428:57ab All groups have to be pass.


#311 IPv6 tests fails if we pass tuple UMPA UMPA 0.4.0 - autogeneration+IPv6 defect 04/23/09

TestIPv6AddrField.test_set for this testcase:

check((0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF,0xFFFF))

As ignotus mention the problem is that 0xFFFF == 65535 and UMPA handles 65535 as 0x65535 what gives in result 415029

Of course it's wrong.

The buggy code is in IPAddrField._is_valid(), propably line:

i_base = int(i, self.base)

self.base == 16 and so on. But we need it for other cases. More invastigation is needed.


#338 some fields are not fully supported UMPA UMPA 0.4.0 - autogeneration+IPv6 defect 07/03/09

we set 0 for some fields in some protocols. obviously it should be done in better way. also Options for some protocols propably should has special OptionsField? objects


#403 Fix tests under Windows and BSD UMPA UMPA 0.3 - L2 defect 06/22/10

The current set of tests makes multiple unportable assumptions about interface naming and semantics, including:

  • using "any" interface (unsupported under Windows and BSD)
  • sending TCP packets (unsupported under Windows XP SP2 and newer)
  • using "lo" interface (named "lo0" under BSD, nonexistent under Windows)

One method of selecting the interface should be chosen, and the tests modified to use it.


#319 IPv6 support UMPA UMPA 0.4.0 - autogeneration+IPv6 enhancement 04/30/09

IPv6 support is currently disabled (see #310 for problems)

but obviously it should be enable again...


#328 improvements for pypcap wrapper UMPA UMPA 0.5 enhancement 05/20/09

wrapper pypcap doesn't support findalldevs() this support should be added (the wrapper is written partialy in pyrex)

anyway, the way how e.g. scapy works with findalldevs() is obscure, it just check interfaces in /proc and it doesn't have anything with libpcap. this way is wrong.


#314 PaddingField use only 0 as a padding UMPA UMPA 0.4.0 - autogeneration+IPv6 behaviour 04/24/09

It's OK for common issues but it deny to idea of UMPA where you can edit any bit you want.

Propably we should allow to use any padding value and "somehow" convert it for padding bits.


niteesh (1 match)

Ticket Summary Component Milestone Type Created
Description
#402 New Features - Message Sequence Chart PacketManipulator enhancement 06/19/10

The idea of this ticket is for adding new features for MSC plugin:

- Fullscreen

- Make the display more dynamic

  • Be able to select IPs on the fly to be continuously displayed and those which can be removed with time (May be we can select an IP in the display ?)
  • Once you can select IPs/packets, we can start playing around with things like being able to select a packet and deploy it/see the packet header details.
  • Limit on the IPs to be decided based on the resolution and not a hard limit.
  • Add option to remove scaling on the time axis, so that all the packet relays are shown at same gaps even though the time intervals are different.

- IPv6 compliance

- Sequence Filter

  • Make the no. of packets in the filter dynamic, instead of the current 5 hard limit.

rcarvalho (1 match)

Ticket Summary Component Milestone Type Created
Description
#109 nmap output encoding umitWeb enhancement 08/25/08

Nmap output in UmitWeb is in UTF-8 Encoding ... For Russian Cyrillic it is good to use Windows-1251 in nmap output thought UmitWeb in browser


Note: See TracReports for help on using and creating reports.