TODO.t2t: forget ether_ntoa() and Co.

ether_ntoa_r(), the reentrant version of ether_ntoa(), is a GNU
extension so using it would break portability. We will just stick with
our owl_mac_bytes_to_string() and owl_mac_bytes_to_string_r().
Este commit está contenido en:
Matteo Cypriani 2013-10-04 11:01:33 -04:00
padre 307a60e6f2
commit 69fe1290f7
Se han modificado 1 ficheros con 0 adiciones y 6 borrados

Ver fichero

@ -60,12 +60,6 @@ Work to do in OwlPS
information. This will make easier to develop clients in other
languages than C and over other protocols than UDP.
- Use struct ether_addr to store MAC addresses
We could use the struct ether_addr to store binary MAC addresses, and
convert them to strings with ether_ntoa(3) instead of
owl_mac_bytes_to_string().
- Add a library to parse aggregation files, handling the different
formats ?