aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris1-1/+1
2018-08-28LTE MAC: fix range check for DRB LCIDs.Martin Mathieson1-3/+4
2018-08-22MAC-LTE: Display timing info on SR frames when presentMouscher, Daniel [Intern]1-32/+50
2018-07-26MAC-LTE: Add framing/heuristic support for SR entries.Martin Mathieson1-0/+23
2018-05-11MAC LTE: fix mac-lte.slsch.format fieldPascal Quantin1-2/+2
2018-04-14MAC LTE: reuse existing mac_lte_info structure after first passPascal Quantin1-18/+13
2018-04-13MAC LTE: add an expert info for unknown UDP framing tagsPascal Quantin1-14/+24
2018-03-10Add tfs_activated_deactivatedPascal Quantin1-14/+8
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-9/+1
2018-02-23LTE MAC: check direction and lcid before looking up msg3 tableMartin Mathieson1-8/+12
2018-02-16mac-lte: fix memory leak of mac_lte_msg3_cr_hashPeter Wu1-0/+1
2018-02-15DCT2000: read new LTE MAC outheader valuesMartin Mathieson1-0/+3
2017-11-29LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields.Martin Mathieson1-9/+39
2017-08-02MAC LTE: upgrade dissector to v14.3.0Pascal Quantin1-46/+386
2017-04-11NB-IoT SRB1bis implementationMathias Kurth1-8/+15
2017-04-03MAC-LTE: enhance a bit dissection of Bandwidth Reduced related packetsPascal Quantin1-16/+37
2017-03-24MAC LTE: upgrade dissector to v13.5.0Pascal Quantin1-3/+4
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-11-15MAC LTE: call LTE RRC dissectors for NB-IoT when respective flag is setAndre Puschmann1-8/+44
2016-10-28mac-lte: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-14MAC LTE: add dissection of NB-IoT RARPascal Quantin1-113/+208
2016-10-13MAC LTE: fix dissection of Extended PHR Control ElementPascal Quantin1-4/+4
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-6/+7
2016-08-23MAC LTE: fix dissection of CE Mode A RAR messagePascal Quantin1-41/+112
2016-07-08MAC LTE: upgrade dissector to v13.2.0Pascal Quantin1-24/+148
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-4/+4
2016-04-02MAC LTE: upgrade dissector to v13.1.0Pascal Quantin1-33/+243
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-01-31RLC LTE: upgrade dissector to v13.0.0Pascal Quantin1-66/+216
2016-01-25MAC LTE: upgrade dissector to v13.0.0Pascal Quantin1-97/+422
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-31/+31
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-18/+18
2016-01-12MAC LTE: fix dissection of out of band eventsPascal Quantin1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-14/+15
2015-09-28MAC LTE: upgrade dissector to v12.7.0Pascal Quantin1-163/+806
2015-09-11lte/ui: fix 'time' var name.Dario Lombardo1-1/+1
2015-07-25MAC LTE: fix dissection of Long DRX Command Control ElementPascal Quantin1-2/+6
2015-07-25MAC LTE: fix dissection of CCCH SDU for Category 0 UEPascal Quantin1-7/+12
2015-07-24MAC LTE: fix dump of last SDUPascal Quantin1-2/+2
2015-07-24MAC LTE: fix dissection when only header is captured but full PDU length is r...Pascal Quantin1-5/+22
2015-07-20MAC LTE: indicate explicitly that UL LCID 11 is used for Category 0 devicesPascal Quantin1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-18/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-47/+17
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-24/+16
2015-01-13MAC LTE: upgrade dissector to v12.4.0Pascal Quantin1-106/+461
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0