aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_637.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23ANSI IS-637 A: Use tvb_new_octet_aligned for addressesJohn Thacker1-69/+19
2022-06-10gsm_sms: Use character_set enum when decoding DCS and TP-UDJohn Thacker1-6/+5
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-6/+6
2021-03-29Fix some item lengths.Martin Mathieson1-1/+1
2020-10-21Use iconv to support GB 18030 and EUC-KR, allow future encodingsJohn Thacker1-22/+5
2020-09-28Add some more string encodings.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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