aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-11-22Tweak filter names for expert items, mostly to consistently use - rather than _Martin Mathieson1-4/+4
2013-11-22Tidy up some TODOsMartin Mathieson1-11/+5
2013-11-11Include rohc struct inside pdcp instead of repeating all of the fieldsMartin Mathieson1-32/+25
2013-10-31Test was the wrong way aroundMartin Mathieson1-1/+1
2013-10-30Initialise current_security to NULL, to avoid possibly using uninitialisedMartin Mathieson1-1/+1
2013-10-30Get rid of value_strings that appear to be a throwback to when ROHC appeared ...Martin Mathieson1-38/+0
2013-10-30Don't call RRC dissector if should be ciphered. Take care to allow SecurityM...Martin Mathieson1-74/+72
2013-10-29Add casts to results of g_hash_table_lookup() callsMartin Mathieson1-2/+3
2013-10-29Show security config settings in each PDCP PDU. Don't call IP dissector for ...Martin Mathieson1-11/+144
2013-10-29Add a cast to try to fix OSX buildbotMartin Mathieson1-1/+1
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson1-1/+37
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+8
2013-10-20Pass ROHC "private data" from PDCP-LTE using dissector data parameter instead...Michael Mann1-4/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-09-05Batch of filterable expert info.Michael Mann1-8/+21
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-7/+7
2013-07-06Add UE Id to UDP framing protocolPascal Quantin1-0/+4
2013-07-04Add channel id to UDP framing protocol and allow to dissect only the header o...Pascal Quantin1-0/+9
2013-06-17tvb_length_remaining() can return -1 so don't cast its return value to an uns...Chris Maynard1-1/+1
2013-06-17Use a more compact display for the status bitmapPascal Quantin1-78/+24
2013-06-16Improve the way PDCP status PDUs are shown.Martin Mathieson1-9/+63
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-6/+6
2013-04-23Turn some preferences on by default. Won't affect info column.Martin Mathieson1-3/+3
2013-03-19From beroset:Anders Broman1-4/+4
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