-
After some further clean-up, I get to this point:
8 cut here 8
protected
HEXDIGIT : '0'..'9' | 'A'..'F' | 'a'..'f';
protected
NUM_3DIGIT: ('0'..'9') (('0'..'9') ('0'..'9')?)?;
protected
NUM_HEX_4DIGIT: HEXDIGIT ((HEXDIGIT) ((HEXDIGIT) (HEXDIGIT)?)?)?;
NUMBER
options {
testLiterals = true;
}
:
(
// IPv4 RULE.
2008-08-18 18:40:45 UTC in Firewall Builder
-
Trying to import an existing ip6tables ruleset fails.
Looks like the parser (iptables.g) doesn't contain a rule for IPv6 addresses.
I looked around the net and found a couple of ANTLR examples that might work, but I've never used it, so when I tried to add it to the existing source and recompile, it didn't work.
(well, more specifically, antlr has been running for about 15 hours, trying...
2008-08-15 17:59:39 UTC in Firewall Builder
-
ak_hepcat committed patchset 3 of module phpLanParty to the phpLanParty CVS repository, changing 1 files.
2000-10-27 16:57:00 UTC in phpLanParty
-
ak_hepcat committed patchset 2 of module phpLanParty to the phpLanParty CVS repository, changing 141 files.
2000-10-27 16:05:09 UTC in phpLanParty
-
ak_hepcat committed patchset 1 of module phpLanParty to the phpLanParty CVS repository, changing 141 files.
2000-10-27 16:05:09 UTC in phpLanParty