aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp/snmp.asn
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs1-1/+1
svn path=/trunk/; revision=39114
2008-03-09Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke1-1/+2
Initialize pdu_type in dissect_snmp_PDUs() and param_tvb in dissect_snmp_SnmpEngineID() to avoid potential crashes. svn path=/trunk/; revision=24591
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable ↵Luis Ontanon1-1/+1
strings become readable by humans - Add the EngineId decoding for the contextEngineId - Add some expert info about malformed indexed oids svn path=/trunk/; revision=22720
2007-08-19Filtering on snmp variables starts to work so I put it there in case anyone ↵Luis Ontanon1-479/+249
wants to start playing with it. I'll leave the generated dissector in place and the rest off the Makefiles so that others are not bothered by this. TODO: - Global - add libsmi to autoconf (I modified CFLAGS and LDADDs in the makefile.ams appending my own values, that's good only for me) - have other users of oid_resolv.h get to use the new functions in oids.h - add a menu item or preference setting for the smi_modules UAT ( the smi_modules file has one dquoted string per line with the name of each module to be loaded) - SNMP - put complete information in the labels of the VarBind Items - add oids to COL_INFO - negative testing (Well, testing in general) - OIDS - implement "ALL" modules - some functions are not yet tested or implemented I'll put a TO-DO list on the wiki for people (incl. me) to add more items svn path=/trunk/; revision=22556
2007-04-05Implement proposed fix for Bug 1125Luis Ontanon1-1/+5
svn path=/trunk/; revision=21339
2006-10-25Fix Id markingAnders Broman1-1/+1
svn path=/trunk/; revision=19686
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18206
2006-03-15Some more variable bindings and add some mising PDU types.Anders Broman1-10/+29
svn path=/trunk/; revision=17637
2006-03-15Start implementing the variable binding part.Anders Broman1-2/+2
svn path=/trunk/; revision=17631
2005-12-04Work in progress an asn2eth generated snmp dissector.Anders Broman1-0/+545
svn path=/trunk/; revision=16674