Changeset 3253

Show
Ignore:
Timestamp:
07/29/08 11:45:26 (5 years ago)
Author:
nopper
Message:

Disabling hexview for now waiting getxsick

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/PacketManipulator/Tabs/MainTab.py

    r3252 r3253  
    103103        self.hexview = HexView() 
    104104 
    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()) 
    106107 
    107108    def __pack_widgets(self):