aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman1-3/+3
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-08-21GSM_map: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-161/+174
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-6/+18
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs1-10/+166
2015-07-29GSM_MAP: adding dissector for sendParameters (MAPv1)Luca Melette1-63/+224
2015-06-22GSM MAP: Fix decoding of IPv6 addressesVasil Velichckov1-11/+16
2015-03-03GSM MAP: do not use a global variable to store OIDPascal Quantin1-57/+61
2015-01-30GSM MAP: display TBCD digits, USSD string and Location Number digits in a sub...Pascal Quantin1-63/+71
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-13/+10
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-53/+99
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+5
2014-10-10GSM MAP: fix detection of SMS direction when application context version is < 3Pascal Quantin1-12/+11
2014-10-03LocationNumber digits is off by one(to many).AndersBroman1-3/+3
2014-09-01Use a common hf for international E164 numbers (MSISDN).AndersBroman1-15/+32
2014-08-22Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss1-45/+9
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-5/+5
2014-08-19Implement a common function to dissect IMSI and use it GSM MAP as a start.AndersBroman1-83/+78
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-68/+79
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-29/+54
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-129/+65
2014-06-19batch of manual tvb_length conversionsEvan Huus1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
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