Nmap Development mailing list archives
Re: Big Zenmap news
From: "Vladimir Mitrovic" <snipe714 () gmail com>
Date: Tue, 26 Aug 2008 13:26:18 +0200
On Tue, Aug 26, 2008 at 11:28 AM, Vlatko Kosturjak <kost () linux hr> wrote:
Hello Vladimir and congrats for nice work!
Thanks! :)
Just tried it and it works well. Although I found a possible bug. If I choose (from the main menu on the top) Scan and then Open Scan and press Cancel in file dialog, it will open new window of ZenMap anyway. I think it shouldn't.
Thanks, I'll fix this.
Also, I have question which this nice feature requires. What do you guys use for merging XML of two or more already done scans into single XML?
Nothing! We don't merge XML files at all. The inventory class (you can see how it works in zenmapCore/NetworkInventory.py) consumes parsed XML files and creates a list of hosts and their information. When you want to save the inventory back to disk, we use a directory-oriented approach: we simply save all inventory's scans (.xml or .usr files) to a user-specified directory. That way, you can easily append any XML file to the inventory, even if you generated it from the command line using an -oX option. We didn't want to mutate the XML structure since it would further differentiate Zenmap's XML from Nmap's XML, and would, in short, create a mess. Cheers, Vladimir _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- Re: Big Zenmap news - __draw_node MemoryError, (continued)
- Re: Big Zenmap news - __draw_node MemoryError jah (Aug 26)
- Re: Big Zenmap news - __draw_node MemoryError jah (Aug 28)
- Re: Big Zenmap news - __draw_node MemoryError David Fifield (Aug 28)
- Re: Big Zenmap news - __draw_node MemoryError jah (Aug 28)
- Re: Big Zenmap news - __draw_node MemoryError David Fifield (Aug 28)
- Re: Big Zenmap news David Fifield (Aug 26)
- Re: Big Zenmap news - TypeError: decoding Unicode jah (Aug 26)
- Re: Big Zenmap news - TypeError: decoding Unicode jah (Aug 27)
- Re: Big Zenmap news - TypeError: decoding Unicode David Fifield (Aug 28)
- Re: Big Zenmap news Vladimir Mitrovic (Aug 26)
- Re: Big Zenmap news David Fifield (Aug 26)
- RE: Big Zenmap news Thomas Buchanan (Aug 26)
- Re: Big Zenmap news David Fifield (Aug 26)
