aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsmmap/packet-gsm_map-template.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-02From ouli:Anders Broman1-1/+1
- Add version 2 CancelLocation decoding svn path=/trunk/; revision=15665
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationAnders Broman1-6/+13
svn path=/trunk/; revision=15510
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()Anders Broman1-3/+2
svn path=/trunk/; revision=15387
2005-08-03Use the new fn_par functions, fix of a bug and export functions used by gsm_ss.Anders Broman1-2/+2
svn path=/trunk/; revision=15203
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=14980
2005-07-19Fix an unpack_digits off by one error.Anders Broman1-1/+1
svn path=/trunk/; revision=14953
2005-07-11Dissect some more fieldsAnders Broman1-1/+128
svn path=/trunk/; revision=14896
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman1-2/+2
svn path=/trunk/; revision=14877
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer ↵Anders Broman1-0/+2
service again. svn path=/trunk/; revision=14849
2005-06-28Fix to SendAuthenticationInfoRes.Anders Broman1-9/+11
svn path=/trunk/; revision=14807
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-38/+14
add a "match_strval_idx()" routine that does the same thing, and have "match_strval()" call it. Make those routines, and "val_to_str()", return a "const" pointer. Update dissectors as necessary to squelch compiler warnings produced by that. Use "val_to_str()" rather than using "match_strval()" and then, if the result is null, substituting a specific string. Clean up some other "match_strval()"/"val_to_str()" usages. Add a null pointer check in the NDPS dissector's "attribute_value()" routine, as it's not clear that "global_attribute_name" won't be null at that point. Make some global variables in the AFS4INT dissector local. Make some routines not used outside the module they're in static. Make some tables "static const". Clean up white space. Fix Gerald's address in some files. svn path=/trunk/; revision=14786
2005-06-26Add a signalAnders Broman1-0/+18
svn path=/trunk/; revision=14775
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-6/+6
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-53/+81
svn path=/trunk/; revision=14748
2005-06-19Update some OID:s and add some ASN1 code from ETSI TS 129 002 V5.7.0.Anders Broman1-2/+19
Will regenerate later. svn path=/trunk/; revision=14704
2005-06-14No // commentsJörg Mayer1-4/+5
svn path=/trunk/; revision=14625
2005-06-07From Tim Endean:Anders Broman1-49/+51
- I have had to make some changes to packet-ber to allow for PRIVATE and APPLICATION tags. - Both ANSI and ITU variants supported without configuration. - Asn.1 dissectors can now register using an OID value as well as an SSN, the oid it tried first. svn path=/trunk/; revision=14573
2005-05-11Reinsert Gerards patch (r14342) which was lost.Anders Broman1-2/+4
svn path=/trunk/; revision=14351
2005-05-10Fix dissection of mt-forwardSM.Anders Broman1-5/+10
svn path=/trunk/; revision=14341
2005-04-21from Olivier JRonnie Sahlberg1-6/+15
bugfix for IMPLICIT NULL in BER sequences and gsmmap updates svn path=/trunk/; revision=14160
2005-04-15From Olivier Jacques:Anders Broman1-2/+65
- Add bearerServiceCodes decoding - Fixed sendRoutingInfoForSM and reportSM-DeliveryStatus invoke decoding (argument mismatch) svn path=/trunk/; revision=14090
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=14000
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-2/+14
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13985
2005-03-30Update and small bugfixAnders Broman1-4/+10
svn path=/trunk/; revision=13979
2005-03-28The "application_context_version" variables in the CAMEL and GSM MAPGuy Harris1-9/+9
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-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-99/+92
svn path=/trunk/; revision=13795
2005-02-23Fix some asn2eth warnings.Anders Broman1-0/+18
svn path=/trunk/; revision=13485
2005-02-14Fix some compiler warnings (at least one of which is for a real problem).Guy Harris1-4/+4
svn path=/trunk/; revision=13404
2005-02-14Add some more V3 opcodesAnders Broman1-5/+25
svn path=/trunk/; revision=13397
2005-02-14From :Tim Endean correct conditions for a while loop.Anders Broman1-2/+3
svn path=/trunk/; revision=13394
2005-02-11Dissect Return error and some more operationcodes.Anders Broman1-13/+117
svn path=/trunk/; revision=13383
2005-02-09Fix decoding of some opcodes etc.Anders Broman1-12/+79
svn path=/trunk/; revision=13360
2005-02-03Various updates to GSM MAPAnders Broman1-5/+40
svn path=/trunk/; revision=13261
2005-01-31Prepare for handling of different versions of the protocol.Anders Broman1-0/+1
svn path=/trunk/; revision=13219
2005-01-26Unpack and display digits, Decode SS-status.Anders Broman1-54/+130
svn path=/trunk/; revision=13175
2005-01-24Add calling of sms dissector and make ssn number selection preferences.Anders Broman1-15/+72
svn path=/trunk/; revision=13171
2005-01-21Fix of asn1 code for one opcode to new spec used?Anders Broman1-3/+96
svn path=/trunk/; revision=13160
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t ↵Ronnie Sahlberg1-5/+5
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-12updates from tomas and andersRonnie Sahlberg1-2/+2
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-12-12update gsmmap to use the new signature for the ber integer dissection helperRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12721
2004-11-02Close a comment, and re-generate the GSM MAP dissector files.Guy Harris1-1/+1
svn path=/trunk/; revision=12473
2004-11-02Get rid of CRs, and set svn:eol-style to native.Guy Harris1-897/+896
Set svn:keywords to ID. Delete the eol-style property (it's svn:eol-style). svn path=/trunk/; revision=12472
2004-11-01Preparations for addition of GSM MAP dissector created by the asn2eth compiler.Anders Broman1-0/+897
svn path=/trunk/; revision=12467