aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbim.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Add request / response tracking to MBIM_FUNCTION_ERROR_MSG messagesPascal Quantin1-1/+23
2013-12-03Add Qualcomm proprietary UUIDPascal Quantin1-11/+39
2013-11-29Improve request / response tracking in case you have several open / close com...Pascal Quantin1-5/+29
2013-11-25Add command type to info columnPascal Quantin1-0/+1
2013-11-23Check the packet length when using the "Force decoding of unknown USB control...Pascal Quantin1-3/+7
2013-11-21Indicate fragments in info columnPascal Quantin1-0/+3
2013-11-19Fix a typoPascal Quantin1-1/+1
2013-11-15Dissect USB Com Network Control Model requestsPascal Quantin1-4/+0
2013-11-14Fix dissection of MBIM Extended Functional Descriptor MTUPascal Quantin1-1/+1
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-6/+5
2013-11-07Fix dissection of MBIM data packets when using 32-bits NDPsPascal Quantin1-0/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-18/+18
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13Fix dissection of Home Provider CID and fix a typo errorPascal Quantin1-1/+2
2013-10-11Fix another fuzz failurePascal Quantin1-10/+16
2013-10-10Fix an infinite loop detected during fuzz testingPascal Quantin1-11/+41
2013-10-10Slightly change heuristicsPascal Quantin1-6/+11
2013-10-10Add fragmentation supportPascal Quantin1-236/+349
2013-10-09Add an option (off by default) to force decoding of unknown USB control data ...Pascal Quantin1-0/+13
2013-10-07MBIM data is transferred over CDC-Data interface class. Remove useless code.Pascal Quantin1-0/+10
2013-10-07Dissect MBIM traffic over USB bulkPascal Quantin1-14/+356
2013-10-04Mark unused parameter.Evan Huus1-1/+1
2013-10-03Add dissection of MBIM (extended) functional descriptorPascal Quantin1-417/+521
2013-10-03Fix dissection of MBIM_PIN_LIST_INFOPascal Quantin1-4/+25
2013-10-02Add dissection of GSM/CDMA SMS in PDU modePascal Quantin1-19/+55
2013-10-02Revert files committed by mistake in r52331Pascal Quantin1-13/+5
2013-10-02From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-5/+13
2013-10-01Add MPS extensions as found on http://compliance.usb.org/mbim/Pascal Quantin1-13/+578
2013-09-30Fix compilation warningsPascal Quantin1-4/+4
2013-09-30Add basic request / response trackingPascal Quantin1-6/+74
2013-09-30Use array_length macro in two places. Add modelines. Remove trailing whitespace.Evan Huus1-5/+18
2013-09-29Add a MBIM (Mobile Broadband Interface Model) dissectorPascal Quantin1-0/+5709