aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-08MAC LTE: add a comment explaining why g_hash_table_lookup_extended is usedPascal Quantin1-0/+2
2014-05-08MAC LTE: fix copy/paste errorPascal Quantin1-1/+1
2014-05-08MAC LTE: get extended BSR sizes configuration from RRCPascal Quantin1-9/+111
2014-05-05MAC/RLC/PDCP LTE: replace obsolete APIsPascal Quantin1-19/+19
2014-05-04MAC LTE: fix compilation errorPascal Quantin1-4/+10
2014-05-03Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seenMartin Mathieson1-5/+62
2014-04-28Update SR and DRX tracking when see UL CRC error'd frame, and add anMartin Mathieson1-17/+161
2014-03-12MAC LTE: fix a typo in Buffer Size value_stringMartin Mathieson1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-17/+17
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier1-2/+6
2013-12-22From Fabrice Bellard:Pascal Quantin1-26/+83
2013-12-19Add out-of-band send_preamble event to UDP framing protocolPascal Quantin1-0/+7
2013-12-19Add System Frame Number to UDP framing protocol and display it in info columnPascal Quantin1-6/+11
2013-12-14Fix const warnings.Jakub Zawadzki1-3/+6
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-12-12Trivial: Tab -> spaces.Chris Maynard1-2/+2
2013-12-12Remove some TODOs that have now been addressedMartin Mathieson1-3/+0
2013-12-11Remove an unused variableMartin Mathieson1-2/+0
2013-12-11Convert to new-style dissector, change crcStatusValid to a gboolean, and rewo...Martin Mathieson1-109/+139
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-8/+8