aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-catapult-dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson1-14/+2
2022-10-14DCT2000: Replace tvb_get_const_stringz()João Valverde1-13/+13
2022-08-21DCT2000: Don't assign to tag unused valueMartin Mathieson1-1/+2
2022-06-20DCT2000: call dissectors for R16 RRCMartin Mathieson1-2/+3
2022-06-06DCT2000: Fix format of string with PDCP-NR keysMartin Mathieson1-4/+4
2022-05-22catapult-dct200: fix clang analyer warning (Dead.Store)Alexis La Goutte1-3/+3
2022-05-03PDCP-LTE: Allow updated keys to be found by frame numberMartin Mathieson1-3/+3
2022-04-19PDCP-NR: changes to make security keys work betterMartin Mathieson1-6/+284
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2021-12-17DCT2000: For ipprim frames, show header even when no payload dissectorMartin Mathieson1-4/+3
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-09-06catapult-dct2000: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-5/+5
2021-07-13DCT2000: Support a format for MAC-NR PDUs inside comment linesMartin Mathieson1-1/+83
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2021-04-28DCT2000: Lookup xnap and ngap protocolsMartin Mathieson1-0/+8
2020-12-13DCT2000: Allow any PDU to be dissected.Jose Rubio1-1/+19
2020-11-26DCT2000: misc changesMartin Mathieson1-8/+77
2020-07-25ISDN, LAPD: clean up the way they connect to other dissectors.Guy Harris1-2/+8
2020-03-21Some cppcheck fixes.Martin Mathieson1-1/+1
2020-02-15Some issues spotted by PVS-Studio in bug 16335. Many more remainMartin Mathieson1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-25DCT2000: skip/show carrierId for LTE/NR RRC headers.Martin Mathieson1-0/+16
2019-06-04DCT2000: Fix up the way RRC dissectors are called.Martin Mathieson1-11/+26
2019-04-29NR: Configure LCID -> RLC Bearer config from RRCMartin Mathieson1-1/+16
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-01-23DCT2000: Add other NR RRC entry points.Martin Mathieson1-0/+18
2018-12-14DCT2000: Pass NR NAS payload to dissector with S1AP framingMartin Mathieson1-0/+49
2018-12-13DCT2000: Call nas-5gs dissectorMartin Mathieson1-3/+9
2018-12-13DCT2000: skip optional carrier type in LTE RRC primitive headerMartin Mathieson1-2/+12
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs1-1/+1
2018-08-23DCT2000: For LTE MAC, set flag to say whether sf/sfn present or notMartin Mathieson1-0/+2
2018-06-25DT2000: Call RRC dissector from newer primitives.Martin Mathieson1-5/+21
2018-06-11dct2000: call LTE NAS dissector for r13 releaseMartin Mathieson1-1/+2
2018-06-02DCT2000: call lte rrc dissector for later releasesMartin Mathieson1-1/+5
2018-05-31DCT2000: call NR RRC dissector for protocol payloads.Martin Mathieson1-78/+104
2018-04-29DCT2000: Only look up old protocol name mappings if preference enabledMartin Mathieson1-75/+68
2018-02-22Catapult DCT2000: Update sscanf patterns, and avoid calling if possibleMartin Mathieson1-51/+52
2018-02-15DCT2000: read new LTE MAC outheader valuesMartin Mathieson1-39/+51
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-30dct2000 wiretap: expect all lines to have exactly 4 subsecond digits.Martin Mathieson1-1/+1
2018-01-27DCT2000: after profiling, speed up some partsMartin Mathieson1-12/+31
2017-06-28 FP: Combining heuristic dissectorsDarien Spencer1-1/+1
2017-06-19RLC: Renamed U-RNTI to UE IDDarien Spencer1-1/+1
2017-06-19[UMTS RLC] Rename proto variableDarien Spencer1-3/+3
2017-06-17[UMTS RLC] Renaming dissector files to fit FP/MACDarien Spencer1-1/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-2/+2
2017-03-28Add bounds checks for references to outhdr_values.Guy Harris1-37/+81