aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-11Ranap: improve heuristic algorithmIvan Nardi1-4/+18
2017-06-10Resync some ASN.1 dissectors.Michael Mann1-1/+1
2017-06-07RANAP: prevent heuristic dissector from adding info to tree or triggering exc...Pascal Quantin1-9/+18
2017-06-06[Ranap] Heuristic: update to the current highest ProcedureCode idIvan Nardi1-1/+1
2017-05-23[RANAP] Pretify info column.AndersBroman1-0/+340
2017-05-22[RANAP] Update to 3GPP TS 25.413 V14.0.0 (2017-03)AndersBroman1-284/+512
2017-03-21[RANAP] Update to 3GPP TS 25.413 V13.2.0 (2016-06)AndersBroman1-93/+1541
2017-03-21[RANAP] Dissect RIMInformation.AndersBroman1-8/+19
2016-11-12PER: add support for bit strings >= 16KPascal Quantin1-1/+1
2016-09-10S1AP: prettify dissectionPascal Quantin1-23/+121
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-10/+10
2016-08-22RANAP: Add an heuristic to decode the HO-to-UTRAN Command embedded in the RR...Binh Trinh1-15/+24
2016-08-21RANAP: fix indent (use 2 spaces) and modelinesAlexis La Goutte1-184/+193
2016-08-14RANAP: fix TargetRNC-ToSourceRNC-TransparentContainer decodeBinh Trinh1-4/+14
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-7/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-10/+10
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-38/+38
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-7/+8
2016-01-14ranap: Sync with asn1 sourceStig Bjørlykke1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-327/+327
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-10/+10
2015-11-02[GTPv2] Dissect UTRAN F-Container content.AndersBroman1-35/+43
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+3
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-07-08RANAP: if bindingid looks like port number, extract and showMartin Mathieson1-1/+14
2015-06-23RANAP: call nsap properly when bindingID is included in transport addressMartin Mathieson1-7/+8
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-3/+3
2015-04-27[RANAP] Heuristics does not work with lenght detremant of 2 bytes.AndersBroman1-6/+8
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-11/+9
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-26/+34
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-19Remove unused hf and deprecated APIAndersBroman1-13/+8
2014-08-19Use the E212 function to dissect IMSI correct the filter Id string inAndersBroman1-6/+6
2014-06-21batch of tvb-length conversionsEvan Huus1-19/+16
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-16/+16
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-16/+16
2014-03-27Regenerate the dissector with the latest template.AndersBroman1-2/+2
2014-03-26Fix off by one errorAndersBroman1-4/+4
2014-03-25Strengthen RANAP heuristic.AndersBroman1-4/+13
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-29/+27
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-5/+4
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+9
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-21/+21
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-15/+15