aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03Fix some spelling errorsMartin Mathieson1-1/+1
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-08-13SNMP: Fix responses from different ports and SMUXJohn Thacker1-13/+52
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-78/+78
2023-08-05SNMP: Don't check the tvb length on a fragmented packetJohn Thacker1-11/+14
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde1-1/+1
2023-05-22SNMP: Fix multiple PDU over TCP handlingJohn Thacker1-2/+2
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-05-09Use `register_dissector()` in ASN.1 dissectorsDavid Perry1-5/+5
2023-05-05check_val_to_str.py: Check ASN1 template filesMartin Mathieson1-1/+2
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