aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-70/+70
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-3/+3
2016-02-02[GSM MAP] Update to V13.2.0 (2015-12)AndersBroman1-47/+420
2016-01-29gsm_map: decode SRISM v1 and v2 resultLuke Mewburn1-4/+97
2016-01-28correctly decode GSM_MAP invoke SRISMv1Luke Mewburn1-1/+7
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-8/+9
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-30/+30
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-83/+83
2015-11-22GSM MAP: Add Ericsson specific fields to MAP-OpenInfoPascal Quantin1-0/+12
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