aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17GSM A-bis/RSL: dissect and show RFN using parse_reduced_frame_number()Vadim Yanitskiy1-0/+17
2022-09-25packet-rsl: Support osmocom extension IE Osmux CIDPau Espin Pedrol1-16/+35
2022-08-06Prefs: Convert some SCTP port preferences to auto prefsJohn Thacker1-1/+1
2022-01-12packet-rsl: Fix dissect of RLM Cause IE with length 0Pau Espin Pedrol1-0/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-10-26GSM A-bis/RSL: dissect more fields in RSL_IE_OSMO_TOP_ACCH_CAPVadim Yanitskiy1-0/+21
2021-10-13GSM A-bis/RSL: dissect some more Osmocom specific IEsVadim Yanitskiy1-0/+124
2021-10-13GSM A-bis/RSL: add a checkbox for Osmocom specific definitionsVadim Yanitskiy1-9/+25
2021-10-13GSM A-bis/RSL: fix wrong tree/length in dissect_rsl_ie_message_id()Vadim Yanitskiy1-2/+2
2021-07-08RSL: Fix mask of eMLPP Priority field.Martin Mathieson1-1/+1
2021-05-04GSM A-bis/RSL: add Osmocom specific channel rate and type valuesVadim Yanitskiy1-0/+3
2021-05-04GSM A-bis/RSL: handle Osmocom specific Training Sequence IEVadim Yanitskiy1-0/+69
2021-01-23GSM A-bis/RSL: fix SRR bit dissection in L1 Information IEVadim Yanitskiy1-1/+1
2021-01-12GSMTAP: dissect SRO/SRR (SACCH Repetition) bit in L1 SACCH headerVadim Yanitskiy1-0/+8
2020-12-20A-bis/RSL: fix handling of MS/BS Power IEs in dissct_rsl_ipaccess_msg()Vadim Yanitskiy1-0/+9
2020-12-02GSM A-bis/RSL: fix buffer overrun in dissct_rsl_msg()Vadim Yanitskiy1-2/+2
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-6/+3
2020-07-02A-bis/RSL: fix dissection of Mobile Allocation in CHANnel ACTIVationVadim Yanitskiy1-6/+21
2020-06-27A-bis/RSL: fix wrong parent tree in dissect_rsl_ie_cause()Vadim Yanitskiy1-3/+3
2020-06-01Fix some cppcheck issues:Martin Mathieson1-1/+1
2020-01-11Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).Roman Koshelev1-1/+1
2019-09-09rsl: Add support for non-standard RSL_MSG_TYPE_OSMO_ETWS_CMDHarald Welte1-1/+49
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-05packet-rsl.c: Adds dissector stub of MS/BS Power ParametersEric Wild1-0/+76
2019-05-20Fix for incorrectly decoded RSL ERR REP/BCCH INFORMATION optional IEsEric Wild1-6/+6
2018-12-10packet-rsl: Add Establishment Cause from Channel Request to proto treePau Espin Pedrol1-2/+84
2018-12-06packet-rsl: Show cause value string of Cause IEPau Espin Pedrol1-3/+66
2018-12-06packet-rsl: Move rsl_class_vals into its correct spec sectionPau Espin Pedrol1-4/+3
2018-12-06packet-rsl: Parse missing Cause IE in ip.access specific messagesPau Espin Pedrol1-0/+3
2018-12-06packet-rsl: Fix parsing values of some IE in ip.access specific messagesPau Espin Pedrol1-6/+11
2018-12-05packet-rsl: Use defines for ip.access value_stringPau Espin Pedrol1-38/+38
2018-09-17packet-rsl: Fix dissection of "CB Command Type" IEHarald Welte1-2/+47
2018-06-04RSL: Fix bug in dissector for RELEASE REQUESTHarald Welte1-1/+1
2018-04-17rsl: Fix treatment of SACCH FILL / SACCH INFO MODIFYHarald Welte1-2/+4
2018-02-22packet-rsl: Add RLL UNITDATA INDICATIONHarald Welte1-0/+11
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-4/+4
2017-07-11packet-rsl.c: Adds dissection of Physical Context field.Piotr Tulpan1-3/+195
2017-06-07rsl: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2017-06-02packet-rsl.c: add Encapsulating paging messages into a packet EP2192796 - pro...Piotr Tulpan1-0/+234
2017-05-29packet-rsl.c: fixed emlpp priority bit rangePiotr Tulpan1-1/+1
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-10-25packet-rsl: Add some extensions to RSL shared by Osmocom + EricssonHarald Welte1-1/+7
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-1/+0
2016-08-09packet-rsl: Track RTP pt and codec for rslDaniel Willmann1-5/+43
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-02-19rsl: avoid buffer overreadPeter Wu1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-13Use result of register_dissectorPeter Wu1-4/+2