doc: fix typo & line lengths
This commit is contained in:
parent
498489076a
commit
6e2ddf2d0b
1 changed files with 10 additions and 7 deletions
17
README.md
17
README.md
|
@ -3,16 +3,19 @@
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
The IGMP Packet Generator is a specialized tool designed for generating various
|
The IGMP Packet Generator is a specialized tool designed for generating various
|
||||||
types of Internet Group Management Protocol (IGMP) p ackets. This tool is
|
types of Internet Group Management Protocol (IGMP) packets.
|
||||||
particularly useful for network administrators, developers, and researchers
|
|
||||||
involved in testing and analyzing ne twork protocols, multicast networks, and
|
This tool is particularly useful for network administrators, developers, and
|
||||||
network security systems.
|
researchers involved in testing and analyzing multicast network protocols.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* **Support for Multiple IGMP Versions**: Compatible with IGMPv1, IGMPv2, and IGMPv3.
|
* **Support for Multiple IGMP Versions**: Compatible with IGMPv1, IGMPv2, and
|
||||||
* **Variety of IGMP Packets**: Capable of generating Query, Report, Leave, and other IGMP packet types.
|
IGMPv3.
|
||||||
* **Customizable Packet Parameters**: Allows setting of source/destination IPs, ports, and multicast groups.
|
* **Variety of IGMP Packets**: Capable of generating Query, Report, Leave, and
|
||||||
|
other IGMP packet types.
|
||||||
|
* **Customizable Packet Parameters**: Allows setting of source/destination IPs,
|
||||||
|
ports, and multicast groups.
|
||||||
* **Router Alert Option**: Implements the Router Alert IP option (IPOPT_RA).
|
* **Router Alert Option**: Implements the Router Alert IP option (IPOPT_RA).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
Loading…
Reference in a new issue