]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
[PATCH 2/5] Dont ntohs() mac_len of ULOG, since it is not in network byte order
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:47:47 +0000 (14:47 +0000)
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>
Sat, 12 Jan 2008 14:47:47 +0000 (14:47 +0000)
commitf1e9ef46b34d27557da82e17aeed0b4aa8e4e5c8
treef5bce0d1a844992ae5e30ef22c01c927d883acd6
parenta9f85a39c52807920061d526082d9681e1c2cb45
[PATCH 2/5] Dont ntohs() mac_len of ULOG, since it is not in network byte order

Stores mac_len correctly, since within ULOG structire it is not stored
in network byte order.

Signed-off-by: Peter Warasin <peter@endian.com>
input/packet/ulogd_inppkt_ULOG.c