laforge-slides/2004/netfilter-programming-lwe2004/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