aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-28- turn some other TC from FT_BYTES to FT_STRING so that human-readable string...lego1-33/+55
2007-08-28Fix non implicit oid key indexes. This starts to look good!lego1-9/+14
2007-08-28SNMP:lego1-23/+22
2007-08-28fix bug in snmp.variable_oid subdissector calling and call them at the end of...kukosa1-11/+13
2007-08-27- packet-snmp(-template).clego1-10/+40
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1290/+555
2007-08-24Revert back to old version with manually fixed get_ber_length parametersjmayer1-318/+1281
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1293/+330
2007-07-19For LEGO: Use crypt_tvb when we don't have cleartext_tvbmorriss1-1/+1
2007-07-19Change "lenght" to "length", this time in the *source* of the SNMP dissector ...morriss1-22/+22
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"morriss1-48/+48
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-83/+83
2007-05-15actx in the rest of dissect_ber..()letxrab1-49/+49
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-343/+349
2007-05-06Start introducing actx to ber functions.etxrab1-82/+82
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-04-05Implement proposed fix for Bug 1125lego1-14/+85
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-158/+158
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...lego1-6/+6
2007-02-08Have the windows buildot compiling again.lego1-4/+5
2007-02-07Oddly enough MSVC cannot compile this one.lego1-8/+8
2007-02-07* Add a category param to the uat.lego1-66/+201
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald1-96/+96
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...lego1-34/+85
2007-01-11- allow use of * as any-engine-idlego1-124/+219
2007-01-10sync changes with asn/snmplego1-61/+101
2007-01-09change the loading order of some headers to avoid a conflict with net-snmplego1-10/+11
2007-01-09SNMPv3 USM decryption/authentication phase 1lego1-122/+603
2006-12-08Get rid of UCD SNMP support (it's not longer supported andjmayer1-45/+25
2006-08-23Counter64 should be a FT_UINT64 and not a FT_UINT32sahlberg1-2/+2
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-84/+84
2006-07-10Fix compilation on systems with Net-SNMP.gerald1-8/+9
2006-07-09In new_format_oid(), handle a zero-length OID.gerald1-3/+8
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a gerald1-8/+11
2006-07-04replace the two remaining g_malloc with ep_allocsahlberg1-6/+5
2006-07-04check_var_length can also return ewp allocated memory nowsahlberg1-1/+1
2006-07-04make new_format_oid return ep allocated data.sahlberg1-8/+11
2006-07-04make format_oid use ep allocated memory internally instead of malloced memorysahlberg1-11/+10
2006-07-04make format_var return ep allocated memorysahlberg1-14/+10
2006-06-14Include <ctype.h> to fix some warnings. Regenerate thejmayer1-6/+7
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]kukosa1-16/+39
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.etxrab1-16/+22
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-6/+6
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isguy1-40/+38
2006-05-14Remove stupid code.etxrab1-15/+2
2006-05-13snmp: Hopfully fix bug Bug 925.etxrab1-9/+21
2006-05-08Fix bug 926 OID wrongly decoded.etxrab1-16/+29
2006-05-03Use the asn2eth generated snmp dissector.etxrab1-1601/+2261
2006-03-11mark parser error messages as Ethereal generatedulfl1-2/+4