aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris7-49/+15
2020-04-08SBcAP: use short protocol name in protocol columnPascal Quantin1-2/+2
2020-04-06gsm_map: Dissect location number with the ISUP dissect functionVasil Velichkov2-102/+1
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+0
2020-04-05XnAP: upgrade dissector to v15.7.0Pascal Quantin9-20/+60
2020-04-05NR RRC: upgrade dissector to v15.9.0Pascal Quantin4-78/+140
2020-04-04X2AP: upgrade dissector to v15.9.0Pascal Quantin9-13/+56
2020-04-04LTE RRC: upgrade dissector to v15.9.0Pascal Quantin9-17/+47
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-1/+1
2020-03-23kerberos: fix compilation when kerberos is unavailable.Dario Lombardo2-7/+49
2020-03-23kerberos: remove redundant returns.Dario Lombardo1-12/+0
2020-03-23kerberos: change indentation from tabs to spaces.Dario Lombardo1-286/+286
2020-03-19NR RRC: fix dissection of q-RxLevMin parameterPascal Quantin1-1/+3
2020-03-19packet-kerberos: split out a decrypt_krb5_data_asn1() helper functionStefan Metzmacher1-20/+30
2020-03-19packet-kerberos: split out a decrypt_krb5_data_private() functionStefan Metzmacher1-8/+29
2020-03-18packet-kerberos: rename some generated fields to avoid name conflictsStefan Metzmacher1-0/+3
2020-03-18packet-kerberos: dissect PA_REQ_ENC_PA_REPStefan Metzmacher2-0/+4
2020-03-18packet-kerberos: dissect new RFC6113 errors messagesStefan Metzmacher2-0/+13
2020-03-18packet-kerberos: remove unused line '#EncryptedData/etype encryptedData_etype'Stefan Metzmacher1-1/+0
2020-03-18packet-kerberos: dissect names of new PAC_* typesStefan Metzmacher1-6/+57
2020-03-18packet-kerberos: Encrypted{AuthorizationData,Authenticator} are not the sameStefan Metzmacher3-1/+53
2020-03-18packet-kerberos: we only need PA-PAC-REQUEST onceStefan Metzmacher3-11/+5
2020-03-18packet-kerberos: decrypt PAC_CREDENTIAL_INFO from [MS-PAC]Stefan Metzmacher1-13/+74
2020-03-18packet-kerberos: dissect AD_GSS_API_ETYPE_NEGOTIATIONStefan Metzmacher2-0/+4
2020-03-18packet-kerberos: dissect AD_TARGET_PRINCIPAL from [MS-KILE]Stefan Metzmacher2-0/+26
2020-03-18packet-kerberos: dissect AD_AP_OPTIONS from [MS-KILE]Stefan Metzmacher2-0/+36
2020-03-18packet-kerberos: dissect KERB-AD-RESTRICTION-ENTRY from [MS-KILE]Stefan Metzmacher3-0/+11
2020-03-18packet-kerberos: dissect PA_SUPPORTED_ENCTYPES from [MS-KILE]Stefan Metzmacher2-0/+77
2020-03-18packet-kerberos: dissect PA_ENC_TIMESTAMP messagesStefan Metzmacher2-2/+2
2020-03-18packet-kerberos: add more AUTHDATA-TYPE values and generate AUTHDATA_TYPE_valsStefan Metzmacher4-83/+31
2020-03-18packet-{kerberos,pkinit}: Add support for Windows based PKINITStefan Metzmacher6-9/+69
2020-03-18packet-kerberos: more PADATA-TYPE values/generate kerberos_PADATA_TYPE_valsStefan Metzmacher3-179/+86
2020-03-18packet-kerberos: always remember the toplevel msg_type in MESSAGE-TYPEStefan Metzmacher1-20/+5
2020-03-18packet-kerberos: avoid using actx->private_data for two different thingsStefan Metzmacher2-3/+9
2020-03-11t38: propagate ACDR changes in autogenerated file to the sourcePeter Wu1-0/+14
2020-03-11asn1: fix -Wmisleading-indentation warnings with Clang 10Peter Wu5-83/+83
2020-02-27NGAP: fix dissection of intra 5GS NASC IEPascal Quantin1-3/+7
2020-02-25goose: test field is renamed to simulationAlexis La Goutte1-1/+1
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+4
2020-02-13ULP: Upgrade dissector to OMA-TS-ULP-V2_0_5-20191028-AStig Bjørlykke4-9/+41
2020-02-12F1AP: dissect more RRC containersPascal Quantin2-3/+72
2020-02-07LDAP bogus malformed errors: decoding encrypted dataCal Turney2-55/+54
2020-02-03NBAP: Actually set max mac-d pdu size flagDarien Spencer1-0/+3
2020-01-30pkcs1: recognize explicit curve parametersPeter Wu2-13/+52
2020-01-24IDMP: Reset a couple of variables.Gerald Combs1-0/+2
2020-01-23kerberos: fix -Wcomma warningsPeter Wu1-2/+2
2020-01-22packet-kerberos: add decrypt_krb5_krb_cfx_dce() functionStefan Metzmacher2-0/+248
2020-01-22packet-kerberos: split out decrypt_krb5_with_cb()Stefan Metzmacher1-35/+82
2020-01-22packet-gssapi: add gssapi_{header,trailer}_tvbStefan Metzmacher1-4/+1
2020-01-22packet-spnego: make use of decrypt_krb5_krb_cfx_dce()Stefan Metzmacher1-5/+16