Revision 22599010
Added by Seth Mos over 14 years ago
etc/inc/filter_log.inc | ||
---|---|---|
135 | 135 |
* boolean FALSE because it could return a valid answer of 0 upon success. */ |
136 | 136 |
if (!(strpos($details, 'proto ') === FALSE)) { |
137 | 137 |
preg_match("/.*\sproto\s(.*)\s\(/", $details, $proto); |
138 |
} elseif (!(strpos($details, 'next-header ') === FALSE)) { |
|
139 |
preg_match("/.*\snext-header\s(.*)\s\(/", $details, $proto); |
|
138 | 140 |
} elseif (!(strpos($details, 'proto: ') === FALSE)) { |
139 | 141 |
preg_match("/.*\sproto\:(.*)\s\(/", $details, $proto); |
140 | 142 |
} elseif (!(strpos($leftovers, 'sum ok] ') === FALSE)) { |
... | ... | |
279 | 281 |
} |
280 | 282 |
} |
281 | 283 |
|
282 |
?> |
|
284 |
?> |
Also available in: Unified diff
Show the TCP protocol for ipv6 filter rules