[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Grammatica-users] matching 802dot3 as a number
From: |
Musachy Barroso |
Subject: |
[Grammatica-users] matching 802dot3 as a number |
Date: |
Tue, 8 Nov 2005 22:45:01 -0500 |
Per,
using the grammar for ASN1, where:
NUMBER_STRING = <<[0-9]+>>
I'm trying to parse IEEE8023-LAG-MIB, which starts with something like this:
lagMIB MODULE-IDENTITY
LAST-UPDATED "200006270000Z"
ORGANIZATION "IEEE 802.3 Working Group"
CONTACT-INFO
"
address@hidden"
DESCRIPTION
"The Link Aggregation module for managing IEEE Std
802.3ad."
::= { iso(1) member-body(2) us(840) 802dot3(10006)
snmpmibs(300) 43 }
the
parser is matching 802dot3(10006) as a NUMBER_STRING with the value
802. I will see if I can make a small test case, and look into the code
to try to find the reason for this. Any advise?
musachy
--
www.ezmgt.com
Easy Management
- [Grammatica-users] matching 802dot3 as a number,
Musachy Barroso <=