diff options
-rw-r--r-- | pkt_buff.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ struct pkt_buff { unsigned int size; struct protocol *handler; - int link_type; + uint32_t link_type; uint16_t proto; }; |
index : netsniff-ng.git | ||
A high-performance Linux networking toolkit | Daniel Borkmann, Tobias Klauser |
summaryrefslogtreecommitdiff |
-rw-r--r-- | pkt_buff.h | 2 |
@@ -20,7 +20,7 @@ struct pkt_buff { unsigned int size; struct protocol *handler; - int link_type; + uint32_t link_type; uint16_t proto; }; |