summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson1-21/+21
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-22Handle long gaps between PDUs by resetting timers, and show short-cycle-timer...Martin Mathieson1-7/+26
2013-10-22Show state of other DRX timers, and update some comments.Martin Mathieson1-7/+41
2013-10-21Improve the way DRX before and after state is shown.Martin Mathieson1-42/+82
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier1-4/+16
2013-10-13DRX: start to show state prior to and after current PDU.Martin Mathieson1-71/+96
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-20/+20
2013-10-09Don't update DRX state when preference is turned offMartin Mathieson1-77/+90
2013-10-08Separate state struct into separate config and running_state structs. Also, ...Martin Mathieson1-55/+63
2013-10-07Starting to debug DRX supportMartin Mathieson1-38/+45
2013-10-04More DRX changesMartin Mathieson1-27/+99
2013-10-03Try to please Linux and OSX buildbotsPascal Quantin1-0/+1