aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ngap.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01NGAP: fix dissection NAS PDU IE broken in b801ea0191Pascal Quantin1-1/+1
2023-01-17MinGW: Fix -WclobberedJoão Valverde1-0/+4
2023-01-11NGAP: upgrade dissector to v17.3.0Pascal Quantin1-42/+101
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-45/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-409/+1
2022-11-20NGAP: Use bitmask for NRCellIdentity and EUTRACellIdentityJohn Thacker1-170/+168
2022-09-26NGAP: upgrade dissector to v17.2.0Pascal Quantin1-143/+437
2022-08-16XnAP: upgrade dissector to v17.1.0Pascal Quantin1-204/+217
2022-08-14NGAP: add NTN related restricted RATsPascal Quantin1-137/+161
2022-08-12NGAP: upgrade dissector to v17.1.1Pascal Quantin1-558/+6825
2022-08-06Prefs: Convert some SCTP port preferences to auto prefsJohn Thacker1-34/+22
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-13NGAP: workaround a gcc 10.2.1 compilation issuePascal Quantin1-104/+106
2022-04-08NGAP: upgrade dissector to v16.9.0Pascal Quantin1-95/+175
2022-01-18NGAP: stop clearing the fencePascal Quantin1-8/+3
2022-01-12NGAP: fix variable ‘ngap_data’ might be clobbered by ‘longjmp’ or ‘...Pascal Quantin1-164/+163
2022-01-03NGAP: upgrade dissector to v16.8.0Pascal Quantin1-1/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-14/+14
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-10-20gtpv2: Update to 3GPP TS 29.274 V17.3.0Joakim Karlsson1-178/+178
2021-10-06Add NGAP Stats.Martin Mathieson1-197/+572
2021-10-04NGAP: upgrade dissector to v16.7.0Pascal Quantin1-96/+146
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-6/+6
2021-07-07NGAP: fix dissection of gNB/ng-eNB transparent containerPascal Quantin1-170/+168
2021-07-02NGAP: upgrade dissector to v16.6.0Pascal Quantin1-95/+97
2021-06-28NGAP: Catch dissection of containers that may be test data.Anders Broman1-175/+195
2021-06-21NGAP: fix dissection of multiple NGAP messages in the same HTTP2 packetPascal Quantin1-73/+104
2021-06-16NGAP: add more N2SmInfoTypeJoakim Karlsson1-125/+127
2021-05-20NGAP: fix dissection of UERadioCapability IE for NB-IoT UEsPascal Quantin1-145/+154
2021-05-16NGAP, XNaP, NAS_5GS: Add E212_GUAMI to MCC/MNC field choicesJohn Thacker1-148/+154
2021-05-11NGAP: Use specific MCC/MNC fieldsJohn Thacker1-155/+182
2021-04-10NGAP: fix dissection of extended RAT restriction information IEPascal Quantin1-120/+170
2021-04-09NGAP: upgrade dissector to v16.5.0Pascal Quantin1-103/+265
2021-03-21NGAP: have a single filter for RAN-UE-NGAP-ID or AMF-UE-NGAP-ID fieldsPascal Quantin1-177/+177
2021-01-11Fix duplicated filter namecated fileter namesAnders Broman1-205/+205
2021-01-05NGAP: upgrade dissector to v16.4.0Pascal Quantin1-101/+229
2020-12-04NGAP: don't include packet-ngap.h twiceMartin Mathieson1-8/+7
2020-10-143GPP: add 5G-TMSI to 3gpp.tmsi common filterPascal Quantin1-96/+107
2020-10-07NGAP: dissect some PWS related fieldsPascal Quantin1-160/+224
2020-10-07NGAP: Change "encyption" -> "encryption".Martin Mathieson1-16/+16
2020-10-05NGAP: upgrade dissector to v16.3.0Pascal Quantin1-240/+555
2020-08-31NGAP: fix ngap.MDT_Location_Information.reserved definitionPascal Quantin1-1/+1
2020-08-26NGAP: upgrade dissector to v16.2.0Pascal Quantin1-284/+8350
2020-08-20X2AP: upgrade dissector to v16.2.0Pascal Quantin1-133/+133
2020-08-14Check that at least one token exists to consider the JSON as validPascal Quantin1-2/+2
2020-07-01NGAP: Preserve column info when NGAP is embedded in HTTP2.Anders Broman1-3/+6
2020-07-01NGAP: decode Handover Request Acknowledge target to source RAN containerPascal Quantin1-122/+130
2020-06-29NGAP:n2InfoContainer is also used for datatype N2InfoContainerAnders Broman1-3/+7
2020-06-24NGAP: fix dissection of PWS messages exchanged in Namf interfacePascal Quantin1-10/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-6/+6