aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-2/+2
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+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>
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-1/+1
svn path=/trunk/; revision=50063
2013-06-19Remove traling whitespace.Jörg Mayer1-1/+1
svn path=/trunk/; revision=50048
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs1-2/+2
picked up by licensecheck. svn path=/trunk/; revision=48812
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-1/+1
SNMP and SPNEGO dissectors to see if it helps Coverity locate the original source files. svn path=/trunk/; revision=36522
2009-07-16Don't crash if we happen to load a bad MIB file.Gerald Combs1-1/+1
svn path=/trunk/; revision=29118
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-1/+1
More "Cleanup header_field_info definitions" svn path=/trunk/; revision=28962
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
svn path=/trunk/; revision=27037
2008-11-13Fix some warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=26773
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-09-18Fix a spelling error pointed out by Noam Rathaus.Gerald Combs1-1/+1
svn path=/trunk/; revision=26228
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-1/+1
preferences, tell the user where they can change the SMI settings. In the 802.11 preferences, fix a tooltip. svn path=/trunk/; revision=24620
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs1-1/+1
svn path=/trunk/; revision=24457
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-1/+1
svn path=/trunk/; revision=24001
2007-11-20fix tag handling inside snmp trapTomas Kukosa1-1/+1
svn path=/trunk/; revision=23508
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs1-1/+1
ep_freed() memory and abort. svn path=/trunk/; revision=23436
2007-11-04SNMP with option -X and -TAnders Broman1-2/+2
svn path=/trunk/; revision=23352
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 ↵Bill Meier1-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). svn path=/trunk/; revision=23302
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-08-24Revert back to old version with manually fixed get_ber_length parametersJörg Mayer1-1/+1
svn path=/trunk/; revision=22636
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-02-07* Add a category param to the uat.Luis Ontanon1-19/+3
* UATify SNMP Users svn path=/trunk/; revision=20736
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ↵Luis Ontanon1-3/+3
dissecting it. svn path=/trunk/; revision=20393
2007-01-11- allow use of * as any-engine-idLuis Ontanon1-3/+8
- automatic localization of usertable entries with no engine-id - remove last remains of debug code svn path=/trunk/; revision=20387
2007-01-10sync changes with asn/snmpLuis Ontanon1-6/+6
svn path=/trunk/; revision=20367
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon1-0/+73
svn path=/trunk/; revision=20353
2006-06-14Include <ctype.h> to fix some warnings. Regenerate theJörg Mayer1-1/+1
dissector. svn path=/trunk/; revision=18461
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.Anders Broman1-2/+2
svn path=/trunk/; revision=18216
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-03Use the asn2eth generated snmp dissector.Anders Broman1-6/+15
svn path=/trunk/; revision=18086
2005-07-25From Thomas Anders:Luis Ontanon1-0/+1
SNMP Engine ID dissection according to RFC3411 svn path=/trunk/; revision=15073
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-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. svn path=/trunk/; revision=11410