Changeset 3253
- Timestamp:
- 07/29/08 11:45:26 (5 years ago)
- Files:
-
- 1 modified
-
branch/PacketManipulator/Tabs/MainTab.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/PacketManipulator/Tabs/MainTab.py
r3252 r3253 103 103 self.hexview = HexView() 104 104 105 self.hexview.show_payload(self.protocol.get_raw()) 105 # We are waiting for getxsick to complete that stuff 106 #self.hexview.show_payload(self.protocol.get_raw()) 106 107 107 108 def __pack_widgets(self):
