add mangle functions for IPv4/TCP and IPv4/UDP
[platform/upstream/libnetfilter_queue.git] / src / internal.h
index 477dc70..37bf79e 100644 (file)
@@ -27,6 +27,8 @@ struct pkt_buff {
 
        uint32_t len;
        uint32_t data_len;
+
+       bool    mangled;
 };
 
 #endif