aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbim.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-13MBIM: fix dissection of ENVELOPE Sim Toolkit messagesPascal Quantin1-8/+8
2014-04-13MBIM: add decoding of text based CDMA SMSPascal Quantin1-21/+92
2014-03-27MBIM: fix identification of DSS streams and add a way to register an external...Pascal Quantin1-9/+16
2014-03-25MBIM: fix dissection of control packets when capturing with usbmonPascal Quantin1-5/+13
2014-03-13MBIM: fix 3GPP SMS PDU record dissectionPascal Quantin1-3/+4
2014-03-10MBIM: add sanity checks to bulk packetsPascal Quantin1-11/+45
2014-02-23Remove deprecated TVB APIsPascal Quantin1-13/+9
2014-01-24Add ability to register new UUID and CIDsPascal Quantin1-18/+116
2014-01-09Set explicitly P2P direction for received SMSPascal Quantin1-0/+1
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-2/+2
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-20/+6
2013-12-22Fix dissection of GSM SMS PDUPascal Quantin1-14/+65
2013-12-22Fix copy/paste errorPascal Quantin1-1/+1
2013-12-22proto_tree_add_text -> proto_tree_add_itemPascal Quantin1-21/+28
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-24/+7
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-17Fix a typo and check that handle exists before calling call_dissector()Pascal Quantin1-11/+13
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-09Use an item for USSD textPascal Quantin1-4/+12
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