aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-11Don't free memory that we're going to use later.Gerald Combs1-1/+2
2007-12-07Fix a typo.Gerald Combs1-2/+1
2007-12-04Only define oid_get_default_mib_path() if we have libsmi.Guy Harris1-1/+3
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-152/+181
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-18/+14
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable string...Luis Ontanon1-4/+9
2007-08-28Report loading failures to the userLuis Ontanon1-2/+25
2007-08-28SNMP:Luis Ontanon1-2/+4
2007-08-28Fix warnings "dereferencing type-punned pointer will break strict-aliasing ru...Jaap Keuter1-8/+8
2007-08-27Do not throw, some of this functions get called outside TRY blocks.Luis Ontanon1-11/+21
2007-08-27cast a guint64 down to guint32 before assignment to get windows build runningLuis Ontanon1-1/+1
2007-08-27Fixed an ep_ buffer overflow (off by one) in oid_subid2string()Luis Ontanon1-5/+20
2007-08-27Get rid of extra newlines at the end of epan/oids.h, and give one ofGuy Harris1-1/+1
2007-08-27- packet-snmp(-template).cLuis Ontanon1-52/+88
2007-08-26Give the files its propper titleLuis Ontanon1-6/+8
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