aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-3293/+3303
2007-05-06Start introducing actx to ber functions.etxrab1-856/+856
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab1-5/+6
2007-04-23From Florent DROUIN:etxrab1-13/+63
2007-04-23TCAP: Fix up indentation a bit.etxrab1-0/+10
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-3/+5
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-1533/+1533
2007-02-20dont use _U_ when typedeffing a function pointer.sahlberg1-4/+4
2007-02-20From Florent Drouin:etxrab1-241/+183
2007-02-19Decode some RANAP elements.etxrab1-8/+65
2007-02-16From Florent Drouin:etxrab1-778/+2204
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-4/+4
2006-09-27From Florent Drouin:etxrab1-7/+12
2006-09-19From Graham Addis:etxrab1-6/+13
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-714/+714
2006-07-11Decode RANAP in LongSignalInfo and RadioResourceInformation.etxrab1-16/+44
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-8/+9
2006-06-15Fix BUG 971 Facility IE dissection error in GSM_DTAP.etxrab1-29/+42
2006-06-02dissect_geographical_description updates.etxrab1-22/+53
2006-06-02Correct dissect_geographical_description.etxrab1-24/+46
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-24/+11
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-17Decode Ext-GeographicalInformation.etxrab1-26/+312
2006-05-03Fix Bug 916 PurgeMS decoding error in GSM MAP.etxrab1-92/+55
2006-04-20Fix bugs: etxrab1-40/+44
2006-04-05Expand some value strings, get map_error from gsm_map use the added IE's.etxrab1-26/+26
2006-03-30call OID subdissector for private extensiions, fix makefiles.etxrab1-15/+86
2006-03-30Fix an off-by-one error.gerald1-11/+12
2006-03-27From Jacques, Olivieretxrab1-18/+50
2006-03-23Fix bug:etxrab1-26/+22
2006-03-22Fix http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=820etxrab1-3/+3
2006-02-19Remove c++ style comment.etxrab1-26/+26
2006-02-18From Florent.Drouin@alcatel.fretxrab1-25/+69
2006-01-31BSSGP - Translate MCC and make MCC MNC etc vissible filtersetxrab1-8/+27
2006-01-22Dissect CellGlobalIdOrServiceAreaIdOrLAI and RAIdentityetxrab1-8/+34
2006-01-20Dissect:etxrab1-48/+163
2006-01-19ext_qos_subscribed was not correctly decoded in Camel and GSM MAPetxrab1-13/+149
2006-01-05Bill Meier:jmayer1-2/+2
2005-12-19Get rid of some GCC warnings about unused code.etxrab1-641/+1548
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego1-8/+9
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-13/+44
2005-11-29ISUP - Export functions used by INAP and Cameletxrab1-21/+21
2005-11-25Update the Camel asn1 spec to 3GPP TS 29.078 version 6.4.0 and export needed ...etxrab1-1/+1
2005-09-25A loop processing all the bytes in a tvbuff from a given offset to theguy1-17/+7
2005-09-21OIDs are put into the protocol tree as strings containing a textualguy1-2/+2
2005-09-20Fix bug #404 Decoding of MSISDN on GSM is incomplete. etxrab1-4/+5
2005-09-02From ouli:etxrab1-7/+31
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationetxrab1-74/+103
2005-08-21remove sprintf from gsm_asahlberg1-2/+2
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()etxrab1-4/+3