summaryrefslogtreecommitdiff
path: root/asn1/snmp/packet-snmp-template.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-6/+6
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-2/+3
2007-02-07Oddly enough MSVC cannot compile this one.Luis Ontanon1-8/+8
2007-02-07* Add a category param to the uat.Luis Ontanon1-61/+196
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-96/+96
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...Luis Ontanon1-10/+48
2007-01-11- allow use of * as any-engine-idLuis Ontanon1-89/+106
2007-01-10+ AES decryptionLuis Ontanon1-4/+61
2007-01-10* sha1 authenticationLuis Ontanon1-43/+78
2007-01-09change the loading order of some headers to avoid a conflict with net-snmpLuis Ontanon1-5/+6
2007-01-09SNMPv3 USM decryption/authentication phase 1Luis Ontanon1-8/+436
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-40/+20
2006-07-10Fix compilation on systems with Net-SNMP.Gerald Combs1-5/+6
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-0/+5
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs1-5/+8
2006-07-04replace the two remaining g_malloc with ep_allocRonnie Sahlberg1-3/+2
2006-07-04check_var_length can also return ewp allocated memory nowRonnie Sahlberg1-1/+1
2006-07-04make new_format_oid return ep allocated data.Ronnie Sahlberg1-5/+8
2006-07-04make format_oid use ep allocated memory internally instead of malloced memoryRonnie Sahlberg1-8/+7
2006-07-04make format_var return ep allocated memoryRonnie Sahlberg1-11/+7
2006-06-14Include <ctype.h> to fix some warnings. Regenerate theJörg Mayer1-0/+1
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]Tomas Kukosa1-5/+17
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.Anders Broman1-0/+6
2006-05-23Ethereal -> WiresharkTomas Kukosa1-3/+3
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-15Don't throw an exception in oid_to_subid_buf() if the generated OID isGuy Harris1-36/+34
2006-05-13snmp: Hopfully fix bug Bug 925.Anders Broman1-1/+3
2006-05-08Fix bug 926 OID wrongly decoded.Anders Broman1-13/+26
2006-03-15Some more variable bindings and add some mising PDU types.Anders Broman1-1/+7
2006-03-15Start implementing the variable binding part.Anders Broman1-8/+528
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs1-11/+18
2005-12-04Work in progress an asn2eth generated snmp dissector.Anders Broman1-0/+978