aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
AgeCommit message (Expand)AuthorFilesLines
2022-04-19dissectors: init memory before use.Dario Lombardo2-0/+2
2022-04-19PDCP-NR: changes to make security keys work betterMartin Mathieson1-2/+12
2022-04-19NR RRC: upgrade dissector to v16.8.0Pascal Quantin6-9/+26
2022-04-19LTE RRC: upgrade dissector to v16.8.0Pascal Quantin9-14/+16
2022-04-19LPP: upgrade dissector to v16.8.0Pascal Quantin3-90/+120
2022-04-13NGAP: workaround a gcc 10.2.1 compilation issuePascal Quantin1-11/+13
2022-04-12PER:Add function to add "PER encoded lable" to the tree.Anders Broman1-0/+1
2022-04-08F1AP: upgrade dissector to v16.9.0Pascal Quantin9-12/+56
2022-04-08XnAP: id-TargetNodeID is a protocol IEPascal Quantin1-1/+1
2022-04-08X2AP: fix a typoPascal Quantin1-1/+1
2022-04-08E1AP: upgrade dissector to v16.9.0Pascal Quantin8-19/+93
2022-04-08XnAP: upgrade dissector to v16.9.0Pascal Quantin8-24/+82
2022-04-08NGAP: upgrade dissector to v16.9.0Pascal Quantin8-13/+43
2022-04-08X2AP: upgrade dissector to v16.9.0Pascal Quantin8-13/+36
2022-04-08S1AP: upgrade dissector to v16.9.0Pascal Quantin9-11/+17
2022-03-29asn1: fix missing dissector generationJoakim Karlsson6-8/+50
2022-03-29BER: Add a function to add a BER encoded boilerplate.Anders Broman1-0/+1
2022-03-15ITS: use custom value format for more ITS elementsTomas Kukosa2-3/+32
2022-02-24LDAP: try harder to detect SASL with kerberos signing onlyStefan Metzmacher1-4/+25
2022-02-17Some spelling fixesMartin Mathieson1-1/+1
2022-02-07GDT: add dissector for SCTP PPID 49 protocolDamir Franusic6-0/+946
2022-02-07Kerberos: handle etype == 0 in dissect_krb5_decrypt_CRED_data()Stefan Metzmacher1-0/+6
2022-02-07Kerberos: Cope with FAST ordering in TGS-REQ PA-DATAStefan Metzmacher2-4/+78
2022-02-07Kerberos: add support for new PAC buffersStefan Metzmacher1-9/+201
2022-02-03ASN.1 PER + ATN-ULCS: Add checks for nulls in sequences.Gerald Combs1-0/+29
2022-02-03x509af: Call dissect_ber_bitstring() with hf_indexUli Heilmeier1-1/+1
2022-01-25X509ce: Use FT_ABSOLUTE_TIME for baseUpdateTime, invalidityDateJohn Thacker1-2/+2
2022-01-25packet-kerberos: kerberos.patimestamp use FT_ABSOLUTE_TIME/ABSOLUTE_TIME_LOCALStefan Metzmacher1-2/+1
2022-01-20GTP: Add CAMEL Charging Information Container IEJohn Thacker1-1/+3
2022-01-18E2AP: remove an obsolete commentPascal Quantin1-1/+0
2022-01-18NGAP: stop clearing the fencePascal Quantin1-5/+0
2022-01-18S1AP: stop clearing the fencePascal Quantin1-5/+0
2022-01-12NGAP: fix variable ‘ngap_data’ might be clobbered by ‘longjmp’ or ‘...Pascal Quantin1-2/+1
2022-01-07CMS: get rid of globalsJohn Thacker2-38/+77
2022-01-06SABP: Update ASN.1 templateJohn Thacker1-1/+1
2022-01-06MPEG PES: Update conformance file for unify PES header bit fieldsJohn Thacker1-0/+1
2022-01-04ldap, ros: restore a missing word in a commentРоман Донченко2-2/+2
2022-01-03F1AP: upgrade dissector to v16.8.0Pascal Quantin8-12/+58
2022-01-03E1AP: upgrade dissector to v16.8.0Pascal Quantin8-18/+34
2022-01-03NRPPa: upgrade dissector to v16.6.0Pascal Quantin8-13/+59
2022-01-03XnAP: upgrade dissector to v16.8.0Pascal Quantin8-42/+96
2022-01-03NGAP: upgrade dissector to v16.8.0Pascal Quantin7-15/+17
2022-01-03NR RRC: upgrade dissector to v16.7.0Pascal Quantin8-48/+118
2022-01-03X2AP: upgrade dissector to v16.8.0Pascal Quantin8-11/+42
2022-01-03S1AP: upgrade dissector to v16.8.0Pascal Quantin9-13/+23
2022-01-03LPP: upgrade dissector to v16.7.0Pascal Quantin5-7/+9
2022-01-03LTE RRC: upgrade dissector to v16.7.0Pascal Quantin10-13/+20
2021-12-31x509af: support dissecting public keys in RFC 7468 filesРоман Донченко2-0/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan4-6/+6
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde3-5/+5