aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationAnders Broman1-74/+103
2005-08-21remove sprintf from gsm_aRonnie Sahlberg1-2/+2
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()Anders Broman1-4/+3
2005-08-08updates from Anders BRonnie Sahlberg1-362/+705
2005-07-26Rewrite of MAP_dialouge asn1 code, export and use of functions from gsm_map.Anders Broman1-5/+5
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-34/+34
2005-07-19Fix an unpack_digits off by one error.Anders Broman1-119/+175
2005-07-11Dissect some more fieldsAnders Broman1-16/+214
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman1-83/+151
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer servi...Anders Broman1-127/+289
2005-06-28Fix to SendAuthenticationInfoResAnders Broman1-9/+11
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-38/+14
2005-06-26Add a signalAnders Broman1-19/+20
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-67/+67
2005-06-25Major rewrite to update to version TS 129 002 V6.9.0Anders Broman1-5137/+7910
2005-06-16Regenerate - this squelches some compiler warnings.Guy Harris1-119/+134
2005-06-07From Tim Endean:Anders Broman1-48/+50
2005-05-15 From Tim Endean:Anders Broman1-1/+1
2005-05-11Reinsert Gerards patch (r14342) which was lost.Anders Broman1-2/+4
2005-05-11pinfo->p2p_dir not set in the new gsm_map dissector causing problems with dis...Anders Broman1-0/+3
2005-05-10Fix dissection of mo-forwardSMAnders Broman1-61/+64
2005-04-28Don't try to g_strdup() a null value. Fixes bug 128.Gerald Combs1-2/+4
2005-04-21from Olivier JRonnie Sahlberg1-7/+16
2005-04-15From Olivier Jacques:Anders Broman1-64/+136
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg1-1/+2
2005-03-31 From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-12/+28
2005-03-30Small bug fixAnders Broman1-12/+122
2005-03-28The "application_context_version" variables in the CAMEL and GSM MAPGuy Harris1-10/+10
2005-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-98/+91
2005-02-23fix some asn2eth warningsAnders Broman1-428/+224
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-7/+7
2005-02-16Add some of the anytime operations.Anders Broman1-138/+3157
2005-02-14Fix some compiler warnings (at least one of which is for a real problem).Guy Harris1-5/+5
2005-02-14Add some more V3 opcodesAnders Broman1-25/+462
2005-02-14From :Tim Endean correct conditions for a while loop.Anders Broman1-7/+7
2005-02-11Dissect Return error and some more operationcodes.Anders Broman1-205/+1106
2005-02-09Fix dissection of some opcodes etc.Anders Broman1-135/+262
2005-02-05Re-commit the asn2eth based gsm-map dissector, hopfully it'll work better now.Anders Broman1-2450/+9516
2005-02-03Add an OIDAnders Broman1-0/+1
2005-01-30Add OID:s to old dissector, for comparison reasons.Anders Broman1-0/+38
2005-01-24Make the sub system number (ssn) settings preferences.Anders Broman1-11/+61
2005-01-20Back out the asn2eth-generated GSM MAP dissector for now, at AndersGuy Harris1-9064/+2431
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-245/+245
2004-12-12updates from tomas and andersRonnie Sahlberg1-172/+205
2004-12-12update gsmmap to use the new signature for the ber integer dissection helperRonnie Sahlberg1-369/+369
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg1-67/+67
2004-11-02Close a comment, and re-generate the GSM MAP dissector files.Guy Harris1-3/+2
2004-11-01New GSM MAP files based on the asn2eth compiler.Anders Broman1-2431/+9032
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-04From Jeff Morriss: the code path that's bypassed with the "if (tree)"Guy Harris1-14/+9