summaryrefslogtreecommitdiff
path: root/src/regex-tree.def
blob: 3305ada39ca691acd8a89394a919b2f4ef643747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(1 internet
  (4 private
    (1 enterprises
      (10277 regexData

        # Valid only during configuration 
        (0 regexConfig OCTETSTRING op_regexconfig GET SET)
        (1 regexFifo OCTETSTRING op_regexconfig GET SET)
        
        (10 regexCount INTEGER op_regex GET)
        (11 regexEntry : INTEGER op_regexentry
          (1 regexIndex INTEGER GET)
          (2 regexDescr OCTETSTRING GET)
          (3 regexLast TIMETICKS GET)
          (4 regexValue INTEGER GET)
        )
      )
    )
  )
)