aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Use the defines in IE value_stringAnders Broman1-85/+85
2012-05-07General minor cleanup including:Bill Meier1-625/+625
2012-05-07Use defines in value_string values.Anders Broman1-64/+76
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki1-3/+3
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+8
2012-02-05From Harald Welte:Anders Broman1-6/+513
2012-01-26From Mike Morrin:Anders Broman1-2/+10
2012-01-01From Mike Morrin:Anders Broman1-27/+45
2011-11-17Use extended value strings.Bill Meier1-8/+15
2011-11-17Remove some unneeded #includes;Bill Meier1-232/+229