* THE NEMESIS PROJECT * Copyright (C) 1999, 2000, 2001 Mark Grimes * Portions copyright (C) 2001 Jeff Nathan NEMESIS-ARP (12 June 2001) NAME ---- nemesis-arp - ARP/RARP Protocol (The Nemesis Project) SYNOPSIS -------- nemesis-arp [-v] [optlist] DESCRIPTION ----------- The Nemesis Project is designed to be a commandline-based, portable human IP stack for UNIX/Linux. The suite is broken down by protocol, and should allow for useful scripting of injected packet streams from simple shell scripts. * ARP/RARP Options ------------------ -S Source IP Address Source Address of injected packet. -D Destination IP Address Target Address of injected packet. -h Sender hardware Address Sender Hardware Address within ARP frame only. -m Sender hardware Address Target Hardware Address within ARP frame only. -s Solaris Mode Enabler Shortcut to set Target Hardware Address within ARP frame to ff:ff:ff:ff:ff:ff rather than the standard 00:00:00:00:00:00. -T ARP/RARP Reply Enabler -R RARP Enabler -P Payload File Filename to read for packet payload. -v Verbose Mode Display human readable output of currently injected packet. * Data Link Options ------------------- -d Ethernet Device Name of ethernet device (eg. ne0, ed0, eth0). -H Source MAC Address Source MAC Address (XX:XX:XX:XX:XX:XX) -M Destination MAC Address Target MAC Address (XX:XX:XX:XX:XX:XX) AUTHOR ------ Jeff Nathan COPYRIGHT --------- Copyright (C) 1999, 2000, 2001 Mark Grimes Portions copyright (C) 2001 Jeff Nathan SEE ALSO -------- nemesis-dns, nemesis-icmp, nemesis-igmp, nemesis-ospf, nemesis-rip, nemesis-tcp, nemesis-udp BUGS ---- None known