aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-45/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-243/+1
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-27/+12
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-05-25RANAP: Don't attempt to re-register heuristic dissectorsJohn Thacker1-4/+3
2021-05-12RANAP: Use RAI specific MNC/MCC fieldsJohn Thacker1-105/+111
2021-05-08RANAP: Use specific MNC/MCC fields when applicableJohn Thacker1-106/+146
2021-03-30Prettify and standardize LAC, RAC, SAC, TAC in several ASN.1 dissectorsJohn Thacker1-20/+60
2019-05-27RANAP: Handle 7 byte NSAP address in transportLayerAddressPiotr Tulpan1-110/+125
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-25/+25
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-03-22GTP:Dissect more IEsAnders Broman1-117/+117
2019-03-01IMSI based filtering for SCCP/RANAPAnders Broman1-102/+104
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-08-03RANAP: decrease the min length to 7 bytesVasil Velichkov1-1/+1
2018-06-09RANAP: Simplify private data creationDarien Spencer1-9/+6
2018-05-23RANAP: optimize a bit the heuristic checksSam Cisneros1-7/+11
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-7/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26RANAP: Associate RTP dissector with CS streamsDarien Spencer1-100/+208
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