aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
AgeCommit message (Expand)AuthorFilesLines
2015-07-31RRC: upgrade dissector to v12.6.0Pascal Quantin1-0/+10
2015-05-09RRC: add domain and release cause information to the INFO column.Martin Mathieson1-0/+7
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-8/+8
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-5/+5
2015-03-29RRC: add a missing mask forgotten in gf3d1e3cVincent Helfre1-1/+1
2015-03-29RRC: add dissection of ims-Information IEVincent Helfre1-0/+29
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-7/+6
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-5/+5
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-5/+5
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-5/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-1/+0
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-3/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-7/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer1-1/+1
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-45/+51
2013-06-19Fet rid of a global variablePascal Quantin1-10/+17
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-2/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-7/+7
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-1/+4
2013-03-03Use explicit casts.Anders Broman1-14/+15
2013-01-11Upgrade RRC dissector to v11.4.0Pascal Quantin1-1/+37
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-26/+28
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin1-0/+9
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-1/+0
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-7/+0
2012-08-08Various small changes:Pascal Quantin1-149/+137
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-36/+173
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard1-1/+1
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-2/+2
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+65
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin1-1/+1
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-1/+1
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin1-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-0/+7
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-0/+31
2012-05-30Dissect non segmented MiB and SiB:sAnders Broman1-0/+6
2012-05-28Use ett instead of hf variableAnders Broman1-3/+3
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-3/+69
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-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman1-2/+2