aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-04[GSM A RR] Some updates from rel 13,Yurii Lysyi1-16/+380
2016-06-13GSM RR: add dissection of EC-GSM-IoT ccch control messagesAnton Thomasson1-9/+903
2016-05-08GSM A RR: fix dissection of GPRS Cell Options IEPascal Quantin1-45/+52
2016-03-24Remove constant variable (CID-280372)Jaap Keuter1-12/+1
2016-03-23Remove some dead code in copied code (CID-280297)Jaap Keuter1-28/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-02-11GSM RR A: Add variable to avoid some warnings [-Wbad-function-cast]João Valverde1-18/+26
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-12/+14
2015-08-15Eliminate proto_tree_add_text from GSM dissectors.Michael Mann1-46/+83
2015-07-23Add decoding of following GSM A RR messages:Jean Thomas1-3/+63
2015-07-08GSM A RR: fix GSM H/L bits managementJean Thomas1-2/+16
2015-05-14GSM A RR: fix 'packet channel description' dissectioncff3391-16/+36
2015-03-16Add dissection of E-UTRAN Description in Cell selection indicator afterLars Sundström1-1/+49
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-31/+33
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-8/+8
2014-11-20Replace tvb_length...() calls.AndersBroman1-20/+20