aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-32/+44
2017-02-20SNMP: fix insertion of first entry in SNMP Users UATPascal Quantin1-28/+24
2017-02-20SNMP: duplicate dynamic members of snmp_ue_assoc_t structure in localize_ue()Pascal Quantin1-3/+8
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-29/+7
2017-01-31Add format_text_wmem.Michael Mann1-11/+5
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+2
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-14Append Integer32 value to varbind also.Jaap Keuter1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+5
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-22/+18
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-3/+1
2016-05-04snmp: return -1 (not 0) if we need more data from TCPMartin Kaiser1-9/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-23/+23
2016-02-26snmp: Decode msgSecurityParameters ASN.1 headerStig Bjørlykke1-3/+5
2016-02-07SNMP: Fix warning [-Wunused-function]João Valverde1-10/+1
2016-02-03Sync ASN.1 templates and generated code (spelling fixes)João Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-1/+1
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-5/+5
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-6/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-7/+5
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-09-11snmp: fix 'time' var name.Dario Lombardo1-6/+6
2015-07-04asn1: split off cleanup routinesPeter Wu1-18/+29
2015-05-09Define the SHA-1 digest length in wsutil/sha1.h and use it.Guy Harris1-4/+4
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2015-02-18Some additional UAT update callback changes.Guy Harris1-6/+7
2015-01-19Convert OID APIs to use wmem.Michael Mann1-9/+9
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-18/+12
2014-11-08SNMP: Fix warning found by -Wunused-const-variableAlexis La Goutte1-5/+7
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-6/+5
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-12/+12
2014-09-14Show BER identifiers and lengths in SNMP variable bindings.Guy Harris1-28/+24
2014-08-30Mark Trap-PDU as obsolete for SNMP versions > 1Stig Bjørlykke1-16/+22
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte1-62/+60
2014-08-13SNMP: Remove some unused hf fieldAlexis La Goutte1-16/+5
2014-08-11SNMP: fix mixed indent (use tab)Alexis La Goutte1-318/+315
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+4
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-58/+49
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-23/+28
2014-06-21batch of tvb-length conversionsEvan Huus1-11/+11
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13