Changeset 5886
- Timestamp:
- 03/26/11 15:36:12 (2 years ago)
- Location:
- network-scanner/trunk
- Files:
-
- 2 modified
-
install_scripts/windows/py2exe_setup.py (modified) (1 diff)
-
share/umit/config/umit.conf (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-scanner/trunk/install_scripts/windows/py2exe_setup.py
r5632 r5886 78 78 "packages": "encodings", 79 79 "includes": [ 80 'pango', 'atk', 'gobject', 'pickle', 'bz2', 80 'pango', 'atk', 'gobject', 'pickle', 'bz2', 'gio', 81 81 'encodings', 'encodings.*', 'cairo', 'pangocairo'], 82 82 # Ignore psyco if it is not installed -
network-scanner/trunk/share/umit/config/umit.conf
r5632 r5886 6 6 highlight = [65535, 65535, 65535] 7 7 underline = 0 8 9 [database] 10 umit_decay = 60 11 inventory_decay = 0 8 12 9 13 [date_highlight] … … 42 46 43 47 [hostname_highlight] 44 regex = (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])*48 regex = (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])* 45 49 bold = 1 46 50 text = [0, 111, 65535] … … 48 52 highlight = [65535, 65535, 65535] 49 53 underline = 1 54 55 [inventory] 56 tips = True 57 tabs_close_btn = True 50 58 51 59 [ip_highlight] … … 71 79 nmap_command_path = nmap 72 80 81 [plugins] 82 paths = /Volumes/Extend/Umit/svn/network-scanner/trunk/share/umit/config/plugins 83 plugins = 84 73 85 [port_list_highlight] 74 86 regex = PORT\s+STATE\s+SERVICE(\s+VERSION)?\s.* … … 80 92 81 93 [search] 82 s earch_db = 194 save_time = 60;days 83 95 file_extension = usr 84 96 store_results = 1 85 97 directory = 86 s ave_time = 60;days98 search_db = 1 87 99 88 [database]89 umit_decay = 6090 inventory_decay = 091 92 [inventory]93 tips = True94 tabs_close_btn = True
