aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-25Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HE...Luis Ontanon1-4/+33
2007-08-25get libsmi into the pictureLuis Ontanon1-6/+12
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-5/+21
2007-08-25Initialize to zero all subids in oid_string2subid() to avoid creating bogus o...Luis Ontanon1-4/+9
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-54/+112
2007-08-24fix 'unused variable' warningRichard van der Hoff1-0/+3
2007-08-24Another iteration, the new code is almost there, We're missing just the impli...Luis Ontanon1-7/+20
2007-08-23Implement Resolution of conceptual table indexingLuis Ontanon1-5/+5
2007-08-22Prepare the oids dataset for managing conceptual table indexingLuis Ontanon1-62/+203
2007-08-21A further iteration in the code, things start to look good!Luis Ontanon1-69/+106
2007-08-19Filtering on snmp variables starts to work so I put it there in case anyone w...Luis Ontanon1-133/+198
2007-08-16- It's just-a-bad-idea(tm) to redefine anything from a foreign library, Don't.Luis Ontanon1-20/+60
2007-08-15I'm at the end of the second iteration, so far this compiles OK still haven't...Luis Ontanon1-0/+603