aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.h
AgeCommit message (Collapse)AuthorFilesLines
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
2004-11-02Close a comment, and re-generate the GSM MAP dissector files.Guy Harris1-2/+1
svn path=/trunk/; revision=12473
2004-11-01New GSM MAP files based on the asn2eth compiler.Anders Broman1-11/+19
svn path=/trunk/; revision=12470
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+42
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410