GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter / xt_layer7.h
blob27f1c3fde421f54fe532a679f5f716a9415821ae
1 #ifndef _XT_LAYER7_H
2 #define _XT_LAYER7_H
4 #define MAX_PATTERN_LEN 8192
5 #define MAX_PROTOCOL_LEN 256
7 struct xt_layer7_info {
8 char protocol[MAX_PROTOCOL_LEN];
9 char invert:1;
10 char pattern[MAX_PATTERN_LEN];
13 #endif /* _XT_LAYER7_H */