aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30gsm_a_rr: Support parsing channel requests on RACHMatan Perelman1-2/+178
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-10-31GSM A RR: de_rr_meas_res(): also show padding as a tree itemVadim Yanitskiy1-2/+3
2022-10-31GSM A RR: fix de_rr_meas_res(): properly return consumed lengthVadim Yanitskiy1-1/+4
2022-10-31GSM A RR: de_rr_meas_res(): remove unused curr_offset variableVadim Yanitskiy1-7/+1
2022-10-31GSM A RR: make gsm_rr[_csn]_padding_bits() accept padding patternVadim Yanitskiy1-20/+23
2022-10-17GSM A RR: expose parse_reduced_frame_number()Vadim Yanitskiy1-1/+1
2022-10-17GSM A RR: make [parse_]reduced_frame_number() easier to useVadim Yanitskiy1-7/+7
2022-08-11GSM A RR: dissect random bit stream in SI6 Rest OctetsVadim Yanitskiy1-1/+12
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus1-1/+1
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+1
2021-08-19gsm_a_rr: add NRI decoding when pool is usedMichail Koreshkov1-0/+21
2021-07-24check_typed_item_calls.py: Add a check for all-zeroes maskMartin Mathieson1-19/+19
2021-04-30GSM A RR: add missing 10.5.2.82 Extended TSC Set IEVadim Yanitskiy1-2/+75
2021-02-09Make more dissector non-statics static.Martin Mathieson1-3/+5
2021-01-14Fix value_string consecutive repeated stringsMartin Mathieson1-1/+1
2021-01-12GSMTAP: dissect SRO/SRR (SACCH Repetition) bit in L1 SACCH headerVadim Yanitskiy1-1/+1
2020-10-29GSM A RR: fix wrong cause value in gsm_a_rr_RR_cause_valsVadim Yanitskiy1-2/+2
2020-09-15gsm_a_rr: move TARGET PCID into the correct subtreeAlexander Couzens1-2/+2
2020-09-10gsm_a_rr: correct spare bits of Channel DescriptionAlexander Couzens1-3/+3
2020-07-21GSM RR: properly handle CSN.1 Null breakpoints in IA Rest OctetsVadim Yanitskiy1-0/+10
2020-07-02A-bis/RSL: fix dissection of Mobile Allocation in CHANnel ACTIVationVadim Yanitskiy1-1/+1
2020-07-02GSM/RR: fix wrong field name in SI2quater dissectorVadim Yanitskiy1-1/+3
2020-06-02GSM RR: Fix wrong expert warning about missing P1 Rest OctetsPau Espin Pedrol1-2/+6
2019-12-30GSM A RR: Fix wrong description for Access Technologies Request presence fieldPau Espin Pedrol1-1/+1
2019-12-30GSM A RR: Fix typos in PS IR fieldPau Espin Pedrol1-1/+1
2019-09-13gsm_a_rr: Support for APDU ID ETWSHarald Welte1-4/+22
2019-08-05GSM RR: Change the TMSI/PTMSI field nameVasil Velichkov1-9/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-10GSUP: Add dissection of BSSMAP, RR and SM cause valuesHarald Welte1-1/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-03-10GSM A RR: fix Frequency List Variable Bitmap IE dissectionMichael McTernan1-1/+1
2019-03-08GSM RR: Align Channel mode text.Anders Broman1-3/+3
2019-03-08GSM A RR:Update channel mode interpretation to TS 44.018Anders Broman1-4/+9
2018-08-04[GSM A RR]: fix: properly dissect APDU Flags for Application InfoVadim Yanitskiy1-9/+32
2018-08-04[GSM A RR]: fix APDU ID/Flags parsing for Application InfoVadim Yanitskiy1-2/+8
2018-06-13[GSM A RR]: Fix Feature Indicator (10.5.2.76)Vasil Velichkov1-3/+3
2018-02-21[GSM A RR] RXLEV-SUB-SERVING-CELL displayed with wrong bitmask.AndersBroman1-12/+59
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-30packet-rsl.c: Use value-string in RXLEV and RXQUAL fieldsPau Espin Pedrol1-12/+0
2017-08-02MAC LTE: upgrade dissector to v14.3.0Pascal Quantin1-2/+2
2017-06-15gsm-a, nas-eps: enhance handling of missing mandatory i.e.Ivan Nardi1-129/+131
2017-06-03packet-gsm_a_rr: add missing ie in Paging Response messageIvan Nardi1-0/+2
2017-05-24packet-gsm_a_rr.c: proto_tree_add_uint -> proto_tree_add_bits_itemMichael Mann1-8/+8
2017-03-06gsm_rr_csn_flag -> proto_tree_add_bits_item when not using return value (CID-...Michael Mann1-13/+13
2017-02-05[GSA RR] Dissect System Information Type 21AndersBroman1-6/+123
2017-02-01GSM A / NAS-EPS: detect missing mandatory information elementsPascal Quantin1-2/+0
2016-11-18[GSM A RR] Fix dissection of c1_delta.AndersBroman1-6/+22