From 6e2ddf2d0bcc1f4def014e8938395cee9117950c Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 25 Dec 2023 20:27:59 +0100 Subject: [PATCH] doc: fix typo & line lengths --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4aecb0..fb3b739 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,19 @@ ## Overview The IGMP Packet Generator is a specialized tool designed for generating various -types of Internet Group Management Protocol (IGMP) p ackets. This tool is -particularly useful for network administrators, developers, and researchers -involved in testing and analyzing ne twork protocols, multicast networks, and -network security systems. +types of Internet Group Management Protocol (IGMP) packets. + +This tool is particularly useful for network administrators, developers, and +researchers involved in testing and analyzing multicast network protocols. ## Features -* **Support for Multiple IGMP Versions**: Compatible with IGMPv1, IGMPv2, and IGMPv3. -* **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. +* **Support for Multiple IGMP Versions**: Compatible with IGMPv1, IGMPv2, and + IGMPv3. +* **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). ## Requirements