diff options
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | console.c | 2 | ||||
-rw-r--r-- | console.h | 2 | ||||
-rw-r--r-- | devices.c | 2 | ||||
-rw-r--r-- | devices.h | 2 | ||||
-rw-r--r-- | macping.c | 2 | ||||
-rw-r--r-- | mactelnet.c | 6 | ||||
-rw-r--r-- | mactelnet.h | 2 | ||||
-rw-r--r-- | mactelnetd.c | 2 | ||||
-rw-r--r-- | mndp.c | 2 | ||||
-rw-r--r-- | protocol.c | 2 | ||||
-rw-r--r-- | protocol.h | 2 | ||||
-rw-r--r-- | udp.c | 2 | ||||
-rw-r--r-- | udp.h | 2 | ||||
-rw-r--r-- | users.c | 2 | ||||
-rw-r--r-- | users.h | 2 |
16 files changed, 18 insertions, 18 deletions
@@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify diff --git a/mactelnet.c b/mactelnet.c index f7f4fd1..066153d 100644 --- a/mactelnet.c +++ b/mactelnet.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -428,8 +428,8 @@ int main (int argc, char **argv) { if (print_help) { fprintf(stderr, "\nParameters:\n"); - fprintf(stderr, " MAC MAC-Address of the RouterOS device. Use mndp to discover them.\n"); - fprintf(stderr, " identity The identity/name of your RouterOS device. Uses MNDP protocol to find it.\n"); + fprintf(stderr, " MAC MAC-Address of the RouterOS/mactelnetd device. Use mndp to discover it.\n"); + fprintf(stderr, " identity The identity/name of your destination device. Uses MNDP protocol to find it.\n"); fprintf(stderr, " -n Do not use broadcast packets. Less insecure but requires root privileges.\n"); fprintf(stderr, " -t Amount of seconds to wait for a response on each interface.\n"); fprintf(stderr, " -u Specify username on command line.\n"); diff --git a/mactelnet.h b/mactelnet.h index 34fa605..5665da8 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify diff --git a/mactelnetd.c b/mactelnetd.c index 46f1202..164b768 100644 --- a/mactelnetd.c +++ b/mactelnetd.c @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify @@ -1,5 +1,5 @@ /* - Mac-Telnet - Connect to RouterOS routers via MAC address + Mac-Telnet - Connect to RouterOS or mactelnetd devices via MAC address Copyright (C) 2010, Håkon Nessjøen <haakon.nessjoen@gmail.com> This program is free software; you can redistribute it and/or modify |