Hi, I'm using libnetfilter_queue, and i would like to treat packets from different rules differently, in the same queue. Example: rulematch: ipsrc: 123.132.123.232 ipdst = 1.2.3.4 udp port-12321 -J NFQUEUE --queue-num 2 - "DANPACKET" rulematch ipsrc: 123.132.123.232 ipdst = 1.2.3.4 udp port-12221 -J NFQUEUE --queue-num 2 - "LaneyPacket" And when this messages get to userspace application, i want to be able to extract the comment and treat each packet by a different method... Any idea's? Kind regards Levi Yechiel -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html