aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbim.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-22mbim: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-09-12MBIM: changes after Microsoft fixed documentationJano Svitok1-29/+51
2018-09-10MBIM: Dissect UUID_MS_UICC_LOW_LEVEL/MBIM_CID_MS_UICC_ATRJano Svitok1-0/+55
2018-09-10MBIM: MBIM_CID_MS_PROVISIONED_CONTEXT_V2 Query is legalJano Svitok1-2/+2
2018-09-08MBIM: Add dissectors for more servicesJano Svitok1-38/+947
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-14MBIM: stop pre sizing wmem arraysPascal Quantin1-12/+12
2017-09-06MBIM: add multiflow extension dissectionPascal Quantin1-20/+342
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+2
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-77/+42
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-04Bump GLib minimum required version to 2.22.0João Valverde1-1/+0
2016-07-14MBIM: add dissection of AT&T proprietary UUIDPascal Quantin1-13/+682
2016-07-14MBIM: add a missing breakPascal Quantin1-0/+1
2016-07-13MBIM: add dissection of Intel proprietary UUIDsPascal Quantin1-283/+1220
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-7/+7
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-7/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-05-20MBIM: fix GSM SMS transmitted PDU lengthPascal Quantin1-0/+1
2015-05-15MBIM: add checks on the maximum string or PDU size allowedPascal Quantin1-57/+186
2015-05-12USB: allow to call sub dissectors for setup response packets without transact...Pascal Quantin1-1/+4
2015-05-12MBIM: fix dissection of captures taken on a Linux hostPascal Quantin1-1/+2
2015-03-20MBIM: use proto_tree_add_item_ret_uintPascal Quantin1-281/+151
2015-03-06MBIM: add request/response visual indicatorsPascal Quantin1-2/+2
2015-03-02MBIM: add it to "Decode As" menuPascal Quantin1-2/+34
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris1-8/+1
2015-01-28Make the USB header information an enumerated type.Guy Harris1-1/+1
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-3/+3
2015-01-06MBIM: call dissector_(add|delete)_uint only when necessaryPascal Quantin1-6/+9
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-67/+34
2014-06-24MBIM: add an option to force SMS PDU decoding format if MBIM_DEVICE_CAPS_INFO...Pascal Quantin1-4/+26
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-11/+11
2014-06-03MBIM: do not access to hash map when it is not initialized yetPascal Quantin1-1/+1
2014-05-01MBIM: dissect MBIM_SET_STK_PAC and MBIM_STK_PAC_INFO messagesPascal Quantin1-9/+663
2014-04-30MBIM: use hash map instead of red/black tree for UUID extension tablePascal Quantin1-16/+26
2014-04-28MBIM: make the backward compatibility function staticPascal Quantin1-1/+1
2014-04-27MBIM: fix compilation with GLib versions < 2.22.0Pascal Quantin1-0/+8
2014-04-27MBIM: use wmem hash map functions for request/response trackingPascal Quantin1-27/+12
2014-04-23MBIM: fix dissection of GSM SMS messagesPascal Quantin1-12/+17