| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NULL pointer checks. Fixes the fuzz crash in bug 4351. | Gerald Combs | 2009-12-24 | 1 | -1/+1 |
* | Suggest solutions on the missing MIBs popup window. | Balint Reczey | 2009-12-12 | 1 | -1/+4 |
* | Add /usr/share/snmp/mibs to MIB search path on !Win32 platforms, not just on ... | Balint Reczey | 2009-11-23 | 1 | -2/+0 |
* | On OS X, prepend /usr/share/snmp/mibs to the SMI path. Partial fix for | Gerald Combs | 2009-11-13 | 1 | -6/+9 |
* | Made some functions static. | Stig Bjørlykke | 2009-10-18 | 1 | -2/+2 |
* | Removed unused variable 'bytes' in oid_subid2encoded. | Stig Bjørlykke | 2009-09-29 | 1 | -2/+1 |
* | Ensure we don't dereference a null pointer. | Stig Bjørlykke | 2009-09-29 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam: | Stig Bjørlykke | 2009-07-08 | 1 | -4/+6 |
* | From Kovarththanan Rajaratnam: | Stig Bjørlykke | 2009-06-24 | 1 | -2/+2 |
* | Use smiFree for libsmi >= v 0.4.8; Also: sprintf->g_snprintf | Bill Meier | 2009-03-17 | 1 | -15/+15 |
* | From Jakub Zawadzki (bug 3331): | Stig Bjørlykke | 2009-03-13 | 1 | -1/+1 |
* | Use UAT_FLD_PATHNAME for paths. | Stig Bjørlykke | 2009-03-07 | 1 | -1/+1 |
* | Add an additional "title" attribute for UAT fields; that's what's | Guy Harris | 2009-02-16 | 1 | -2/+2 |
* | From Paul Stath: | Anders Broman | 2008-11-10 | 1 | -1/+1 |
* | Fix a few Emacs "file variables" to have "safe" values. | Bill Meier | 2008-09-02 | 1 | -1/+1 |
* | luis.ontanon@gmail.com => luis@ontanon.org | Luis Ontanon | 2008-08-05 | 1 | -1/+1 |
* | Fix some of the Errors/warnings detected by checkapi, | Anders Broman | 2008-05-05 | 1 | -5/+5 |
* | Fix Dissector bug, protocol SNMP: proto.c:932: failed assertion | Anders Broman | 2008-04-22 | 1 | -1/+1 |
* | TimeTicks ::= [APPLICATION 3] IMPLICIT INTEGER (0..4294967295) | Anders Broman | 2008-04-21 | 1 | -1/+6 |
* | TimeStamp are derived from timeticks_type (See SNMPv2-TC). | Anders Broman | 2008-04-21 | 1 | -1/+1 |
* | Windows: use free() only if vc6 (as suggested by Peter Johansson); | Bill Meier | 2008-03-19 | 1 | -16/+30 |
* | Avoid calling some free() on WIN32 on memory that may be allocated in | Stig Bjørlykke | 2008-03-19 | 1 | -0/+12 |
* | oid_get_default_mib_path() is present in libwireshark.def. Make sure it's | Gerald Combs | 2008-03-17 | 1 | -3/+5 |
* | Added an option to uat_new() to set if configuration shall be saved in the | Stig Bjørlykke | 2008-03-06 | 1 | -0/+2 |
* | Added yet another free(). | Stig Bjørlykke | 2008-03-06 | 1 | -0/+1 |
* | Free return value from smiRenderType, smiRenderOID, smiGetPath, | Stig Bjørlykke | 2008-03-05 | 1 | -25/+38 |
* | Add Luis' uat_get_table_by_name() to fetch SMI uat tables. | Stig Bjørlykke | 2008-01-30 | 1 | -2/+2 |
* | Move libsmi settings from virtual mibs protocol page to name resolution page. | Jaap Keuter | 2008-01-18 | 1 | -14/+2 |
* | This patch adds support for configuration profiles, which can be used to | Stig Bjørlykke | 2008-01-14 | 1 | -1/+1 |
* | Don't free memory that we're going to use later. | Gerald Combs | 2007-12-11 | 1 | -1/+2 |
* | Fix a typo. | Gerald Combs | 2007-12-07 | 1 | -2/+1 |
* | Only define oid_get_default_mib_path() if we have libsmi. | Guy Harris | 2007-12-04 | 1 | -1/+3 |
* | Add an oid_get_default_mib_path() function, and use it to display the MIB | Gerald Combs | 2007-12-04 | 1 | -152/+181 |
* | Given the opportunity I check in the changes to snmp I got in this machine. | Luis Ontanon | 2007-09-13 | 1 | -18/+14 |
* | - turn some other TC from FT_BYTES to FT_STRING so that human-readable string... | Luis Ontanon | 2007-08-28 | 1 | -4/+9 |
* | Report loading failures to the user | Luis Ontanon | 2007-08-28 | 1 | -2/+25 |
* | SNMP: | Luis Ontanon | 2007-08-28 | 1 | -2/+4 |
* | Fix warnings "dereferencing type-punned pointer will break strict-aliasing ru... | Jaap Keuter | 2007-08-28 | 1 | -8/+8 |
* | Do not throw, some of this functions get called outside TRY blocks. | Luis Ontanon | 2007-08-27 | 1 | -11/+21 |
* | cast a guint64 down to guint32 before assignment to get windows build running | Luis Ontanon | 2007-08-27 | 1 | -1/+1 |
* | Fixed an ep_ buffer overflow (off by one) in oid_subid2string() | Luis Ontanon | 2007-08-27 | 1 | -5/+20 |
* | Get rid of extra newlines at the end of epan/oids.h, and give one of | Guy Harris | 2007-08-27 | 1 | -1/+1 |
* | - packet-snmp(-template).c | Luis Ontanon | 2007-08-27 | 1 | -52/+88 |
* | Give the files its propper title | Luis Ontanon | 2007-08-26 | 1 | -6/+8 |
* | Turns out that smiGetMinSize() and smiGetMaxSize() exists only in libsmi's HE... | Luis Ontanon | 2007-08-25 | 1 | -4/+33 |
* | get libsmi into the picture | Luis Ontanon | 2007-08-25 | 1 | -6/+12 |
* | replace oid_to_str_buf() and oid_to_str() | Luis Ontanon | 2007-08-25 | 1 | -5/+21 |
* | Initialize to zero all subids in oid_string2subid() to avoid creating bogus o... | Luis Ontanon | 2007-08-25 | 1 | -4/+9 |
* | get users of oid_resolv to use the new oids, rollout packet-snmp.c | Luis Ontanon | 2007-08-25 | 1 | -54/+112 |
* | fix 'unused variable' warning | Richard van der Hoff | 2007-08-24 | 1 | -0/+3 |