aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-09Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke1-25/+61
2008-03-09Corrected a typo: octestring -> octetstring.Stig Bjørlykke1-3/+3
2008-03-09Display agent-addr as IPv4 address.Stig Bjørlykke1-1/+1
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+1
2008-03-01Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke1-2/+3
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs1-4/+6
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs1-22/+26
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-6/+6
2007-12-28Fetch ObjectName and its relative oid_info before handling an eventual errorStig Bjørlykke1-14/+13
2007-12-03fix confusion in tag handlingTomas Kukosa1-78/+18
2007-11-20fix tag handling inside snmp trapTomas Kukosa1-2/+2
2007-11-15updated snmp dissectorRonnie Sahlberg1-13/+15
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs1-83/+85
2007-11-04SNMP with option -X and -TAnders Broman1-510/+278
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 o...Bill Meier1-9/+9
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-14/+0
2007-09-14Try to get the Windows buildbot going by avoiding namespace collision.Jaap Keuter1-14/+13
2007-09-13eliminate an anonymous enum.Luis Ontanon1-4/+5
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-54/+89
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable string...Luis Ontanon1-33/+55
2007-08-28Fix non implicit oid key indexes. This starts to look good!Luis Ontanon1-9/+14
2007-08-28SNMP:Luis Ontanon1-23/+22
2007-08-28fix bug in snmp.variable_oid subdissector calling and call them at the end of...Tomas Kukosa1-11/+13
2007-08-27- packet-snmp(-template).cLuis Ontanon1-10/+40
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1290/+555
2007-08-24Revert back to old version with manually fixed get_ber_length parametersJörg Mayer1-318/+1281
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1293/+330
2007-07-19For LEGO: Use crypt_tvb when we don't have cleartext_tvbJeff Morriss1-1/+1
2007-07-19Change "lenght" to "length", this time in the *source* of the SNMP dissector ...Jeff Morriss1-22/+22
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-48/+48
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-83/+83