safety check
[oweals/gnunet.git] / src / transport / gnunet-transport-wlan-helper.c
index 341734d6f380038235fc566d2a85296bca4447c8..87c140825e0d39c23e925f6d14c827e2de326bec 100644 (file)
 
 #include <pcap.h>
 
-//#include "radiotap.h"
 
-// broadcast mac
-static const char macbc[] = "13223344";
+
+//#include "radiotap.h"
 
 // mac of this node
-char mac[] = "13223355";
+char mac[] =
+  { 0x13, 0x22, 0x33, 0x44, 0x55, 0x66 };
 
 /* wifi bitrate to use in 500kHz units */
 
@@ -645,3 +645,4 @@ main(int argc, char *argv[])
 
        return (0);
 }
+