aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2008-11-10From Paul Stath:Anders Broman1-1/+1
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-05Fix some of the Errors/warnings detected by checkapi,Anders Broman1-5/+5
2008-04-22Fix Dissector bug, protocol SNMP: proto.c:932: failed assertionAnders Broman1-1/+1
2008-04-21TimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0..4294967295)Anders Broman1-1/+6
2008-04-21TimeStamp are derived from timeticks_type (See SNMPv2-TC).Anders Broman1-1/+1
2008-03-19Windows: use free() only if vc6 (as suggested by Peter Johansson);Bill Meier1-16/+30
2008-03-19Avoid calling some free() on WIN32 on memory that may be allocated inStig Bjørlykke1-0/+12
2008-03-17oid_get_default_mib_path() is present in libwireshark.def. Make sure it'sGerald Combs1-3/+5
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+2
2008-03-06Added yet another free().Stig Bjørlykke1-0/+1
2008-03-05Free return value from smiRenderType, smiRenderOID, smiGetPath,Stig Bjørlykke1-25/+38
2008-01-30Add Luis' uat_get_table_by_name() to fetch SMI uat tables.Stig Bjørlykke1-2/+2
2008-01-18Move libsmi settings from virtual mibs protocol page to name resolution page.Jaap Keuter1-14/+2
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
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