summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaranjeiro2009-09-25 12:42:13 +0000
committerlaranjeiro2009-09-25 12:42:13 +0000
commit5845a751d28859bbdbd4a0c187bd0b6ee5d8f3f2 (patch)
tree5d8e5c0f6928bce363cb6b2edc683b3463e97b6f
parent183911b16c405a877cc5313372d6e079e2c98bce (diff)
*interface/sniffer: (See #573)
* Swapped the OUI to be sent as big endian. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5765 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--cesar/common/defs/spidcom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/defs/spidcom.h b/cesar/common/defs/spidcom.h
index 481faa8609..0dcae4bb74 100644
--- a/cesar/common/defs/spidcom.h
+++ b/cesar/common/defs/spidcom.h
@@ -15,7 +15,7 @@
*/
/** OUI. */
-#define SPC_OUI 0x000013d7
+#define SPC_OUI 0x00d71300
/** OUI size in bytes. */
#define OUI_SIZE 3