aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't crash if we happen to load a bad MIB file.Gerald Combs2009-07-161-1/+1
* Reworked patch from massimo: Anders Broman2009-07-091-8/+30
* Remove hint of name resolution when it's not there.Jaap Keuter2009-07-081-1/+2
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-3/+3
* From Kovarththanan Rajaratnam:Anders Broman2009-07-061-1/+1
* More header_field_info cleanup.Stig Bjørlykke2009-06-221-42/+42
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-201-2/+2
* Apply some of the patches from:Anders Broman2009-05-142-5/+4
* From Reinhard Speyerer:Jaap Keuter2009-05-011-2/+2
* Constify some more value_strings.Jaap Keuter2009-04-211-2/+2
* g_free() is NULL safe, so we don't need check against it.Stig Bjørlykke2009-03-131-6/+6
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-6/+6
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-172-4/+4
* Fix previous fix.Guy Harris2008-11-131-1/+1
* Fix some warnings.Guy Harris2008-11-131-4/+4
* From Paul Stath:Anders Broman2008-11-101-0/+4
* Fix for bug 2823Jaap Keuter2008-10-131-2/+6
* Fix a spelling error pointed out by Noam Rathaus.Gerald Combs2008-09-181-1/+1
* Fix a (probably benign) case where it appears that && should be &Bill Meier2008-08-221-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* It is useless in a Protocol Analyzer to avoid the user to have a password sho...Luis Ontanon2008-04-151-2/+0
* Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs2008-03-131-0/+4
* Add a const.Stig Bjørlykke2008-03-091-1/+1
* Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke2008-03-093-11/+32
* Corrected a typo: octestring -> octetstring.Stig Bjørlykke2008-03-091-3/+3
* Display agent-addr as IPv4 address.Stig Bjørlykke2008-03-091-0/+1
* Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke2008-03-061-0/+1
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-1/+1
* Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke2008-03-011-0/+1
* Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs2008-02-261-1/+3
* Handle unsigned SMI types. This should fix bug 2292.Gerald Combs2008-02-251-1/+5
* get rid of get_ber_last_created_item()Tomas Kukosa2008-01-031-8/+8
* Fetch ObjectName and its relative oid_info before handling an eventual errorStig Bjørlykke2007-12-281-10/+9
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-1/+2
* ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2007-12-101-1/+1
* fix confusion in tag handlingTomas Kukosa2007-12-031-10/+10
* fix tag handling inside snmp trapTomas Kukosa2007-11-201-1/+1
* dissect_ber_choice() returns the index of the choice, not the tag of the Ronnie Sahlberg2007-11-151-1/+3
* Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs2007-11-121-80/+82
* SNMP with option -X and -TAnders Broman2007-11-042-126/+1
* Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 o...Bill Meier2007-10-291-2/+2
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-3/+3
* Remove the remaining autogenereated -exp.cnf filesJörg Mayer2007-10-111-15/+0
* - Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer2007-10-111-1/+1
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* More conversions and updates to existing Makefile stuffJörg Mayer2007-10-105-63/+97
* Get rid of the remains of NET-SNMP in the build process.Jörg Mayer2007-09-241-14/+0
* Modified some ASN1 Makefiles to compile on unix.Stig Bjørlykke2007-09-171-1/+1
* Try to get the Windows buildbot going by avoiding namespace collision.Jaap Keuter2007-09-141-11/+10
* eliminate an anonymous enum.Luis Ontanon2007-09-131-1/+2