summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rw-r--r--console.c2
-rw-r--r--console.h2
-rw-r--r--devices.c2
-rw-r--r--devices.h2
-rw-r--r--macping.c2
-rw-r--r--mactelnet.c6
-rw-r--r--mactelnet.h2
-rw-r--r--mactelnetd.c2
-rw-r--r--mndp.c2
-rw-r--r--protocol.c2
-rw-r--r--protocol.h2
-rw-r--r--udp.c2
-rw-r--r--udp.h2
-rw-r--r--users.c2
-rw-r--r--users.h2
16 files changed, 18 insertions, 18 deletions
diff --git a/config.h b/config.h
index 9009b54..2b472fb 100644
--- a/config.h
+++ b/config.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/console.c b/console.c
index 43990f4..1a18011 100644
--- a/console.c
+++ b/console.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
diff --git a/console.h b/console.h
index d2427cd..25219c0 100644
--- a/console.h
+++ b/console.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/devices.c b/devices.c
index 6e1f7f7..58c8054 100644
--- a/devices.c
+++ b/devices.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
diff --git a/devices.h b/devices.h
index 2e85acf..7c24108 100644
--- a/devices.h
+++ b/devices.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/macping.c b/macping.c
index 699e285..834843f 100644
--- a/macping.c
+++ b/macping.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
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
diff --git a/mndp.c b/mndp.c
index 0245746..7f81545 100644
--- a/mndp.c
+++ b/mndp.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
diff --git a/protocol.c b/protocol.c
index cd1a040..42cc557 100644
--- a/protocol.c
+++ b/protocol.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
diff --git a/protocol.h b/protocol.h
index a2c5d8b..50f331b 100644
--- a/protocol.h
+++ b/protocol.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/udp.c b/udp.c
index a2968cc..a3df4f9 100644
--- a/udp.c
+++ b/udp.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
diff --git a/udp.h b/udp.h
index b415e16..269195c 100644
--- a/udp.h
+++ b/udp.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/users.c b/users.c
index 006d0c7..88b2f29 100644
--- a/users.c
+++ b/users.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
diff --git a/users.h b/users.h
index a23076a..e681789 100644
--- a/users.h
+++ b/users.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