aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-10-05Fixed offset_from_real_beginning() -> tvb_offset_from_real_beginning()Stig Bjørlykke1-1/+1
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-3/+3
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-5/+8
2009-07-16Don't crash if we happen to load a bad MIB file.Gerald Combs1-1/+1
2009-07-09Reworked patch from massimo: Anders Broman1-8/+30
2009-07-08Remove hint of name resolution when it's not there.Jaap Keuter1-1/+2
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-3/+3
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-42/+42
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-14Apply some of the patches from:Anders Broman2-5/+4
2009-05-01From Reinhard Speyerer:Jaap Keuter1-2/+2
2009-04-21Constify some more value_strings.Jaap Keuter1-2/+2
2009-03-13g_free() is NULL safe, so we don't need check against it.Stig Bjørlykke1-6/+6
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-6/+6
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier2-4/+4
2008-11-13Fix previous fix.Guy Harris1-1/+1
2008-11-13Fix some warnings.Guy Harris1-4/+4
2008-11-10From Paul Stath:Anders Broman1-0/+4
2008-10-13Fix for bug 2823Jaap Keuter1-2/+6
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-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ørlykke3-11/+32
2008-03-09Corrected a typo: octestring -> octetstring.Stig Bjørlykke1-3/+3
2008-03-09Display agent-addr as IPv4 address.Stig Bjørlykke1-0/+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-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
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-8/+8
2007-12-28Fetch ObjectName and its relative oid_info before handling an eventual errorStig Bjørlykke1-10/+9
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
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-12Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs1-80/+82
2007-11-04SNMP with option -X and -TAnders Broman2-126/+1
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 o...Bill Meier1-2/+2