aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-3/+1
2017-10-10[GSM SMS] If the digits are E164 International number add an E.164AndersBroman1-1/+11
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-9/+9
2017-06-17gsm_sms: decode UCS2 as UTF-16Vasil Velichckov1-4/+12
2017-05-05gsm_sms: fix no previous prototype for ‘proto_reg_handoff_gsm_sms’ [-Wmis...Alexis La Goutte1-0/+1
2017-04-30GSM SMS: use TCAP OTID as last resort for reassembly when GSM MAP does not gi...Pascal Quantin1-0/+2
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin1-9/+11
2017-04-28GSM SMS: Use SIP To / From tapped addresses for reassemblyPascal Quantin1-10/+36
2017-04-25GSM SMS: add more lower layer info for reassembly and switch preference to on...Pascal Quantin1-9/+18
2017-04-25GSM SMS: fix display of reassembled 8 bits SMSPascal Quantin1-1/+1
2017-04-24GSM SMS: optionally use GSM-MAP info to perform reassembly (off by default)Pascal Quantin1-18/+43
2017-04-12GSM SMS: also consider source and destination address for reassemblyPascal Quantin1-13/+35
2017-04-11GSM SMS: take into consideration TP-OA/TP-DA fields and direction for reassemblyPascal Quantin1-16/+154
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-20/+6
2017-01-29Register reassembly tablesMichael Mann1-3/+4
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-04-23ETSI CAT: add dissection of Information Elements coded as EFadnPascal Quantin1-1/+18
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-08GSM SMS: fix dissection of alphanumeric addressPascal Quantin1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-21GSM SMS: add dissection of Special SMS Message Indication IEPascal Quantin1-1/+75
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-29GSM SMS: fix reassembly of UCS2 encoded SMSPascal Quantin1-35/+14
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-21GSM SMS: do not call GSM SMS port IE subdissectors until message is reassembledPascal Quantin1-5/+8
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-3/+8
2015-05-20GSM SMS: update some (value|range)_string tables for MTC Device Trigger featurePascal Quantin1-4/+6
2015-03-07GSM SMS: minor fixes to DELIVER, DELIVER REPORT and STATUS_REPORT dissectionPascal Quantin1-1/+13
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-10/+0
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-14GSM SMS: fix dissection of Character Set IEPascal Quantin1-29/+14
2014-12-13gsm_sms: Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fieldsBill Meier1-47/+47
2014-12-13GSM SMS: fix 'msg_class' may be used uninitialized in this function warningPascal Quantin1-3/+2
2014-12-13fix compile errorMartin Kaiser1-1/+1
2014-12-13GSM SMS: fix (U)SIM Data Download Class 2 dissectionPascal Quantin1-7/+27
2014-10-04GSM-SMS: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-10-01GSM SMS: follow-up of gd65b7d5Pascal Quantin1-55/+54
2014-10-01Eliminate proto_tree_add_text from GSM_SMS dissector.Michael Mann1-1492/+1172
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-42/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14UCS2 encoded SMS is directly read from data -> remove PROTO_ITEM_SET_GENERATED()Pascal Quantin1-8/+5
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-185/+8
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Use tvb_get_string_enc(), or proto_tree_add_item(), rather thanGuy Harris1-52/+33
2013-12-17Comment a useless incrementPascal Quantin1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-6/+2