aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-12From beroset:Anders Broman1-2/+2
2013-03-08From beroset:Anders Broman1-42/+42
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-3/+3
2013-02-16Make the number of RAPIDs in an RAR PDU a generated field.Martin Mathieson1-2/+12
2012-12-17Fix a copy and paste error.Martin Mathieson1-1/+1
2012-12-16Check that system frame number is in range.Martin Mathieson1-3/+9
2012-12-11Dissect eMBMS MTCH LCIDsPascal Quantin1-0/+13
2012-11-29Add versions of a function that doesn't need do substitute specifiers.Martin Mathieson1-8/+28
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-11-10Add another DL error code.Martin Mathieson1-0/+1
2012-10-12When configuring DRB mappings (from signalling channel), create aMartin Mathieson1-18/+51
2012-10-06Remove unneeded code ("[set_but_unused]").Bill Meier1-3/+0
2012-10-06Minor changes:Bill Meier1-84/+78
2012-10-06Look up once and store the RLC and PDCP dissectors.Martin Mathieson1-4/+6
2012-10-01Add options to dissect MCCH from LTE MAC/RLC dissectorsPascal Quantin1-15/+31
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin1-13/+3
2012-09-21Upgrade MAC LTE dissector to v11.0.0Pascal Quantin1-21/+34
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Revert r45005.Martin Mathieson1-17/+17
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson1-17/+17
2012-09-18Fix dissection of Scheduling Information MAC Control Element when it is the o...Pascal Quantin1-5/+13
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-3/+3
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-22proto_item_append_string() doesn't work this case, so stop using it.Martin Mathieson1-17/+17
2012-08-21Call proto_item_append_string() rather than proto_item_append_text()Martin Mathieson1-13/+13
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withMartin Mathieson1-5/+8
2012-08-19Save time by not appending byte values to the SDU item if will be hidden anyw...Martin Mathieson1-11/+20
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-25Upgrade MAC LTE dissector to Release 10 (V10.5.0)pascal1-59/+655
2012-04-18Use extended value strings for BSR and PHR and remove a useless hf entrypascal1-26/+20
2012-03-25Add a field for the number of SRs indicated in one frame.Martin Mathieson1-0/+13
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-41/+39
2012-03-08Change the way the count of subheaders is displayed in the header.Martin Mathieson1-1/+2
2012-03-08Include direction in some malformed expert info strings.Martin Mathieson1-4/+7
2012-01-26Oh dear, had that test the wrong way around...Martin Mathieson1-2/+2
2012-01-26When telling RLC whether a frame is a retx, use direct setting if setMartin Mathieson1-6/+37
2012-01-22Check for DL HARQ retx before calling RLC dissector to avoid sequenceMartin Mathieson1-11/+7
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asMartin Mathieson1-47/+65
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-12-27Display the meaning of the special values of the Stop MTCH field.Martin Mathieson1-3/+11
2011-12-22Support for MCH PDUs (introduced in R9 for MBMS).Martin Mathieson1-8/+534
2011-11-28Allow configuration protocol to configure UL priority for channels in mapping.Martin Mathieson1-9/+43
2011-11-25Add the reason for a UL ReTx (PDCCH retx grant or PHICH NACK).Martin Mathieson1-1/+18
2011-11-21Add the system frame number (SFN) to the context fields logged along with LTE...Martin Mathieson1-4/+10
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2