aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
AgeCommit message (Expand)AuthorFilesLines
2020-07-30ITS: decode MAP a SPAT v1Tomas Kukosa1-0/+8
2020-07-24ITS: add subdissector table for PtActivationDataTomas Kukosa2-0/+25
2020-07-23ITS: add GDD moduleTomas Kukosa4-166/+310
2020-07-20C12.22: Fix Calling-authentication-value-c1221 CHOICEJaap Keuter1-8/+8
2020-07-13ITS: ISO TS 19321 (IVI) updated to version 2Tomas Kukosa4-2/+886
2020-07-03NR RRC: fix dissection of MobilityFromNRCommand IEsPascal Quantin2-3/+24
2020-07-03NR RRC: fix dissection of 5GS S1 mode to N1 mode NAS containerPascal Quantin1-1/+1
2020-07-01NGAP: Preserve column info when NGAP is embedded in HTTP2.Anders Broman1-0/+3
2020-07-01S1AP: add dissection of inter RAT to EUTRA transparent containersPascal Quantin1-18/+12
2020-07-01NGAP: decode Handover Request Acknowledge target to source RAN containerPascal Quantin1-10/+18
2020-06-29NGAP:n2InfoContainer is also used for datatype N2InfoContainerAnders Broman1-0/+4
2020-06-24NGAP: fix dissection of PWS messages exchanged in Namf interfacePascal Quantin1-7/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris11-37/+37
2020-06-12MAC LTE: add support for extended LCIDPascal Quantin1-0/+9
2020-06-11NGAP: fix dissection of NASC fieldPascal Quantin1-11/+9
2020-06-11LTE RRC: dissect nas-SecurityParamFromEUTRA for the 5GS to EPS handover casePascal Quantin1-1/+4
2020-06-04kerberos: move krb5.h include upwards.Dario Lombardo1-5/+9
2020-06-02kerberos: fix compilation on FreeBSD.Dario Lombardo1-4/+3
2020-06-02kerberos: add some comments to #else/#endif.Guy Harris1-8/+8
2020-06-02kerberos: set some parameters unused.Dario Lombardo1-1/+1
2020-06-01Fix some cppcheck issues:Martin Mathieson1-1/+1
2020-05-27Fix compilation without kerberos.Dario Lombardo2-18/+249
2020-05-27GeoNW: add support for psid-traffic-light-control-status-service ::= 637Tomas Kukosa1-1/+2
2020-05-27packet-kerberos: maintain EncAPRepPart_subkey in a kerberos_app_session_keys mapStefan Metzmacher1-3/+38
2020-05-27packet-{kerberos,spnego}: move KRB5_KU_USAGE_* defined to packet-kerberos.hStefan Metzmacher2-5/+13
2020-05-27kerberos: fix build without krb5_c_fx_cf2_simple().Guy Harris1-2/+10
2020-05-26packet-kerberos: avoid guessing the KDC_REP keyusage were possibleStefan Metzmacher1-9/+40
2020-05-26packet-kerberos: avoid guessing the authorization_data keyusageStefan Metzmacher1-3/+9
2020-05-26packet-kerberos: avoid guessing the authenticator key usageStefan Metzmacher1-3/+11
2020-05-26packet-kerberos: provide details about missing keysStefan Metzmacher1-6/+180
2020-05-26packet-kerberos: add support for decrypting KRB5 FAST messagesStefan Metzmacher4-24/+616
2020-05-26packet-kerberos: show learnt and used decryption keys on the top level treeStefan Metzmacher1-3/+103
2020-05-26packet-kerberos: split out kerberos_new_private_data()Stefan Metzmacher1-7/+20
2020-05-26packet-kerberos: improve displaying used decryption keysStefan Metzmacher1-2/+28
2020-05-26packet-kerberos: display details of learnt keysStefan Metzmacher2-16/+53
2020-05-26packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keysStefan Metzmacher1-17/+77
2020-05-26packet-kerberos: maintain a kerberos_all_keys mapStefan Metzmacher1-0/+45
2020-05-26packet-kerberos: let verify_krb5_pac() use kerberos_longterm_keysStefan Metzmacher1-49/+83
2020-05-26packet-kerberos: maintain a kerberos_longterm_keys mapStefan Metzmacher2-4/+161
2020-05-26packet-kerberos: allocate enc_key_list on wmem_epan_scope()Stefan Metzmacher1-3/+23
2020-05-25packet-kerberos: use a fixed keyvalue buffer for enc_key_tStefan Metzmacher2-6/+12
2020-05-25packer-kerberos: maintain enc_key_t->id as a unique numberStefan Metzmacher2-7/+25
2020-05-24packet-kerberos: pass more information down to add_encryption_key()Stefan Metzmacher2-2/+17
2020-05-24packet-kerberos: add hooks to handle each learned encryption in a separate wayStefan Metzmacher2-1/+210
2020-05-21packet-kerberos: use better add_new_data_source() namesStefan Metzmacher1-9/+9
2020-05-21packet-kerberos: add dissection of PAC_DEVICE_INFOStefan Metzmacher1-1/+37
2020-05-19ITS: fix RCSUnit subtypes decodingTomas Kukosa1-0/+24
2020-05-15gprscdr: Update to 3GPP TS 32.298 V16.4.1Joakim Karlsson3-6/+22
2020-05-14SBcAP: fix update of info columnPascal Quantin2-9/+15
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1