aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39427 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate thegerald1-1/+1
SNMP and SPNEGO dissectors to see if it helps Coverity locate the original source files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36522 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-16Don't crash if we happen to load a bad MIB file.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29118 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-06From Kovarththanan Rajaratnam:etxrab1-1/+1
More "Cleanup header_field_info definitions" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28962 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27037 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-13Fix some warnings.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26773 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-18Fix a spelling error pointed out by Noam Rathaus.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26228 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPgerald1-1/+1
preferences, tell the user where they can change the SMI settings. In the 802.11 preferences, fix a tooltip. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24620 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-25Handle unsigned SMI types. This should fix bug 2292.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24457 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03get rid of get_ber_last_created_item()kukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24001 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-20fix tag handling inside snmp trapkukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23508 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslygerald1-1/+1
ep_freed() memory and abort. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23436 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04SNMP with option -X and -Tetxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23352 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 ↵wmeier1-1/+1
of fix. asn1 template file plus generated .[hc] files; Note that the generated files include changes which are a result of previous changes to snmp.cnf (SVN #23252) and of other changes (eg: svn 21145). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23302 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24Revert back to old version with manually fixed get_ber_length parametersjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22636 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-07* Add a category param to the uat.lego1-19/+3
* UATify SNMP Users git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20736 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ↵lego1-3/+3
dissecting it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20393 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-11- allow use of * as any-engine-idlego1-3/+8
- automatic localization of usertable entries with no engine-id - remove last remains of debug code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20387 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-10sync changes with asn/snmplego1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20367 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-09SNMPv3 USM decryption/authentication phase 1lego1-0/+73
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20353 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-14Include <ctype.h> to fix some warnings. Regenerate thejmayer1-1/+1
dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18461 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18216 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-03Use the asn2eth generated snmp dissector.etxrab1-6/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18086 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-25From Thomas Anders:lego1-0/+1
SNMP Engine ID dissection according to RFC3411 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15073 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+36
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7