libnl/include/netlink/netfilter
Patrick McHardy ca0988a2a7 Fix nfnl_queue_msg_get_packetid() return type
[LIBNL]: Fix nfnl_queue_msg_get_packetid() return type

The packet-ID is a 32 bit value, but nfnl_queue_msg_get_packetid() returns
an uint16_t. Makes queueing fail after 2^16 packets.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2008-02-07 13:18:34 +01:00
..
ct.h [LIBNL]: Support conntrack add/delete/query requests 2008-02-07 13:13:03 +01:00
log.h [LIBNL]: Split up nfnetlink_log into log and msg objects 2008-02-07 13:09:17 +01:00
log_msg.h [LIBNL]: Split up nfnetlink_log into log and msg objects 2008-02-07 13:09:17 +01:00
netfilter.h [LIBNL]: Generic netfilter stuff 2008-02-07 12:53:03 +01:00
nfnl.h Initial import 2007-09-15 01:28:01 +02:00
queue.h [LIBNL]: Add nfnetlink_queue support 2008-02-07 12:57:53 +01:00
queue_msg.h Fix nfnl_queue_msg_get_packetid() return type 2008-02-07 13:18:34 +01:00