aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2-15/+26
2014-07-31Add more files to the distribution.Guy Harris1-0/+5
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-0/+25
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-126/+62
2014-06-19batch of manual tvb_length conversionsEvan Huus3-4/+5
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-14/+14
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-14/+14
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin2-0/+13
2014-03-15Fix indent (use 2 spaces)Alexis La Goutte1-805/+804
2014-03-13Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete0xbismarck2-2/+47
2014-03-08Omitting SubscriberData makes CONTENT OF fail and InsertSubscriberDataArg wil...AndersBroman1-14/+3
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin2-3/+7
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-4/+4
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss39-50/+0
2014-01-22Use tvb_get_string_enc() with an explicit encoding.Guy Harris1-1/+1
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman24-398/+503
2014-01-06Omit assignment for not used types.Anders Broman1-0/+7
2014-01-04Omit assignment for not used types.Anders Broman1-0/+3
2014-01-04Omit assignment for not used types.Anders Broman1-0/+5
2014-01-04Omit assignment for not used types.Anders Broman1-0/+1
2014-01-04Omit assignment for not used types.Anders Broman1-0/+14
2014-01-04Add the rest of the NOKIA extensions.Anders Broman2-8/+123
2014-01-03Add a few more of the NOKIA extensions.Anders Broman2-21/+130
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-1/+1
2013-12-24Get rid of no-longer-used variables.Guy Harris1-6/+0
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-7/+1
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-17/+3
2013-12-08- Forward declaration of register functions.Anders Broman2-4/+15
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-26From Vineeth:Anders Broman4-2/+799
2013-11-07From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+2
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier2-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-12/+12
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin2-13/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard3-252/+252
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer1-5/+6
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-6/+6
2013-08-08When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet...Anders Broman1-0/+2
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-11/+6
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-7/+3
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-2/+2
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-12/+21
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-0/+1
2013-05-07Make exports actaully workJörg Mayer1-2/+3
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+78
2013-05-05Just whitespace changesJörg Mayer1-1/+0
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23