Timeline


and .

07/15/10:

23:40 Changeset [5742] by diogo

performance increase: thread replaced by process

21:10 Changeset [5741] by diogo

zion profile prompt. interface improvement

20:57 Changeset [5740] by kosma

revert r5734 (it was a workaround for pypcap bug fixed in pypcap r94)

07/14/10:

21:41 Changeset [5739] by diogo

identification page merged with scan page

19:50 Changeset [5738] by shweta_26

added inventory button in toolbar

12:24 RobotsTxt edited by luis
(diff)
00:34 RobotsTxt created by luis

07/13/10:

21:35 Changeset [5737] by kosma

coverage.py: call python via /usr/bin/env for more portability

02:46 Changeset [5736] by diogo

zion running in thread; communication between interface and zion with ...

07/12/10:

21:23 Changeset [5735] by diogo

zion: fingerprint matching with database

17:33 Changeset [5734] by kosma

sniffing: check next() return value more carefully

17:32 Changeset [5733] by kosma

models.py: use new umit.umpa.send() support

07/08/10:

15:12 Changeset [5732] by qsy

Edited scripts/cppm, does the same

07/07/10:

20:32 Changeset [5731] by kosma

test_pypcap.py: use tests.utils.TempFile? for creating a temporary file

20:31 Changeset [5730] by kosma

mktemp(): move to tests/utils

20:03 Changeset [5729] by kosma

test_sniffing_init.py: fix mktemp() issues under Windows

19:55 Changeset [5728] by nopper

Add simple bash script to checkout and patch scapy tree

18:45 Changeset [5727] by kosma

UMPAPcapException: fix test_pypcap.py to expect proper exception name

18:44 Changeset [5726] by kosma

UMPAPcapException: fix test_sniffing_init.py to expect proper exception ...

18:37 Changeset [5725] by kosma

tests: cut tests run time by 33%.

18:28 Changeset [5724] by kosma

_sockets: minor documentation correction

18:27 Changeset [5723] by kosma

UMPAPcapException: modify _sockets.py to expect proper exception class

18:25 Changeset [5722] by kosma

UMPAPcapException: modify test_libpcap_init.py to expect proper exception ...

18:23 Changeset [5721] by kosma

UMPAPcapException: modify utils.libpcap to use UMPAPcapException

18:23 Changeset [5720] by kosma

UMPAPcapException: add UMPAPcapException class

18:12 Changeset [5719] by kosma

documentation fixes: SocketL2/L3, _config

17:54 Changeset [5718] by kosma

umit.umpa: pull _sockets.send and SocketL3 into official API

17:43 Changeset [5717] by qsy

Modified scripts/cppm -- now can build and run PM with dev version of ...

12:44 Changeset [5716] by diogo

ip address obtained from interface using netifaces

12:25 Changeset [5715] by ganja

The patch does the following :- 1)Changes in ...

07/06/10:

22:49 Changeset [5714] by diogo

syn proxy detection implemented

19:59 Ticket #406 (Integeration of BTSniffer into PM) created by ganja
Ticket created for integration of BTSniffer into PM. 1)Make it …
02:33 Changeset [5713] by diogo

attractors normalized. fingerprint calculated in som. frontend interaction ...

00:13 Changeset [5712] by kosma

test_models.py: a uniform method of choosing local IP that works on ...

07/05/10:

23:53 Changeset [5711] by kosma

