Changeset 5606

Show
Ignore:
Timestamp:
06/05/10 22:21:49 (3 years ago)
Author:
kosma
Message:

apply changes to cloned README in docs/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • UMPA/branch/link-layer-integration/docs/README

    r5187 r5606  
    33============================================ 
    44 
    5 Copyright (C) 2008 Adriano Monteiro Marques <py.adriano at gmail dot com> 
     5Copyright (C) 2008-2010 Adriano Monteiro Marques <py.adriano at gmail dot com> 
    66 
    7 Author: Bartosz SKOWRON <getxsick at gmail dot com> 
     7Authors: Bartosz SKOWRON <getxsick at gmail dot com> 
     8         Kosma Moczek <kosma at kosma dot pl> 
    89 
    910All rights reserved, see COPYING for details. 
     
    2728============ 
    2829 
    29 UMPA is a packets manipulation library. 
     30UMPA is a packet generation and manipulation library. It aims to provide 
     31an easy-to-use system to manipulate packets on every layer of the OSI model. 
     32UMPA supports many sophisticated features, including: 
    3033 
    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  
    3240 
    33 Packet manipulation library aims to provide easy to use system 
    34 to manipulate packets of every OSI model layers. 
    35  
    36 Many features are supported like: auto-generating packets, high-level 
    37 editing header fields, auto-filling, interaction system, sniffing 
    38 and creating objet's of packets. 
    3941The 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. 
     42packet manipulation tool suitable both for beginners and experienced users. 
     43UMPA has a wide range of uses, including network diagnostics, auditing, 
     44stress testing and network stack debugging.  
    4345 
    4446 
     
    4648============= 
    4749 
    48 On the Web: 
    49  
    50 http://www.umpa.umitproject.org 
     50On the Web: http://www.umpa.umitproject.org 
    5151 
    5252This page also points to support resources and informations about UMPA 
     
    6464  * [1] Python programming language 
    6565  * [2] libpcap (for sniffing) 
    66   * [3] libpcap's python wrapper (see INSTALL for more) 
     66  * [3] libpcap's python wrapper (see INSTALL for details) 
    6767 
    6868 
     
    7373library, sending patches, testing it and giving ideas: 
    7474 
    75    * 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 
     75  * 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 
    8080 
    8181 
     
    8484 
    8585  * Bartosz SKOWRON <getxsick at gmail dot com> 
     86  * Kosma Moczek <kosma at kosma dot pl> 
    8687 
    8788 
     
    8990========== 
    9091 
    91   * [0] UMPA website - http://www.umpa.umitproject.org 
    92   * [1] Python official website - http://www.python.org 
    93   * [2] Umit Project - http://www.umitproject.org 
     92  * [0] UMPA website - http://umpa.umitproject.org/ 
     93  * [1] Umit Project - http://www.umitproject.org/ 
     94  * [2] Python official website - http://www.python.org/