aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/snmp.cnf
AgeCommit message (Expand)AuthorFilesLines
2015-09-11snmp: fix 'time' var name.Dario Lombardo1-1/+1
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-19Convert OID APIs to use wmem.Michael Mann1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-08-30Mark Trap-PDU as obsolete for SNMP versions > 1Stig Bjørlykke1-0/+6
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte1-33/+31
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-6/+3
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-8/+3
2013-06-19Remove traling whitespace.Jörg Mayer1-17/+17
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-11/+7
2012-12-26bytestring_to_str() now returns a const char *; assign its result to aGuy Harris1-1/+1
2012-12-21Squelch a qualifier-discard warning.Guy Harris1-1/+1
2012-07-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7508 :Pascal Quantin1-0/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+4
2009-11-01Added some type renames.Stig Bjørlykke1-0/+3
2009-11-01Added a UAT table to describe enterprise specific-trap types.Stig Bjørlykke1-18/+30
2009-10-05Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()Stig Bjørlykke1-1/+1
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-14Apply some of the patches from:Anders Broman1-1/+0
2009-05-01From Reinhard Speyerer:Jaap Keuter1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-3/+3
2008-11-13Fix previous fix.Guy Harris1-1/+1
2008-11-13Fix some warnings.Guy Harris1-4/+4
2008-09-18Fix a spelling error pointed out by Noam Rathaus.Gerald Combs1-1/+1
2008-03-09Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke1-10/+21
2008-03-09Display agent-addr as IPv4 address.Stig Bjørlykke1-0/+1
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-8/+8
2007-12-03fix confusion in tag handlingTomas Kukosa1-10/+10
2007-11-20fix tag handling inside snmp trapTomas Kukosa1-1/+1
2007-11-15dissect_ber_choice() returns the index of the choice, not the tag of the Ronnie Sahlberg1-1/+3
2007-11-04SNMP with option -X and -TAnders Broman1-125/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable string...Luis Ontanon1-1/+10
2007-08-28Add some more expert info.Luis Ontanon1-2/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-9/+9
2007-08-19Filtering on snmp variables starts to work so I put it there in case anyone w...Luis Ontanon1-72/+11
2007-07-19For LEGO: Use crypt_tvb when we don't have cleartext_tvbJeff Morriss1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-7/+7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-29/+29
2007-04-05Implement proposed fix for Bug 1125Luis Ontanon1-0/+30
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...Luis Ontanon1-13/+26
2007-01-11- allow use of * as any-engine-idLuis Ontanon1-6/+7
2007-01-10+ AES decryptionLuis Ontanon1-0/+8
2007-01-10* sha1 authenticationLuis Ontanon1-5/+10
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon1-22/+105