summaryrefslogtreecommitdiff
path: root/pkt_buff.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkt_buff.h')
-rw-r--r--pkt_buff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkt_buff.h b/pkt_buff.h
index 3376107..1350388 100644
--- a/pkt_buff.h
+++ b/pkt_buff.h
@@ -20,6 +20,7 @@ struct pkt_buff {
unsigned int size;
struct protocol *proto;
+ int link_type;
};
static inline struct pkt_buff *pkt_alloc(uint8_t *packet, unsigned int len)