aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap
AgeCommit message (Collapse)AuthorFilesLines
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-357/+353
Remove code for unused handles; Localize handles to proto_reg_handoff as appropriate; Localize "saved_prefs" to proto_reg_handoff; In some cases: move "once-only" code in proto_reg_handoff so that it's executed only the first time thru proto_reg_handoff; Properly delete/add port when pref changed (packet_ulp); svn path=/trunk/; revision=26697
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman2-274/+0
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten files). svn path=/trunk/; revision=26610
2008-10-28From Shmulik Bezale:Anders Broman1-1/+1
GSM_MAP - ucs2 support on USSD. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2991 svn path=/trunk/; revision=26606
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.Anders Broman1-14/+36
svn path=/trunk/; revision=26593
2008-10-11Another instance of Signal info.Anders Broman1-5/+14
svn path=/trunk/; revision=26415
2008-10-11From Bruno Hivert:Anders Broman1-1/+6
Pretify Bearer Capability. svn path=/trunk/; revision=26411
2008-10-10Dissect Signal info with gsm-0806 protocol id.Anders Broman2-6/+113
svn path=/trunk/; revision=26399
2008-10-09Put Tag and lengt in the tree.Anders Broman2-1/+16
svn path=/trunk/; revision=26397
2008-10-09Dissect Bearer cap in Signal info.Anders Broman2-5/+33
svn path=/trunk/; revision=26396
2008-09-29GSM MAP: inconsistent spacing in Info columnAnders Broman1-0/+1
Bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2912 svn path=/trunk/; revision=26291
2008-09-27From Reinhard(rspmn):Anders Broman1-7/+9
Wrong display of USSD strings in the GSM 7-bit alphabet for non-ASCII data svn path=/trunk/; revision=26286
2008-09-12Revert one of the changes.Anders Broman1-1/+0
svn path=/trunk/; revision=26183
2008-09-12Try to fix "defined but not used" warnings.Anders Broman2-1/+9
svn path=/trunk/; revision=26182
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by ↵Anders Broman1-1/+1
Neil Piercy) rename the "old" one to gsm_a_common. svn path=/trunk/; revision=25915
2008-07-24Get rid of unused code warnings.Anders Broman1-0/+7
svn path=/trunk/; revision=25813
2008-04-17From Vasil Velichkov :Anders Broman1-0/+45
Fix missing dissection of SignalInfo in MAP SMS operations http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2469 svn path=/trunk/; revision=25106
2008-04-17From Vasil Velichkov (bug 2471):Stig Bjørlykke3-2/+17
Add ASN definition of MAP BeginSubscriberActivity operation. Add call to dissect function in packet template. svn path=/trunk/; revision=25094
2008-04-07Since the GTK1 code was taken out of gsmmap_add_ucs2_ussd_string(), move ↵Jeff Morriss2-26/+21
that code back into gsmmap.cnf (this undoes rev 24227 whose sole purpose was to allow GTK1 builds). svn path=/trunk/; revision=24836
2008-04-07- Remove GLIB1 codeStephen Fisher1-4/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-03-26The hf_gsm_map_getPassword is missing from the hf array in gsm_map.Anders Broman1-0/+4
svn path=/trunk/; revision=24731
2008-03-25Export:Anders Broman2-2/+30
dissect_gsm_map_GlobalCellId dissect_gsm_map_lcs_Ext_GeographicalInformation Dissect GlobalCellId Fix offset in GeographicalInformation use parameter tvb when calling be_chan_type() svn path=/trunk/; revision=24728
2008-03-19Export dissect_cbs_data_coding_scheme()Anders Broman2-1/+14
svn path=/trunk/; revision=24700
2008-02-16Add map operation 49.Anders Broman1-1/+8
svn path=/trunk/; revision=24360
2008-02-05Update gsm map asn1 files to latest version.Anders Broman29-84/+194
svn path=/trunk/; revision=24270
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundJeff Morriss2-23/+38
it--asn2wrs doesn't understand #ifdef's) to packet-gsm-template.c svn path=/trunk/; revision=24227
2008-01-11Fix up some display filter names:Anders Broman2-91/+91
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1852 svn path=/trunk/; revision=24065
2008-01-10add some comments re desirability of renaming fieldsRichard van der Hoff1-0/+11
svn path=/trunk/; revision=24059
2008-01-09From Shmulik Bezalel:Anders Broman4-3/+10
Present the country code description gsmmap and SCCP. Added small ASN1 bugfix - missing EXPORTS used by gsmmap.asn(Handle older ver). svn path=/trunk/; revision=24048
2008-01-08From Shmulik Bezalel:Anders Broman1-3/+29
Add support for ucs2 on ussd string. (Changing the font from Lucida console to Arial dissplaed all chars correctly). svn path=/trunk/; revision=24030
2008-01-06Clear up the decoding ofAnders Broman2-14/+358
"USSD-DataCodingScheme ::= OCTET STRING (SIZE (1)) -- The structure of the USSD-DataCodingScheme is defined by -- the Cell Broadcast Data Coding Scheme as described in -- TS 3GPP TS 23.038 [25]" Partly in responce to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2158 svn path=/trunk/; revision=24019
2008-01-04Get rid of ber_last_created_item().Anders Broman2-2/+2
svn path=/trunk/; revision=24008
2008-01-03Get rid of ber_created_item().Anders Broman1-3/+1
svn path=/trunk/; revision=24007
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman1-0/+2
- Camel fix bug "bug in CAMEL ApplyCharging message." http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719 - get rid of ber_last_created_item() - add decoding of ServiceInteractionIndicatorsTwo items svn path=/trunk/; revision=23999
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
Spotted by Tomas Kukosa. svn path=/trunk/; revision=23921
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2-4/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage svn path=/trunk/; revision=23823
2007-12-05fixe http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2064 GSM_MAP decodes ↵Anders Broman2-16/+53
SendRoutingInfov2 incorrectly - Add TYPE_ATTR for RoutingInfo ( Fixes the choice problem). - Dissect ExternalSignalInfo - Use subtree for AddressStrings svn path=/trunk/; revision=23776
2007-12-05Remove debug code.Anders Broman1-1/+0
svn path=/trunk/; revision=23775
2007-12-05Insert asn1 code for SendRoutingInfov2 and update templateAnders Broman2-6/+34
Partly fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2064 GSM_MAP decodes SendRoutingInfov2 incorrectly svn path=/trunk/; revision=23774
2007-11-01removed unnecessary forward class declarationsTomas Kukosa1-3/+0
svn path=/trunk/; revision=23329
2007-10-31Use oid_add_from_string for adding names.Anders Broman2-2/+5
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-2/+2
(gsmmap and inap does not compile at the moment). svn path=/trunk/; revision=23324
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer2-3/+3
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-0/+3
- Add EXPORT_FILES to all files that still contain -e. svn path=/trunk/; revision=23145
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
- Add missing new directories to asn1/Makefile.nmake svn path=/trunk/; revision=23141
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer7-721/+137
Renamed the gsmmap template files to not contain an _ svn path=/trunk/; revision=23083
2007-09-18Added missing MAP-Errors.asn in unix Makefile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22898
2007-08-29OID name fixes.Anders Broman2-20/+8
svn path=/trunk/; revision=22729
2007-08-29Fix up most of the OID names in GSM MAP.Anders Broman2-254/+128
svn path=/trunk/; revision=22723
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651