test_models.py: fix regression introduced in r5710 (avoid dst=127.0.0.1 in ...

23:44 Changeset [5710] by kosma

test_models.py: fix tests to work under WinXP (use valid source IP ...

22:50 Changeset [5709] by diogo

honeyd detection implemented

22:25 Changeset [5708] by kosma

umpa._config: add basic documentation

22:08 Changeset [5707] by kosma

tests/utils.py: a Windows kludge: wrap L3 packets in an Ethernet header to ...

22:03 Changeset [5706] by kosma

test_sockets.py: skip L3 tests due to WinXP security restrictions

20:24 Changeset [5705] by diogo

remove duplicated points in attractor plot. correction in ISN capturing.

12:52 Changeset [5704] by diogo

zion os detection refactor

11:10 Changeset [5703] by diogo

correction zion -d option syntax

07/04/10:

16:15 Changeset [5702] by kosma

don't crash with «'NoneType?' object is not iterable» message when a ...

14:50 Changeset [5701] by kosma

test_models.py: fix to work under BSD

13:59 Changeset [5700] by niteesh

Fullscreen, Make the display more dynamic: # Limit on the IPs to be ...

07/03/10:

22:32 Changeset [5699] by kosma

_sockets.py: add support for L2 send via pcap (so far tested under Linux ...

22:29 Changeset [5698] by kosma

move wrapper detection from umpa.config to umit.umpa.libpcap (tests)

19:39 Changeset [5697] by kosma

pypcap wrapper: fail if using wrong pcap bindings

19:35 Changeset [5696] by kosma

move wrapper detection from umpa.config to umit.umpa.libpcap

16:55 Changeset [5695] by kosma

undo last commit

07/01/10:

22:52 Changeset [5694] by kosma

move pcap wrapper detection from umpa.config to umpa.utils.libpcap; kill ...

22:10 Ticket #405 (Trac is not indexed by Google) created by getxsick
see the summary. please change it ASAP
22:09 Ticket #404 (UMPA needs some extra promotions) created by getxsick
We do not have numerous of users and would be nice to change it. See a …

06/29/10:

18:16 Changeset [5693] by kosma

naming convention

18:10 Changeset [5692] by kosma

refactor out libpcap support: split tests into libpcap and sniffing

18:08 Changeset [5691] by kosma

refactor out libpcap support: refactor out tests (stage 1)

18:04 Changeset [5690] by kosma

refactor out libpcap support: refactor out tests (stage 1)

17:57 Changeset [5689] by kosma

refactor out libpcap support: remove libpcap detection from sniffing, use ...

17:56 Changeset [5688] by kosma

add basic documentation on umpa.utils.libpcap

17:56 Changeset [5687] by kosma

refactor out libpcap support: remove sniffing logic from libpcap core ...

17:54 Changeset [5686] by kosma

refactor out libpcap support: fix pypcap wrapper to use new module paths

17:53 Changeset [5685] by kosma

refactor out libpcap support: fix pypcap test to use new module paths

17:50 Changeset [5684] by kosma

refactor out libpcap support, stage 2: rename libpcap.libpcap to ...

17:26 Changeset [5683] by kosma

refactor out libpcap support, stage 2: rename libpcap.libpcap to ...

17:23 Changeset [5682] by kosma

refactor out libpcap support, stage 1: move relevant files from ...

17:12 Changeset [5681] by kosma

add support for pcap_sendpacket() to pypcap wrapper

12:12 Changeset [5680] by ganja

Adding the NetPid? Plugin into svn.This Plugin lists the open ports on the ...

09:36 Changeset [5679] by diogo

corrected blank files

01:50 Changeset [5678] by diogo

Zion attractors classification. Plot widget shows the graphic of ...

06/28/10:

20:11 Changeset [5677] by kosma

fix examples/sniff.py to use default device + valid destination

20:01 Changeset [5676] by kosma

omit the whole /usr directory when calculating coverage (BSD has Python ...

19:32 Changeset [5675] by kosma

fix test_sniffing_init to use default device + valid destination

19:18 Changeset [5674] by kosma

fix test_out_internet to use default device

06/24/10:

23:06 Changeset [5673] by kosma

fix payload test to use default device and UDP

22:29 Changeset [5672] by kosma

fix test_pypcap.py to use default device

22:29 Changeset [5671] by kosma

don't apply immediate mode to files

21:34 Ticket #351 (Send Packet in UMPA - BSD) closed by kosma
fixed: r5597 merged. Closing.
20:29 Changeset [5670] by kosma

fix L2 tests under BSD (it mangles the source MAC address, so don't test ...

20:17 Changeset [5669] by kosma

remove duplicate test and fix name of another one

20:06 Changeset [5668] by kosma

Kill fix-tests branch (merged into link-layer-integration branch).

19:58 Changeset [5667] by kosma

Removed merge tracking for "svnmerge" for ...

19:50 Changeset [5666] by kosma

Merge fix-tests into link-layer-integration. The branches depend on ...

19:45 Changeset [5665] by kosma

Initialized merge tracking via "svnmerge" with revisions "1-5655" from ...

19:39 Changeset [5664] by kosma

use unbuffered (immediate) sniffing under BSD (helps prevent test hangs)

18:24 Changeset [5663] by kosma

fix test_sockets to use default interface instead of lo

17:52 Changeset [5662] by kosma

fix SocketL2.send return value

06/23/10:

21:16 Changeset [5661] by kosma

correctly test the presence of 'any' device on all platforms

19:56 Changeset [5660] by kosma

warning about unportable code

19:44 Changeset [5659] by kosma

make documentation consistent with code

19:00 Changeset [5658] by kosma

add get_default_device()

06/22/10:

22:46 Changeset [5657] by kosma

don't (accidentaly) calculate coverage of xmlplus modules

21:17 Changeset [5656] by kosma

A new branch for fixing #403.

20:02 Ticket #403 (Fix tests under Windows and BSD) created by kosma
The current set of tests makes multiple unportable assumptions about …

06/21/10:

12:35 Changeset [5655] by getxsick

kill another dead branch (can we kill something dead?)

12:25 Changeset [5654] by getxsick

kill outdated branch. we have a new style of db in trunk/umit/db

09:34 Changeset [5653] by boltrix

Removed dead independent features branches.

06/20/10:

22:13 Ticket #80 (About SVN-server) closed by luis
out of date
17:38 Changeset [5652] by diogo

call zion from umit interface; ports listed

15:29 Changeset [5651] by kosma

Merged revisions 5591-5606,5613,5625,5645-5646 via svnmerge from ...

15:18 Changeset [5650] by kosma

Initialized merge tracking via "svnmerge" with revisions "1-5590" from ...

15:17 Changeset [5649] by kosma

revert r5648 (svnmerge revision list was incorrect)

15:04 Changeset [5648] by kosma

Initialized merge tracking via "svnmerge" with revisions "1-5647" from ...

11:50 Changeset [5647] by luis

Removed scripts, it was already in trunk

10:06 SVN edited by luis
update urls (diff)

06/19/10:

17:14 Changeset [5646] by kosma

information on L3 sockets under xp sp2

16:00 Changeset [5645] by kosma

revert a too-hasty documentation change

14:13 Ticket #402 (New Features - Message Sequence Chart) created by niteesh3@…
The idea of this ticket is for adding new features for MSC plugin: - …
12:39 Changeset [5644] by luis

Remove old branch, it was integrated

11:43 Changeset [5643] by getxsick

remove old and empty branch/ from the root

11:42 Changeset [5642] by getxsick

remove unnecessary props

06/18/10:

18:19 Changeset [5641] by getxsick

update svn:externals to the new structure of the repository

18:13 Changeset [5640] by getxsick

update svn:external to the new structure of the repository

18:07 Changeset [5639] by getxsick

move UmitWeb to network-scanner-web/trunk

16:39 Changeset [5638] by getxsick

THE REAL rollback the trunk of UmitWeb

16:21 Changeset [5637] by getxsick

rollback the trunk of umitweb

16:15 Changeset [5636] by getxsick

remove trunk for umit-web to fix our history

16:13 Changeset [5635] by getxsick

update svn:externals

16:05 Changeset [5634] by getxsick

remove unnecesady svn props from network-scanner/

16:01 Changeset [5633] by getxsick

move trunk to network-scanner/

15:58 Changeset [5632] by getxsick

rollback the trunk and then we will move it to the correct destination ...

15:03 Changeset [5631] by getxsick

update svn:external prop for umpa

14:42 Changeset [5630] by getxsick

temporary remove the trunk to fix the r5617

r5617 removed our svn history ...

14:20 Changeset [5629] by getxsick

rollback r5638 sorry i missed that it's not unused

13:18 Changeset [5628] by getxsick

kill unused branch

13:02 Changeset [5627] by getxsick

move Umit tags to network-scanner tree

12:59 Changeset [5626] by boltrix

Finally removed the old branch dir from our root.

12:48 Changeset [5625] by getxsick

rename umpa/branch to umpa/branches (even if i prefer branch/)

12:48 Changeset [5624] by boltrix

Moving the last branches.

12:15 Changeset [5623] by boltrix

Moving some old/unused branches into old. Created a root dir for zion as ...

12:04 Changeset [5622] by boltrix

Moving some branches into network-scanner's branch

11:49 Changeset [5621] by boltrix

Moving BTSniff into packet-manipulator/branches.

11:43 Changeset [5620] by boltrix

Creating an extras directory where all the non-project or non-sotware ...

11:34 Changeset [5619] by boltrix

Putting the contents of network-scanner-web into network-scanner-web/trunk ...

11:30 Changeset [5618] by boltrix

Moving branch/UmitWeb into the brand new network-scanner-web

11:26 Changeset [5617] by boltrix

Creating branches/trunk inside network-scanner and moving the content of ...

11:21 Changeset [5616] by boltrix

Umit Network Scanner renamed from trunk to network-scanner

10:53 SVN edited by getxsick
kill redundant args (diff)
10:52 SVN edited by getxsick
update svn url for umpa (diff)
09:55 SVN edited by luis
(diff)

06/16/10:

20:57 Ticket #401 (L2 support for Windows) created by getxsick
there is no. we need it. shoot and kill!
19:01 UMPA/Documentation/InstallGuide edited by kosma
change SVN project case UMPA -> umpa (diff)
18:57 UMPA edited by kosma
change SVN project case UMPA -> umpa (diff)
18:54 Ticket #397 (UDP checksum calculated incorrectly) closed by kosma
fixed: Fixed in r5615.
18:53 Changeset [5615] by kosma

Fix UDP checksum bug (closes #397)

18:51 PacketManipulator edited by nopper
Readapting wiki to repository changes. (diff)
18:48 Changeset [5614] by nopper

Renaming pm to packet-manipulator, as suggested in umit-dev ml.

17:41 Changeset [5613] by getxsick

rename UMPA repository to umpa

06/15/10:

11:09 Changeset [5612] by nopper

Exporting patched protocols only if they're found in globals(). Thanks to ...

11:08 Changeset [5611] by nopper

Setting a 0 TCP window if not found

08:15 MessageSequenceCharts edited by casinaroyale
(diff)
Note: See TracTimeline for information about the timeline view.