summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ansi_637.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2016-10-28ANSI IS-637 A: fix decoding of IA5 SMSPascal Quantin1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-04-29ANSI IS-637 A: fix display of reserved bits when using 7bits GSM encodingPascal Quantin1-3/+63
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-18/+18
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-10/+12
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin1-32/+22
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann1-112/+36
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-52/+16
2015-05-29ANSI IS-637 A: fix byte highlighting of destination address when using ASCII ...Pascal Quantin1-3/+3
2015-05-27ANSI IS-637 A: dump bytes when SMS encoding format is set to octetPascal Quantin1-1/+7
2015-03-30ANSI IS-637 A: add dissection of Multiple Encoding User Data and Service Cate...Pascal Quantin1-62/+350
2015-02-26ANSI IS-637 A: ensure that num_fields is not null before calling text_decoderPascal Quantin1-4/+8
2015-01-28ANSI IS-637-A: prevent an out of bounds accessPascal Quantin1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-01Eliminate proto_tree_add_text from GSM_SMS dissector.Michael Mann1-1/+1
2014-09-26ANSI IS-637 A: remove a useless variablePascal Quantin1-5/+2
2014-09-25ANSI IS-637 A: get rid of tvb_length() deprecated APIPascal Quantin1-2/+2
2014-09-25ANSI IS-637-A: fix dissection of fragmented Unicode SMSPascal Quantin1-1/+15
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-16/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-112/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26Use proto_tree_add_item() for most string encodings.Guy Harris1-15/+15
2014-01-22Use tvb_get_string_enc() rather than tvb_get_string(); according toGuy Harris1-1/+1
2014-01-14Fix dissection of 3GPP2 SMS encoded in UCS2Pascal Quantin1-0/+2
2014-01-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-01-09From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :Pascal Quantin1-1071/+2026
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-7/+1
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-48/+6
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin1-7/+10
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-15/+15
2013-11-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :Pascal Quantin1-7/+7
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-7/+23
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-073GPP2 SMS: add support for KSC5601 (Korean) character setPascal Quantin1-0/+37
2013-10-27Remove use of pinfo->private_data and just pass the data around through funct...Michael Mann1-64/+54
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-3/+0
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-1228/+1227
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-14/+8
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-6/+12
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-6/+5
2013-06-25From Reinhard Speyerer via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-1/+1