aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30SNMP: generate ASN1Joakim Karlsson1-2/+2
2022-12-16SNMP/UDP: SNMP is walking on UDP conversation/stream IDChuck Craft1-2/+2
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-27/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-09-08tvblist: explicitly scope memoryEvan Huus1-5/+5
2021-08-24asn1: convert more dissectors to pinfo->poolEvan Huus1-15/+15
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde1-1/+1
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-21/+21
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-18/+18
2020-12-20More spelling fixes.Martin Mathieson1-1/+1
2020-12-13SNMP: Fix checking of SNMP v3 auth if MD5 method is usedj.novak@netsystem.cz1-3/+2
2020-10-10SNMP: Use BASE_SHOW_ASCII_PRINTABLE for octet stringsAnders Broman1-1/+1
2019-11-11SNMP: fix out of bounds access to snmp_PDUs_vals arrayPascal Quantin1-18/+19
2019-11-07SNMP: do not modify the ASN.1 source for request/response trackingPascal Quantin1-17/+32
2019-11-07Fix problems regarding SRT calculation in SNMP dissectorLajos Olah1-6/+6
2019-11-07Implement service response time calculation for SNMPLajos Olah1-45/+215
2019-10-22SNMP: handle Net-SNMP Engine Id of 12 octetsJaap Keuter1-8/+13
2019-09-14SNMP: handle Net-SNMP Engine Id of 12 octetsJaap Keuter1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-20snmp: add missing initializers in deep copies.Dario Lombardo1-5/+9
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-29Use gcry_strerror() to get crypt error description.Jakub Zawadzki1-2/+2
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-08-04SNMP: add support for USM SHA-2 algorithms (RFC 7860)Olivier Verriest1-202/+101
2017-08-01SNMP: regenerate ASN.1 dissector after g7466880e8aPascal Quantin1-1/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-3/+3
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