NetFilter
[Top] [All Lists]

Queued packet in user space: network order or host order?

To: netfilter@lists.netfilter.org
Subject: Queued packet in user space: network order or host order?
From: "Michael Ransburg" <michael.ransburg@gmail.com>
Date: Wed, 23 May 2007 17:58:04 +0200
Delivered-to: sp-com-lists@consult.net
Delivered-to: netfilter-list1@securepoint.com
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=k/qWqZJRbgb8vz/IsgfAFjXwVFaVL3rjyOtTGG9yv6yt1mhDpMm+9BTWHqXWwsNgIMrByqBDOWDmFrJu2U34MV7M9Z0P+Su2XvNN1jnl1ZAqfQNMmSva2jyWCs6+AiqOP7HWNUr0623rmukod/92GCyyzGp3XQE8oxlAsp27FmY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lQar3bIDoDhAPPuVQ2+ZCOEVcRM9yc9W/9vRXjyrt2fxGb4GrTQaZupynBvjazlUQRuqkO8lhrCze94kvJR4+yNM4yHfXBwvm54uRPo3+AlehQHLu29i5WNq7qLzOX6kekFw7Xc1VHl0R9Q+Wd5XrkJT/NDVZAu0/ru+5jZ2dug=
List-archive: </pipermail/netfilter>
List-help: <mailto:netfilter-request@lists.netfilter.org?subject=help>
List-id: General discussion and user questions <netfilter.lists.netfilter.org>
List-post: <mailto:netfilter@lists.netfilter.org>
List-subscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe>
List-unsubscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe>
Sender: netfilter-bounces@lists.netfilter.org
Hi all,

I'm using ip_queue to process packets in user space. It seems that
these packets are already in host order when I process them - is this
correct? Does the network order --> host order conversion happen
before any packets are queued for userspace handling?

Many thanks,
Michael
--
icq: 71772353 | skype: daneel1409 | msn: mike@unfolded.com


<Prev in Thread] Current Thread [Next in Thread>
  • Queued packet in user space: network order or host order?, Michael Ransburg <=