aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-5/+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-08-29Fix up most of the OID names in GSM MAP.Anders Broman1-1/+1
svn path=/trunk/; revision=22723
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
Rebuild asn1 dissectors. svn path=/trunk/; revision=22627
2007-07-04Preparations for updated CAMEL dissector.Anders Broman1-0/+3
svn path=/trunk/; revision=22239
2007-06-18Update .cnf fileAnders Broman1-1/+1
svn path=/trunk/; revision=22136
2007-06-10Updated GSM MAP to use the latest asn1 original files.Anders Broman1-61/+87
MAP-dalouge and gsm_ss is included in this dissector. svn path=/trunk/; revision=22069
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-62/+62
svn path=/trunk/; revision=21753
2007-04-23Remove a relic from experimental code.Anders Broman1-2/+1
svn path=/trunk/; revision=21539
2007-04-23TCAP: Fix up indentation a bit.Anders Broman1-1/+2
GSM MAP: Add returnResultNotLast from TCAP to the included ROS stuff. svn path=/trunk/; revision=21538
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-1/+1
Add a table of DPCs and SSNs that allow to override the protocol that would be choosen so that the same SSN can use two different protocols in two different DPCs. I did not believe it someone could have done it, then I saw the captures... svn path=/trunk/; revision=21321
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-62/+62
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2007-02-20dont use _U_ when typedeffing a function pointer.Ronnie Sahlberg1-1/+1
gcc 2.96 does not like _U_ here. svn path=/trunk/; revision=20882
2007-02-16From Florent Drouin:Anders Broman1-5/+5
A patch to update the gsm map definition up to 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 There is a little impact on the GTP dissector, because I had to change the name of the Local ErrorCode in the gsm map asn1 definition due to a conflict with the Camel dissector. svn path=/trunk/; revision=20823
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t ↵Anders Broman1-1/+1
to static. svn path=/trunk/; revision=20062
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-2/+2
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-17Decode Ext-GeographicalInformation.Anders Broman1-2/+4
svn path=/trunk/; revision=18182
2006-04-05Expand some value strings, get map_error from gsm_map use the added IE's.Anders Broman1-0/+2
svn path=/trunk/; revision=17818
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
svn path=/trunk/; revision=17772
2006-03-30Fix an off-by-one error.Gerald Combs1-1/+1
svn path=/trunk/; revision=17771
2006-01-20Dissect:Anders Broman1-1/+5
- PDPcontext - GSN-Address - QoS svn path=/trunk/; revision=17063
2005-12-19Get rid of some GCC warnings about unused code.Anders Broman1-1/+1
svn path=/trunk/; revision=16861
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-3/+4
svn path=/trunk/; revision=16736
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-0/+21
Gsmmap - Export asn1 structs used by Camel Camel - Use functions from GSMMAp and ISUP INAP - Rewrite of the asn1 code to correspond more to CS1 data types Let ISUP and Q931 dissect apropriate stuff. svn path=/trunk/; revision=16624
2005-11-25Update the Camel asn1 spec to 3GPP TS 29.078 version 6.4.0 and export needed ↵Anders Broman1-1/+1
stuff from gsmmap svn path=/trunk/; revision=16587
2005-09-21OIDs are put into the protocol tree as strings containing a textualGuy Harris1-1/+1
representation of the OID, so the fields for them should be of type FT_STRING. This should fix bug 470. svn path=/trunk/; revision=15945
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()Anders Broman1-1/+1
svn path=/trunk/; revision=15387
2005-08-08updates from Anders BRonnie Sahlberg1-1/+43
Regenerate gsm ss and gsm map svn path=/trunk/; revision=15259
2005-07-26Rewrite of MAP_dialouge asn1 code, export and use of functions from gsm_map.Anders Broman1-2/+11
svn path=/trunk/; revision=15106
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14980
2005-06-28Fix to SendAuthenticationInfoResAnders Broman1-1/+1
svn path=/trunk/; revision=14808
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-1/+1
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. svn path=/trunk/; revision=14758
2005-06-25Major rewrite to update to version TS 129 002 V6.9.0Anders Broman1-1/+1
svn path=/trunk/; revision=14749
2005-06-16Regenerate - this squelches some compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=14647
2005-05-10Fix dissection of mo-forwardSMAnders Broman1-1/+1
svn path=/trunk/; revision=14342
2005-04-21from Olivier JRonnie Sahlberg1-1/+1
bugfix for IMPLICIT NULL in BER sequences and gsmmap updates svn path=/trunk/; revision=14160
2005-04-15From Olivier Jacques:Anders Broman1-1/+1
- Add bearerServiceCodes decoding - Fixed sendRoutingInfoForSM and reportSM-DeliveryStatus invoke decoding (argument mismatch) svn path=/trunk/; revision=14091
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14000
2005-03-31 From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-0/+1
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13986
2005-03-30Small bug fixAnders Broman1-1/+1
svn path=/trunk/; revision=13981
2005-03-28The "application_context_version" variables in the CAMEL and GSM MAPGuy Harris1-1/+1
dissectors aren't needed outside the dissectors, and having more than one of them exported causes build problems, at least on OS X - make them static. Fix indentation. svn path=/trunk/; revision=13951
2005-02-23fix some asn2eth warningsAnders Broman1-1/+1
svn path=/trunk/; revision=13486
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg1-1/+1
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-02-16Add some of the anytime operations.Anders Broman1-1/+1
svn path=/trunk/; revision=13418
2005-02-14Fix some compiler warnings (at least one of which is for a real problem).Guy Harris1-1/+1
svn path=/trunk/; revision=13404
2005-02-05Re-commit the asn2eth based gsm-map dissector, hopfully it'll work better now.Anders Broman1-11/+18
svn path=/trunk/; revision=13305
2005-01-20Back out the asn2eth-generated GSM MAP dissector for now, at AndersGuy Harris1-18/+11
Broman's request, as it has a number of problems. svn path=/trunk/; revision=13131
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-1/+1
instead of ber_[choice|sequence] regenerated all dissectors fixed the choice/sequence struct to use unsigned entities for class and tag (to reduce some compiler warning and because it should be signed quantities) svn path=/trunk/; revision=12740
2004-12-12update gsmmap to use the new signature for the ber integer dissection helperRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12721