aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin1-67/+52
2013-12-11From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9550 :Pascal Quantin1-14/+21
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-12/+11
2013-12-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :Pascal Quantin1-22/+63
2013-11-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :Pascal Quantin1-5/+13
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-102/+119
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-8/+1
2013-10-02Revert files committed by mistake in r52331Pascal Quantin1-1/+1
2013-10-02From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-1/+1
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-2/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-12Fix dissection of 3GPP2 SMS messages when the User Data Header field is prese...Pascal Quantin1-52/+59
2013-06-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8756 :Pascal Quantin1-5/+7
2013-05-23Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit defau...Pascal Quantin1-7/+11