aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-04RRC: upgrade dissector to v13.2.0Pascal Quantin1-739/+905
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-139/+139
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-118/+118
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-7/+8
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-13RRC: follow-up of g588955dPascal Quantin1-124/+138
2016-01-13[RRC] Update to V13.1.0 (2015-12)AndersBroman1-9143/+14383
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-68/+68
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-6/+7
2015-07-31RRC: upgrade dissector to v12.6.0Pascal Quantin1-11981/+27984
2015-07-04asn1: split off cleanup routinesPeter Wu1-11/+14
2015-05-09RRC: add domain and release cause information to the INFO column.Martin Mathieson1-20/+28
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-30/+88
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin1-3/+3
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-9/+7
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-07-08RRC: fix ASN.1 description by manually adding CR5591Pascal Quantin1-17/+7
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-21/+20
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-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-130/+128
2014-02-03Upgrade RRC dissector to v11.8.0Pascal Quantin1-59/+354
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