aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/packet-snmp-template.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-15It is useless in a Protocol Analyzer to avoid the user to have a password sho...Luis Ontanon1-2/+0
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-0/+4
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-0/+9
2008-03-09Corrected a typo: octestring -> octetstring.Stig Bjørlykke1-3/+3
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-0/+1
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs1-1/+3
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs1-1/+5
2007-12-28Fetch ObjectName and its relative oid_info before handling an eventual errorStig Bjørlykke1-10/+9
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs1-80/+82
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 o...Bill Meier1-2/+2
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-11/+10
2007-09-13eliminate an anonymous enum.Luis Ontanon1-1/+2
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-51/+86
2007-08-28Add some more expert info.Luis Ontanon1-7/+12
2007-08-28Fix non implicit oid key indexes. This starts to look good!Luis Ontanon1-6/+11
2007-08-28SNMP:Luis Ontanon1-18/+17
2007-08-28fix bug in snmp.variable_oid subdissector calling and call them at the end of...Tomas Kukosa1-6/+8
2007-08-27- packet-snmp(-template).cLuis Ontanon1-7/+37
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-24/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-6/+6
2007-08-24this one was missingLuis Ontanon1-1/+1
2007-08-24Never, never, never modify a generated file... or out of idiocy you might loo...Luis Ontanon1-1/+1
2007-08-24Another iteration, the new code is almost there, We're missing just the impli...Luis Ontanon1-8/+17
2007-08-23Implement Resolution of conceptual table indexingLuis Ontanon1-49/+291
2007-08-21A further iteration in the code, things start to look good!Luis Ontanon1-24/+37
2007-08-19Filtering on snmp variables starts to work so I put it there in case anyone w...Luis Ontanon1-788/+268
2007-07-19Change "lenght" to "length", this time in the *source* of the SNMP dissector ...Jeff Morriss1-27/+27
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-5/+9
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-04-05Implement proposed fix for Bug 1125Luis Ontanon1-2/+14
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-6/+6
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-2/+3
2007-02-07Oddly enough MSVC cannot compile this one.Luis Ontanon1-8/+8
2007-02-07* Add a category param to the uat.Luis Ontanon1-61/+196
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-96/+96
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...Luis Ontanon1-10/+48
2007-01-11- allow use of * as any-engine-idLuis Ontanon1-89/+106
2007-01-10+ AES decryptionLuis Ontanon1-4/+61
2007-01-10* sha1 authenticationLuis Ontanon1-43/+78
2007-01-09change the loading order of some headers to avoid a conflict with net-snmpLuis Ontanon1-5/+6
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon1-8/+436
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-40/+20
2006-07-10Fix compilation on systems with Net-SNMP.Gerald Combs1-5/+6
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-0/+5
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs1-5/+8