aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/rrc.cnf
Commit message (Expand)AuthorAgeFilesLines
* Move /asn1 to /epan/dissectorsJoão Valverde2016-03-131-951/+0
* Add the packet number to the packet_info structure, and use it.Guy Harris2016-01-241-2/+2
* RRC: follow-up of g588955dPascal Quantin2016-01-131-0/+1
* [RRC] Update to V13.1.0 (2015-12)AndersBroman2016-01-131-0/+1
* Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann2015-12-101-1/+1
* RRC: upgrade dissector to v12.6.0Pascal Quantin2015-07-311-0/+10
* RRC: add domain and release cause information to the INFO column.Martin Mathieson2015-05-091-0/+7
* Fix some cases where we're shifting a signed 1 left.Guy Harris2015-05-011-8/+8
* Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman2015-04-101-5/+5
* RRC: add a missing mask forgotten in gf3d1e3cVincent Helfre2015-03-291-1/+1
* RRC: add dissection of ims-Information IEVincent Helfre2015-03-291-0/+29
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-2/+2
* convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2014-06-221-7/+6
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-191-5/+5
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-181-5/+5
* Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2014-02-261-5/+5
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-181-1/+0
* Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin2013-12-081-3/+2
* Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann2013-11-231-7/+7
* emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* emem -> wmem (don't forget about .cnf)Jörg Mayer2013-09-151-1/+1
* Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin2013-07-231-9/+9
* Check actx->private_data validity before using itPascal Quantin2013-07-031-45/+51
* Fet rid of a global variablePascal Quantin2013-06-191-10/+17
* Convert ASN.1 dissectors to use filterable expert info.Michael Mann2013-06-031-2/+2
* Add the posibillity to use a key for per-packet-data.Anders Broman2013-05-121-7/+7
* Fix encoding arg for proto_tree_add_item() and friends.Chris Maynard2013-04-041-5/+5
* Upgrade RRC dissector to v11.5.0Pascal Quantin2013-03-201-1/+4
* Use explicit casts.Anders Broman2013-03-031-14/+15
* Upgrade RRC dissector to v11.4.0Pascal Quantin2013-01-111-1/+37
* Pacify OSX-10.5 buildbotsPascal Quantin2012-11-131-4/+4
* Fix detection of H-RNTI when it is given after the DL-TransportChannelType co...Pascal Quantin2012-11-121-26/+28
* Avoid accessing a no more valid tvbuffPascal Quantin2012-11-071-0/+9
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Fix field type for some 64 bits header fieldsPascal Quantin2012-08-151-1/+0
* From Jacob Nordgren and Rishie Sharma:Anders Broman2012-08-091-7/+0
* Various small changes:Pascal Quantin2012-08-081-149/+137
* From Jacob Nordgren and Rishie Sharma:Anders Broman2012-08-081-36/+173
* Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard2012-07-301-1/+1
* From Jacob Nordgren and Rishie Sharma:Anders Broman2012-07-271-2/+2
* From Jacob Nordgren and Rishie Sharma:Anders Broman2012-07-261-0/+65
* Put back r43768 that got removed by error in r43781Pascal Quantin2012-07-181-1/+1
* Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2012-07-181-1/+1
* Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin2012-07-171-1/+1
* Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode...Pascal Quantin2012-06-191-1/+1
* Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin2012-06-191-0/+7
* Use value_string_ext for arrays with more than 15 entriesPascal Quantin2012-06-131-0/+31
* Dissect non segmented MiB and SiB:sAnders Broman2012-05-301-0/+6
* Use ett instead of hf variableAnders Broman2012-05-281-3/+3
* Fix compilation error under Windowspascal2012-04-151-1/+1