aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin1-11/+11
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-11/+11
2012-12-16Fix some clang warnings.Martin Mathieson1-4/+8
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-11-15Include channel details in PDCP sequence analysis expert info strings.Martin Mathieson1-8/+17
2012-10-07Use GPOINTER_TO_UINT macro.Martin Mathieson1-1/+1
2012-10-07Make the channel state key fit into the gpointer to avoid allocations.Martin Mathieson1-40/+50
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin1-1/+1
2012-09-21Upgrade PDCP LTE dissector to v11.0.0Pascal Quantin1-39/+101
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-3/+3
2012-09-19Make proto_item_append_string() behave sanely, and use it in a few moreMartin Mathieson1-3/+3
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-5/+5
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-2/+2
2012-08-21Delete the ROHC from here as it is superceded by packet-rohc.cMartin Mathieson1-1672/+7
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withMartin Mathieson1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-66/+64
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-2/+2
2012-04-15Getting closer to deleting old ROHC from PDCP dissector.Martin Mathieson1-6/+10
2012-04-10For PDCP status reports, show each lost SN as a bit from the map.Martin Mathieson1-3/+3
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-6/+6
2012-04-09Obsolete a preferenceMartin Mathieson1-6/+3
2012-04-01Clear info column before calling ROHC dissector.Martin Mathieson1-0/+3
2012-03-30When a capture starts with a non-zero SN, don't report 0-(SN-1) asMartin Mathieson1-1/+4
2012-03-08Want to write RRC info column info always. Also save and restore writableMartin Mathieson1-1/+8
2012-03-08Add a preference to show in the info column RLC, PDCP or trafficMartin Mathieson1-1/+61
2012-02-03Dissect and check reserved bits at start of signalling format.Martin Mathieson1-0/+17
2012-01-23Use plane rather than channelType as part of key for looking up channelMartin Mathieson1-3/+3
2012-01-23PDCP:Martin Mathieson1-1/+1
2012-01-22Use detailed key for sequence analysis results to avoid overwriting withMartin Mathieson1-21/+77
2012-01-22Allow sequence analysis to be done either for PDCP frames found in RLCMartin Mathieson1-12/+68
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-12-20Avoid dupliacte entries in col_protoAnders Broman1-2/+2
2011-12-15#if 0 out a bunch of (currently?) unused routines.Guy Harris1-3/+3
2011-12-15Clean up indentation.Guy Harris1-46/+47
2011-12-15#if 0 now unused variables.Anders Broman1-6/+7
2011-12-15Call the rohc dissector directly, the code will be cleaned upAnders Broman1-5/+27
2011-12-15From Per Liedberg:Anders Broman1-3/+6
2011-12-12- Change the tree layout to mimic packet-pdcp-lte.cAnders Broman1-2/+2
2011-12-10Fix a couple of warnings.Anders Broman1-5/+5
2011-12-10Dissect the whole IR dyn packet in packet-rohc.cAnders Broman1-19/+17
2011-12-09Dissect the whole IR packet in packet-rohc.cAnders Broman1-20/+18
2011-12-09Use correct offset.Anders Broman1-2/+2
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.Guy Harris1-1/+0
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,Guy Harris1-1/+1
2011-12-08Start using functions from packet-rohc.cAnders Broman1-2/+40