aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.c
AgeCommit message (Expand)AuthorFilesLines
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
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