summaryrefslogtreecommitdiff
path: root/devices.h
AgeCommit message (Collapse)Author
2011-02-16mactelnetd 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-24Changed naming convention on function namesHåkon Nessjøen
2010-12-23Cleaned 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-03Started code for auto-detecting interface. Working proof of concept version. ↵Håkon Nessjøen
Raw socket version not updated yet.
2010-09-27Cleaned 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-27Started code for automatically defining src ip/mac for packetsHåkon Nessjøen