aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbim.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-20mbim: Fix warnings by Cang AnalyzerAlexis La Goutte1-9/+0
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-41/+41
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-12-01MBIM: dissect low level UICC access commandsOdysseus Yang1-47/+494
2021-11-20MBIM: dissect MBIM_CID_BASE_STATIONS_INFOOdysseus Yang1-5/+872
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-34/+34
2021-03-12mbim: Fix warning found by Clang AnalyzerAlexis La Goutte1-3/+3
2021-03-05MBIM: Fix value_string entryMartin Mathieson1-1/+1
2021-02-23MBIM: fix some signedness warningsPascal Quantin1-8/+8
2021-02-23MBIM: dissect the commands of MBIM extended version 3.0Odysseus Yang1-28/+809
2021-02-18Fix some spelling errors and update word list.Darius Davis1-1/+1
2021-01-27Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.Guy Harris1-2/+2
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang1-9/+15
2020-11-13MBIM: fix mbim.control.ms_app_info.app_name displayPascal Quantin1-2/+2
2020-09-29mbim: Fix Dead StoreAlexis La Goutte1-1/+1
2020-09-28Add some more string encodings.Guy Harris1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-4/+4
2020-09-11MBIM: dissect the commands of MBIM extended version 2.0Odysseus Yang1-14/+256
2020-09-01MBIM: dissect new UICC commands of MBIM extended version 1.0Odysseus Yang1-0/+689
2020-07-06mbim: Try to fix -Wpointer-sign warnings.Anders Broman1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-14/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-18MBIM: remove USBPcap / usbmon specific codePascal Quantin1-7/+6
2019-06-18MBIM: use conversation as identifier in reassembly codePascal Quantin1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-02-01Switch my contact addressPascal Quantin1-1/+1
2019-01-29dissectors: use '/' when stacking protocols in COL_PROTOCOL.Dario Lombardo1-1/+1
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