Ticket #395 (closed defect: fixed)
PacketManipulator - Exception adding a new Sequence
| Reported by: | luis | Owned by: | boltrix |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | Umit | Version: | current svn |
| Keywords: | Cc: | nopper |
Description
When you open PacketManipulator:
1. Select one packet in Protocols Perspective
2. Right click
3. Add to a new sequence
Traceback (most recent call last):
File "/Users/bastiao/Umit/svn/pm/trunk/umit/pm/gui/tabs/protocolselectortab.py", line 268, in __add_to_new_sequence
ServiceBus().call('pm.sessions', 'create_edit_session', sel)
NameError: global name 'ServiceBus' is not defined
Missed a import, patch in attachment.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
