aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-92/+62
2014-03-15Fix indent (use 2 spaces)Alexis La Goutte1-805/+804
2014-03-13Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete0xbismarck1-4/+52
2014-03-08Omitting SubscriberData makes CONTENT OF fail and InsertSubscriberDataArg wil...AndersBroman1-1153/+1523
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin1-52/+56
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-60/+58
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 Broman1-222/+554
2014-01-06Omit assignment for not used types.Anders Broman1-239/+65
2014-01-04Omit assignment for not used types.Anders Broman1-159/+50
2014-01-04Omit assignment for not used types.Anders Broman1-171/+56
2014-01-04Omit assignment for not used types.Anders Broman1-66/+50
2014-01-04Omit assignment for not used types.Anders Broman1-572/+259
2014-01-04Add the rest of the NOKIA extensions.Anders Broman1-1364/+1409
2014-01-03Add a few more of the NOKIA extensions.Anders Broman1-54/+791
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-25/+19
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-26/+20
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-36/+22
2013-12-08- Forward declaration of register functions.Anders Broman1-12/+23
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-26From Vineeth:Anders Broman1-55/+2317
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-30Update the ASN.1 generated dissectors that were missed as part of the patches...Michael Mann1-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 Quantin1-16/+13
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-55/+55
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-43/+45
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-14/+9
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-10/+6
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-16/+25
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-450/+450
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-52/+52
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-28-Wmissing-prototypesAnders Broman1-8/+11
2013-03-27Fix another incorrectly duplicated display filter, this time for hf_gsm_map_e...Chris Maynard1-2/+2
2013-03-27Fix the incorrectly duplicated display filter for hf_gsm_map_dlci.Chris Maynard1-1/+1
2013-03-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8517 :Pascal Quantin1-6/+6
2013-03-08Update to V11.5.0 (2012-12).Anders Broman1-86/+679
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin1-33/+37
2013-02-05Export TBCD-STRING.Anders Broman1-51/+51