aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smpp.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-07SMPP: Add command/response fieldDavid Perry1-3/+26
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-08-24smpp: add NULL address_range to packet detailsChuck Craft1-1/+1
2022-07-04SMPP: Initialize tvb_msg to NULLUli Heilmeier1-1/+1
2022-06-13SMPP: Handle decoding packed 7-bit GSM with UDH correctlyJohn Thacker1-2/+18
2022-06-12smpp: Handle TLV and UDH parameters for text and subdissectionJohn Thacker1-77/+187
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+2
2022-06-10smpp: Decode message_payload field as textJohn Thacker1-73/+96
2022-06-09SMPP: Fix DCS decodingJohn Thacker1-278/+129
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-10-11Fix some spelling errorsMartin Mathieson1-1/+1
2021-10-07SMPP: Handle unaligned PDUs betterJohn Thacker1-14/+42
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-54/+58
2020-11-19SMPP: Support GSM 7 bit alphabet (3GPP TS 23.038)John Thacker1-34/+28
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-13/+13
2020-02-24smpp: Set the column fence before dissecting the PDUVasil Velichkov1-2/+7
2020-02-19smpp: Implement export PDU functionalityVasil Velichkov1-0/+21
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-25Decoding of SMS contents when SMS over SMPPakuchekar1-14/+103
2019-01-17smpp: Make it clearer that it's a heuristic dissector.Anders Broman1-9/+2
2019-01-06smpp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-31SMPP: General improvementsMichael Mann1-913/+841
2018-12-28Allow floating point values for stats_treeMichael Mann1-4/+4
2018-11-08SMPP: prevent triggering an exception in the heuristic checksPascal Quantin1-4/+5
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-4/+4
2018-05-16smpp: fix issue found by PVS Studio (V1001)Alexis La Goutte1-1/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-17smpp: don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-5/+5
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-10-12SMPP: use mktime_utc to convert struct tm to time_tPascal Quantin1-26/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-10-04SMPP: Make smpp.message a FT_BYTES field.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-6/+6
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+4
2015-02-26SMPP: AT_STRINGZ address allocation must use the pinfo poolPascal Quantin1-5/+4
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+2
2015-01-19smpp: Prevent crash if invalid date/time field.Bill Meier1-4/+15
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-3/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-5/+5