aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-23/+22
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-8/+8
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-108/+108
2013-09-24Upgrade RRC dissector to v11.7.0Pascal Quantin1-14/+309
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-8/+9
2013-07-23Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin1-9/+9
2013-07-03Check actx->private_data validity before using itPascal Quantin1-59/+65
2013-06-19Fet rid of a global variablePascal Quantin1-36/+43
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-6/+15
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-4788/+4788
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-8/+8
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-04-04Fix encoding arg for proto_tree_add_item() and friends.Chris Maynard1-5/+5
2013-03-20Upgrade RRC dissector to v11.5.0Pascal Quantin1-3006/+5194
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-13/+17
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-03Use explicit casts.Anders Broman1-19/+20
2013-01-11Upgrade RRC dissector to v11.4.0Pascal Quantin1-10736/+24313
2012-11-26Add missing OPTIONAL keyword in RRCConnectionRequest messagePascal Quantin1-1/+1
2012-11-13Pacify OSX-10.5 buildbotsPascal Quantin1-4/+4
2012-11-12Fix detection of H-RNTI when it is given after the DL-TransportChannelType co...Pascal Quantin1-41/+43
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin1-10/+20
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-93/+93
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-112/+112
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-37/+28
2012-08-08Various small changes:Pascal Quantin1-235/+220
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-113/+303
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard1-1/+1
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-10/+22
2012-07-26Get it linking (at least on Mac OS X).Michael Tüxen1-0/+1
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-4/+7
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-15/+114
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin1-2/+2
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-2/+2
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin1-2/+2
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+1
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-7/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode...Pascal Quantin1-1/+1
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin1-8/+16
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-145/+203
2012-06-01Fix a couple of warningsAnders Broman1-12/+7
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-137/+137
2012-05-28Use ett instead of hf variableAnders Broman1-7/+9
2012-04-15Fix compilation error under Windowspascal1-1/+1
2012-04-15Update RRC to V10.7.0 and add dissection of Core Network System Information IEspascal1-9673/+19994
2012-04-11Display Home NodeB name.pascal1-1/+1