aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-12[RSL] Just return rest of packet if TLV type is unknownMichael Mann1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-22Fix typo caused assertionMichal Labedzki1-1/+1
2015-06-22Eliminate proto_tree_add_text from some dissectors.Michael Mann1-19/+59
2015-01-30Cleanup:Bill Meier1-238/+236
2015-01-25pana, gsm_abis_oml, rsl, netrom: Remove 'if (tree)'Bill Meier1-1/+1
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-144/+56
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-56/+56
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-56/+56
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-7/+7
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-6/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+1
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-1/+0
2013-12-12- Make local functions static.Anders Broman1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-01-31Fix dissection of SI6 when carried in a SACCH Info Modify messagePascal Quantin1-19/+25
2012-12-20Try to determine wether it is MEAS REP, EXT MEAS REP or ENH MEAS REP.Anders Broman1-2/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-23Fix incorrect value (typo) in value-string array.Bill Meier1-1/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-89/+89
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-89/+89