aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-01No explicit glib.h include requiredJaap Keuter3-9/+1
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