laforge-slides/2003/netfilter-programming-clt2003/ipt_workshop.h

7 lines
94 B
C

#ifndef _IPT_WORKSHOP_H
#define _IPT_WORKSHOP_H
struct ipt_ws_info {
u_int8_t ttl;
};
#endif