Changeset 5606
- Timestamp:
- 06/05/10 22:21:49 (3 years ago)
- Files:
-
- 1 modified
-
UMPA/branch/link-layer-integration/docs/README (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
UMPA/branch/link-layer-integration/docs/README
r5187 r5606 3 3 ============================================ 4 4 5 Copyright (C) 2008 Adriano Monteiro Marques <py.adriano at gmail dot com>5 Copyright (C) 2008-2010 Adriano Monteiro Marques <py.adriano at gmail dot com> 6 6 7 Author: Bartosz SKOWRON <getxsick at gmail dot com> 7 Authors: Bartosz SKOWRON <getxsick at gmail dot com> 8 Kosma Moczek <kosma at kosma dot pl> 8 9 9 10 All rights reserved, see COPYING for details. … … 27 28 ============ 28 29 29 UMPA is a packets manipulation library. 30 UMPA is a packet generation and manipulation library. It aims to provide 31 an easy-to-use system to manipulate packets on every layer of the OSI model. 32 UMPA supports many sophisticated features, including: 30 33 31 UMPA is developed in the Python programming language. 34 * auto-generating packets - defaults are provided for most fields 35 * high-level editing of header fields - no knowledge of bit-level 36 representation needed 37 * auto-filling - checksum/length fields are generated automatically 38 * interaction system - reacting and responding to network events 39 * sniffing and sending packets - easy communication with the real world 32 40 33 Packet manipulation library aims to provide easy to use system34 to manipulate packets of every OSI model layers.35 36 Many features are supported like: auto-generating packets, high-level37 editing header fields, auto-filling, interaction system, sniffing38 and creating objet's of packets.39 41 The goal of the project is to get a powerful, easy to use and intelligent 40 tool for pro and newbies.41 42 Check docs/* for additional informations. 42 packet manipulation tool suitable both for beginners and experienced users. 43 UMPA has a wide range of uses, including network diagnostics, auditing, 44 stress testing and network stack debugging. 43 45 44 46 … … 46 48 ============= 47 49 48 On the Web: 49 50 http://www.umpa.umitproject.org 50 On the Web: http://www.umpa.umitproject.org 51 51 52 52 This page also points to support resources and informations about UMPA … … 64 64 * [1] Python programming language 65 65 * [2] libpcap (for sniffing) 66 * [3] libpcap's python wrapper (see INSTALL for more)66 * [3] libpcap's python wrapper (see INSTALL for details) 67 67 68 68 … … 73 73 library, sending patches, testing it and giving ideas: 74 74 75 * Adriano Monteiro Marques76 * Francesco Piccinno77 * Luís António Bastião Silva78 * Guilherme Henrique Polo Gonçalves79 * João Paulo de Souza Medeiros75 * Adriano Monteiro Marques 76 * Francesco Piccinno 77 * Luís António Bastião Silva 78 * Guilherme Henrique Polo Gonçalves 79 * João Paulo de Souza Medeiros 80 80 81 81 … … 84 84 85 85 * Bartosz SKOWRON <getxsick at gmail dot com> 86 * Kosma Moczek <kosma at kosma dot pl> 86 87 87 88 … … 89 90 ========== 90 91 91 * [0] UMPA website - http:// www.umpa.umitproject.org92 * [1] Python official website - http://www.python.org93 * [2] Umit Project - http://www.umitproject.org92 * [0] UMPA website - http://umpa.umitproject.org/ 93 * [1] Umit Project - http://www.umitproject.org/ 94 * [2] Python official website - http://www.python.org/
