Fix -Wsometimes-uninitialized found by Clang
[metze/wireshark/wip.git] / epan / dissectors / packet-pdcp-lte.c
2014-01-14 alagoutteFix -Wsometimes-uninitialized found by Clang
2014-01-14 pascalSNOW3G is not available on default Wireshark
2014-01-14 martinmMake sure we allocate bytes for snow3g at least rounded...
2014-01-14 martinmUpdate a comment
2014-01-14 martinmAdd snow3g integrity (not quite working for me), but...
2014-01-14 martinmProvide hook for calling EEA1 implementation (Snow3G...
2014-01-14 guyCast away constness.
2014-01-10 martinmUpdate a comment and fix some indentation
2014-01-06 martinmCall deciphering and integrity checking appropriately for
2014-01-06 martinmDo EEA2 deciphering in-place, from Pascal
2014-01-03 pascalEIA2 is now functional
2013-12-31 martinmZero security struct to avoid reading garbage value...
2013-12-25 guyCode that uses that parameter is #if 0'ed out, so _U_...
2013-12-25 martinmShow ciphering and integrity keys separately. Correct...
2013-12-24 martinkdirty hack to make things compile without libgcrypt
2013-12-24 martinmLop off last 4 bytes of payload to use for digest calcu...
2013-12-24 martinmStill not quite working, but using MAC API with gcrypt...
2013-12-23 guyFix setup of new expert info item.
2013-12-23 alagoutteFix compilation after last change in packet-pdcp-lte...
2013-12-23 martinmAdd #if 0'd code to calculate CMAC digest, which isn...
2013-12-23 martinmRemove printf() call
2013-12-23 martinmCall function and compare result with parsed mac-i...
2013-12-23 martinmUse preference variable that wasn't used yet to pacify...
2013-12-23 martinmStarting to get ready for integrity checking
2013-12-19 martinmChange types and add cast to try to please buildbot
2013-12-19 martinmCope with spaces or dashes in security keys
2013-12-18 martinmFix a test to allow deciphering to happen on the first...
2013-12-18 martinmRemove unused variables to try to unbreak MAC buildbots
2013-12-18 martinmOnly convert string key once, during update uat callback
2013-12-18 morrissFix compilation when we don't HAVE_GCRYPT.
2013-12-17 etxrabMake local functions static. Include *.h when needed.
2013-12-17 alagoutteRemove trailing whitespace and add modelines
2013-12-17 martinmPreferences to control whether deciphering should be...
2013-12-17 martinmFirst working version of deciphering with AES (EEA2...
2013-12-16 martinmFix compilation for when HAVE_LIBGCRYPT is not defined
2013-12-16 guyFix compiler warnings.
2013-12-16 martinmNow calling function that will decipher payloads, if...
2013-12-16 martinmReorganise main dissection function to that sequence...
2013-12-16 martinmLook up key (now by UEId, not RNTI) and display in...
2013-12-16 martinmAdd configuration of UE keys (by RNTI). Still to show...
2013-12-14 darkjamesFix warnings
2013-12-12 martinmMissing from last commit - copy hfn into stored result...
2013-12-12 martinmShow other security inputs (apart from keys)
2013-11-23 mmannCreate the ability to have packet scoped "proto" data...
2013-11-22 martinmTweak filter names for expert items, mostly to consiste...
2013-11-22 martinmTidy up some TODOs
2013-11-11 martinmInclude rohc struct inside pdcp instead of repeating...
2013-10-31 martinmTest was the wrong way around
2013-10-30 martinmInitialise current_security to NULL, to avoid possibly...
2013-10-30 martinmGet rid of value_strings that appear to be a throwback...
2013-10-30 martinmDon't call RRC dissector if should be ciphered. Take...
2013-10-29 martinmAdd casts to results of g_hash_table_lookup() calls
2013-10-29 martinmShow security config settings in each PDCP PDU. Don...
2013-10-29 martinmAdd a cast to try to fix OSX buildbot
2013-10-29 martinmPass security command details (integrity and ciphering...
2013-10-23 wmeier#if 0 numerous "unused const variables" (mostly value...
2013-10-20 mmannPass ROHC "private data" from PDCP-LTE using dissector...
2013-09-09 mmannexpert_add_info_format_text -> expert_add_info_format
2013-09-05 mmannBatch of filterable expert info.
2013-08-30 pascalConvert a few dissectors from EMEM to WMEM API
2013-07-06 pascalAdd UE Id to UDP framing protocol
2013-07-04 pascalAdd channel id to UDP framing protocol and allow to...
2013-06-17 cmaynardtvb_length_remaining() can return -1 so don't cast...
2013-06-17 pascalUse a more compact display for the status bitmap
2013-06-16 martinmImprove the way PDCP status PDUs are shown.
2013-05-12 etxrabAdd the posibillity to use a key for per-packet-data.
2013-04-23 martinmTurn some preferences on by default. Won't affect info...
2013-03-19 etxrabFrom beroset:
2013-02-26 wmeierit's ==> its & its ==> it's as needed.
2013-02-24 pascalVarious enhancements to ROHC dissector:
2013-02-19 guyHow can I get a new tvbuff that starts at an offset...
2013-01-04 mmannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-16 martinmFix some clang warnings.
2012-11-29 morrissMake all enum_val_t's const.
2012-11-15 martinmInclude channel details in PDCP sequence analysis exper...
2012-10-07 martinmUse GPOINTER_TO_UINT macro.
2012-10-07 martinmMake the channel state key fit into the gpointer to...
2012-09-23 pascalLet's be consistent and display lte_rrc root for all...
2012-09-21 pascalUpgrade PDCP LTE dissector to v11.0.0
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-19 martinmRevert r45005.
2012-09-19 martinmMake proto_item_append_string() behave sanely, and...
2012-09-11 darkjamesAdd data parameter to call_dissector_only.
2012-09-10 darkjamesInitial commit to support yet another method of passing...
2012-08-22 martinmproto_item_append_string() doesn't work this case,...
2012-08-21 martinmDelete the ROHC from here as it is superceded by packet...
2012-08-21 martinmUse proto_item_append_string() rather than proto_item_a...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-17 wmeierGeneral Cleanup including:
2012-04-18 darkjamesFix some: 'cast discards qualifiers from pointer target...
2012-04-15 martinmGetting closer to deleting old ROHC from PDCP dissector.
2012-04-10 martinmFor PDCP status reports, show each lost SN as a bit...
2012-04-09 darkjamesAdd missing const attribute to some char *
2012-04-09 martinmObsolete a preference
2012-04-01 martinmClear info column before calling ROHC dissector.
2012-03-30 martinmWhen a capture starts with a non-zero SN, don't report...
2012-03-08 martinmWant to write RRC info column info always. Also save...
2012-03-08 martinmAdd a preference to show in the info column RLC, PDCP...
2012-02-03 martinmDissect and check reserved bits at start of signalling...
2012-01-23 martinmUse plane rather than channelType as part of key for...
next