Changes between Version 33 and Version 34 of UMPA
- Timestamp:
- 05/17/10 19:35:31 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UMPA
v33 v34 1 1 = UMPA - Umit's Manipulations of Packets Art = 2 2 3 UMPA is a packet generation and manipulation library. It aims to provide an easy-to-use system4 to manipulate packets on every layer of the OSI model.3 UMPA is a packet generation and manipulation library. It aims to provide an easy-to-use system 4 to manipulate packets on every layer of the OSI model. 5 5 6 UMPA supports many sophisticated features, including:6 UMPA supports many sophisticated features, including: 7 7 8 8 * '''auto-generating packets''' - defaults are provided for most fields … … 12 12 * '''sniffing and sending packets''' - easy communication with real world 13 13 14 The goal of project is to get a powerful, easy to use and intelligent packet manipulation tool15 suitable both for beginners and experienced users. UMPA has a wide range of uses, including16 network diagnostics, auditing, stress testing and network stack debugging.14 The goal of project is to get a powerful, easy to use and intelligent packet manipulation tool 15 suitable both for beginners and experienced users. UMPA has a wide range of uses, including 16 network diagnostics, auditing, stress testing and network stack debugging. 17 17 18 UMPA is developed in the Python programming language. It's used primarily as a Python library, although other frontends/bindings are to be developed during [wiki:UMPA/GSoC2010 Google Summer of Code 2010].18 UMPA is developed in the Python programming language. It's used primarily as a Python library, although other frontends/bindings are to be developed during [wiki:UMPA/GSoC2010 Google Summer of Code 2010]. 19 19 20 20 ---- … … 48 48 == Documentation == 49 49 50 See the [wiki:UMPA/Documentation documentation site]. It contains information about architecture of the library, installation, licensing and others.50 See the [wiki:UMPA/Documentation documentation site]. It contains information about architecture of the library, installation, licensing and others. 51 51 52 There are also some [wiki:UMPA/Documentation/Tutorials tutorials] available.52 There are also some [wiki:UMPA/Documentation/Tutorials tutorials] available. 53 53 54 Since v0.2 UMPA supports sniffing. Please read about the [wiki:UMPA/PypcapModified pypcap modified] version before using this feature.54 Since v0.2 UMPA supports sniffing. Please read about the [wiki:UMPA/PypcapModified pypcap modified] version before using this feature. 55 55 56 56 ==== Blog ==== … … 87 87 88 88 == Tickets == 89 [[TicketQuery(status=new|assigned|reopened,component=UMPA,col=id|milestone|priority|summary|owner|reporter|changetime,order=milestone,format=table)]]90 89 91 Add new ticket: [http://trac.umitproject.org/newticket] (please select the UMPA component) 90 [[TicketQuery(status=new|assigned|reopened,component=UMPA,col=id|milestone|priority|summary|owner|reporter|changetime,order=milestone,format=table)]] 91 92 Add new ticket: [http://trac.umitproject.org/newticket] (please select the UMPA component)
