aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-15/+15
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-65/+65
2010-05-02Don't type prune the data_ptr pointer for UAT.Stig Bjørlykke1-2/+2
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-7/+5
2010-03-05Fix for bug 4551.Jaap Keuter1-5/+24
2010-03-04from Luis Ontanon:Anders Broman1-7/+30
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-4/+7
2010-03-02From Luis Ontanon:Anders Broman1-10/+36
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-9/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-7/+8
2009-11-09Made enterprise_oid pointer const.Stig Bjørlykke1-1/+1
2009-11-09Remove an unused variable.Stig Bjørlykke1-4/+3
2009-11-01Added some type renames.Stig Bjørlykke1-25/+35
2009-11-01Added a UAT table to describe enterprise specific-trap types.Stig Bjørlykke1-45/+146
2009-10-30Added SNMP to "Decode ASN.1 file as" list.Stig Bjørlykke1-0/+2
2009-10-05Regenerated to match spec files.Stig Bjørlykke1-16/+16
2009-10-05Return from dissect_snmp_VarBind() when detecting invalid oid.Stig Bjørlykke1-1/+8
2009-09-10offset_from_real_beginning() is only called with 0 as second argument, so rem...Kovarththanan Rajaratnam1-17/+17
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-8/+11
2009-07-16Don't crash if we happen to load a bad MIB file.Gerald Combs1-2/+2
2009-07-09Reworked patch from massimo: Anders Broman1-11/+34
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-3/+3
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-6/+6
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-51/+51
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-2/+2
2009-05-14Apply some of the patches from:Anders Broman1-9/+8
2009-05-01From Reinhard Speyerer:Jaap Keuter1-2/+2
2009-04-21Constify some more value_strings.Jaap Keuter1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-6/+6
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-7/+7
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-5/+5
2008-11-13Fix previous fix.Guy Harris1-1/+1
2008-11-13Fix some warnings.Guy Harris1-5/+5
2008-11-10From Paul Stath:Anders Broman1-3/+7
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-2/+2
2008-10-13Fix for bug 2823Jaap Keuter1-5/+9
2008-09-18Fix a spelling error pointed out by Noam Rathaus.Gerald Combs1-1/+1
2008-08-22Fix a (probably benign) case where it appears that && should be &Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-04-15It is useless in a Protocol Analyzer to avoid the user to have a password sho...Luis Ontanon1-5/+3
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-1/+5
2008-03-09Add a const.Stig Bjørlykke1-1/+1