aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).etxrab1-3/+73
2010-11-15Use value_string_ext fcns to access several value_string arrays.wmeier1-23/+27
2010-11-15Use value_string_ext fcns to access a value_string array.wmeier1-24/+26
2010-06-28Dissect more GTPV2 IE'setxrab1-20/+33
2010-05-15Update to V9.2.0 (2010-03).etxrab1-61/+99
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-21/+21
2010-05-05Try to avoid the user confusion reported inmorriss1-633/+633
2010-04-30Fix a gcc -Wshadow warning.wmeier1-5/+5
2010-04-29From Mike Morrin:etxrab1-16/+38
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-8/+7
2010-04-06#include <stdio.h> not needed.wmeier1-8/+7
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2010-02-23Squelch a bunch of compiler warnings.guy1-1/+1
2010-01-26remove check_coletxrab1-20/+19
2009-12-21Update to V9.1.0 (2009-12).etxrab1-19/+175
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.etxrab1-12/+17
2009-11-25If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ran...etxrab1-2/+12
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.etxrab1-33/+44
2009-11-01- Dissect Target-ToSource-TransparentContainer.etxrab1-19/+114
2009-10-31Dissect ToTargetRNC-Container.etxrab1-7/+13
2009-10-26RelocationRequired incorrectly dissected.etxrab1-5/+6
2009-09-09Target Identification shall be coded as TLV IE where value isetxrab1-3/+3
2009-08-18Typo: parameter_tvb to be used.etxrab1-5/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-91/+91
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-61/+61
2009-04-22Fix a warning in the RANAP dissector.guy1-2/+2
2009-04-22Use #.OMIT_ASSIGNMENTetxrab1-57/+24
2009-04-22Try to fix unused code warnings.etxrab1-55/+14
2009-04-22- Try to get rid of the unused code warnings.etxrab1-93/+89
2009-04-21- Reintroduce heuristic dissectoretxrab1-100/+1104
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.etxrab1-58/+58
2009-03-04From Neil Piercy:etxrab1-8/+21
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-8/+7
2008-11-06Update to the latest spec. V8.0.1 (2008-09)etxrab1-2/+553
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-17/+16
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-59/+59
2008-07-26Fix typo(s)etxrab1-4/+4
2008-07-26Fix unused code warings generated because some IE:s uses the same "value" for...etxrab1-8/+71
2008-07-26From Neil Piercy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2637...morriss1-15/+34
2008-07-24Get rid of unused code warnings.etxrab1-36/+11
2008-07-01Get rid of some unused code warnings.etxrab1-61/+85
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).etxrab1-70/+79
2007-10-29asn2wrskukosa1-43/+43
2007-09-03Incorrectly decoded IMSI in RANAP prot./id-CommonID procedureetxrab1-9/+22
2007-08-29RANAP rewritten to use original ASN.1 source and updated to TS 25.413 V7.6.0 ...kukosa1-7577/+7644
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-05-04- Q.932: fix warningskukosa1-1/+4
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+6