aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pfcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Fix some more spelling errorsMartin Mathieson1-4/+4
2024-01-31pfcp: small spelling correctionJoakim Karlsson1-4/+4
2024-01-27Be careful with scope of strings used for columns in SRT tableMartin Mathieson1-1/+1
2024-01-11Fix some spelling errorsMartin Mathieson1-1/+1
2024-01-11pfcp: Update to 3GPP TS 29.244 V18.4.0Joakim Karlsson1-29/+248
2024-01-02pfcp: Add Service Response Time statisticsJoakim Karlsson1-1/+65
2023-11-20Remove init of proto variablesStig Bjørlykke1-1079/+1079
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-1/+0
2023-11-09pfcp: correction of Outer Header IE bitshiftJoakim Karlsson1-33/+96
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-2/+2
2023-11-03Detect more copy/pasted filters - looking further backMartin Mathieson1-3/+3
2023-10-28Fix some spelling errorsMartin Mathieson1-1/+1
2023-10-26More item check fixesMartin Mathieson1-2/+2
2023-10-20Fix some spelling errorsMartin Mathieson1-3/+3
2023-10-18PFCP: Wrong length used for TEIDAnders Broman1-4/+4
2023-10-03Fix some spelling errorsMartin Mathieson1-1/+1
2023-09-29tvbuff: support endianness setting for packed BCDMartin Kaiser1-1/+1
2023-09-26pfcp: Update to 3GPP TS 29.244 V18.3.0Joakim Karlsson1-53/+177
2023-09-21PFCP: value_string values were shifted by one byteMartin Mathieson1-14/+14
2023-09-03check_typed_item_calls.py: some updatesMartin Mathieson1-2/+2
2023-08-08pfcp: Update to 3GPP TS 29.244 V18.2.0Joakim Karlsson1-114/+677
2023-07-31PFCP: fix dissection of Offending IE Information IENardi Ivan1-9/+3
2023-06-22pfcp: translate Quota Validity Time to human readable time stringAndreas Schultz1-0/+13
2023-06-09pfcp: add media_type handleJoakim Karlsson1-0/+1
2023-03-29pfcp: Update to 3GPP TS 29.244 V18.1.0Joakim Karlsson1-7/+108
2023-03-06PFCP: add BBF TR-459.2 and TR-459.3 IEsAndreas Schultz1-2/+376
2023-03-06PFCP: readd TP Created NAT BindingAndreas Schultz1-0/+1
2023-02-13Fix typo for the TEBUR field in the descriptionGian Lorenzo Meocci1-1/+1
2023-02-10Add support for URSS field (8.2.77 PFCP Association Release Request)Gian Lorenzo Meocci1-2/+9
2023-02-01Make some symbols static.Martin Mathieson1-3/+3
2023-01-25Fix some spelling errors.Martin Mathieson1-1/+1
2023-01-17PFCP: add Nokia proprietary IEsJoris Peeraer1-0/+1287
2023-01-13PFCP: refactor dissecting of enterprise IEsJoris Peeraer1-438/+334
2023-01-13PFCP: Fix QFI bitmaskIvan Stanoev1-1/+1
2023-01-09PFCP: remove empty wrappers around dissect_pfcp_grouped_ieJoris Peeraer1-576/+83
2023-01-09PFCP: get rid of forward declarations by moving ie-decoder-table downJoris Peeraer1-481/+369
2023-01-09PFCP: remove redundant sub-tree and sub-tvbJoris Peeraer1-118/+110
2022-12-30pfcp: correction of IE 5GS User Plane NodeJoakim Karlsson1-3/+3
2022-12-27pfcp: Update to 3GPP TS 29.244 V18.0.0Joakim Karlsson1-23/+32
2022-10-03pfcp: Update to 3GPP TS 29.244 V17.6.0Joakim Karlsson1-3/+3
2022-09-30pfcp: remove session tracking faulty SEID conversionJoakim Karlsson1-4/+4
2022-09-29pfcp: Use a map for mapping from <seid,address> to frameJoakim Karlsson1-92/+65
2022-09-29pfcp: Use direct hashing in the session tableJoakim Karlsson1-25/+25
2022-09-23pfcp: Use ENC_APN_STRJohn Thacker1-18/+3
2022-09-20pfcp: Fix deadcode found by Clang AnalyzerAlexis La Goutte1-1/+0
2022-08-19Fix some spelling errorsMartin Mathieson1-1/+1
2022-08-11PFCP: UP Function feature bit QUASF typo, take 2.Anders Broman1-1/+1
2022-08-11PFCP: UP Function feature bit QUASF typo.Anders Broman1-5/+5
2022-08-06Prefs: Convert some SCTP port preferences to auto prefsJohn Thacker1-5/+3
2022-07-14pfcp: change to utilize proto_tree_add_bitmask_listJoakim Karlsson1-797/+98