aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mac-lte.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-08-05Show in info line if predefined contents lines are truncated.Martin Mathieson1-2/+5
2011-08-03Fix the SR state report for when get SR following SR with no grant or failure...Martin Mathieson1-1/+1
2011-07-28Make links forward from DL tx to retx frames.Martin Mathieson1-16/+59
2011-07-25Fix bug 6160.Martin Mathieson1-2/+2
2011-07-20Register nicer entry points for LTE RRC BCH messages, and use them in RLC, MA...Martin Mathieson1-2/+2
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.Martin Mathieson1-17/+65
2011-06-06Warn if there are > 2 padding subheaders at the beginning of a frame.Martin Mathieson1-4/+13