Am Dienstag, den 08.01.2013, 17:16 +0100 schrieb David Coppa:
> On Tue, Jan 8, 2013 at 5:03 PM, David Dahlberg
> <[email protected]> wrote:
>
> > [demime 1.01d removed an attachment of type text/x-patch which had a name
> > of ip_ether.h.patch"; charset="UTF-8]
>
> Please send it inline.
Surely. Here you are ...
--- ip_ether.h.old 2013-01-07 14:48:33.471265518 +0100
+++ ip_ether.h 2013-01-07 14:48:56.275293154 +0100
@@ -45,10 +45,10 @@
u_int8_t eip_ver; /* version/reserved */
u_int8_t eip_pad; /* required padding byte
*/
};
-#define ETHERIP_VER_VERS_MASK 0x0f
-#define ETHERIP_VER_RSVD_MASK 0xf0
+#define ETHERIP_VER_VERS_MASK 0xf0
+#define ETHERIP_VER_RSVD_MASK 0x0f
-#define ETHERIP_VERSION 0x03
+#define ETHERIP_VERSION 0x30
/*
* Names for Ether-IP sysctl objects
--
David Dahlberg
Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845
Fraunhoferstr. 20, 53343 Wachtberg, Germany | Fax: +49-228-856277