aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13Use g_direct_ functions for hash tables where possibleMartin Mathieson1-50/+12
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin1-24/+78
2014-12-04mac-lte: Rename expert filter name to fix conflict with same name in hf[]Bill Meier1-4/+4
2014-10-16Just have get_mac_lte_rapid_description() return the description string.Guy Harris1-16/+12
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+3
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-1/+1
2014-07-09MAC LTE: interpret RAR TPC commandPascal Quantin1-2/+16
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-05-25MAC LTE: fix dissection of Extended Power Headroom control elementPascal Quantin1-19/+36
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-2/+4