index
:
MAC-Telnet.git
autointerface
gh-pages
mactelnet-osx
master
Open source MAC Telnet client and server for connecting to Microtik RouterOS routers and Linux machines via MAC address. (mirror of https://github.com/vyos/MAC-Telnet.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devices.h
Age
Commit message (
Collapse
)
Author
2011-11-12
Rewrote the interface handling. Added full support for kFreeBSD, have not ↵
Håkon Nessjøen
tested with FreeBSD.
2011-05-01
Cleaned up description and synopsis of files
Håkon Nessjøen
2011-05-01
Added manual pages and added license text to all .h and .c files.
Håkon Nessjøen
2011-02-16
mactelnetd only listened on interfaces with an ip on it. Rewrote mactelnetd ↵
Håkon Nessjøen
to use all IFs it finds MAC addresses on, not only the ones with IP. Testing version, to be cleaned up.
2010-12-24
Changed naming convention on function names
Håkon Nessjøen
2010-12-23
Cleaned up code and added -Wall to the compiler flags. Moved packet types ↵
Håkon Nessjøen
over to enums for more ease of use.
2010-11-03
Started code for auto-detecting interface. Working proof of concept version. ↵
Håkon Nessjøen
Raw socket version not updated yet.
2010-09-27
Cleaned up src/dst mac/ip handling a bit. Now fully automates source ip/mac ↵
Håkon Nessjøen
addresses according to ethernet device chosen.
2010-09-27
Started code for automatically defining src ip/mac for packets
Håkon Nessjøen