aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Fet rid of a global variablePascal Quantin2-12/+17
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-2/+11
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman2-8/+8
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+35
2013-05-05Just whitespace changesJörg Mayer1-3/+3
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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 Quantin7-321/+743
2013-03-20svn path=/trunk/; revision=48440Anders Broman1-6/+10
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-03Use explicit casts.Anders Broman1-14/+15
2013-01-11Upgrade RRC dissector to v11.4.0Pascal Quantin7-133/+2834
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 Quantin3-27/+29
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin2-2/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2-7/+7
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-1/+0
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman2-25/+17
2012-08-08Various small changes:Pascal Quantin3-247/+235
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman3-52/+248
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard1-1/+1
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman2-2/+4
2012-07-26Changes corresping toMichael Tüxen2-1/+2
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman2-3/+4
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman3-0/+109
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin2-2/+2
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2-2/+2
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin2-2/+2
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman2-1/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
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-0/+7
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+31
2012-06-01Fix a couple of warningsAnders Broman1-5/+0
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-0/+6
2012-05-28Use ett instead of hf variableAnders Broman2-3/+5
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 IEspascal7-92/+2421
2012-04-11Display Home NodeB name.pascal1-0/+3
2011-12-22Add two missing calls to add_new_data_source().Bill Meier1-4/+6
2011-10-31Try to fix warnings.Anders Broman1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-5/+0
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2
2011-09-11From Pascal Quantin:Anders Broman7-81/+434
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-2/+2
2010-05-13Update to V9.2.1 (2010-04)Anders Broman7-342/+1099