aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-14/+8
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-01-19MAUSB: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2016-01-13Enable USB sub-dissectors for MA USB.Sean O. Stalley1-357/+206
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-07mausb: Add dissection of ClearTransfers Req & RespSean O. Stalley1-13/+203
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-8/+8
2015-11-30mausb: The '&' operator is applied to bool type value found by PVS Studio (V564)Alexis La Goutte1-2/+2
2015-11-30mausb: Fix A part of conditional expression is always true found by PVS Studi...Alexis La Goutte1-1/+1
2015-08-09Trivial: Change editor-modelines tab-width specification from 4 to 8.Bill Meier1-3/+3
2015-03-26USB: use URB/IRP ID for request/response trackingPascal Quantin1-14/+13
2015-02-27Fixed MAUSB Flags subfield dissectionSean O. Stalley1-8/+8
2015-02-27Added basic MA USB isochronous packet supportSean O. Stalley1-18/+255
2015-02-27Added Dissection of CancelTransfer MA packetsSean O. Stalley1-0/+122
2015-02-27Updated MAUSB Packet Type valuesSean O. Stalley1-127/+129
2015-01-28Make the USB header information an enumerated type.Guy Harris1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+3
2015-01-10USB: Fix Conversation/Endpoint filtersMichal Labedzki1-4/+4
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-3/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-12-04mausb: Rename expert filter names to fix dup filter names.Bill Meier1-8/+8
2014-11-08remove parent parameter from dissect_usb_setup_response()Martin Kaiser1-2/+2
2014-11-08remove parent parameter from dissect_usb_setup_request()Martin Kaiser1-2/+2
2014-10-28MAUSB: fix warning: no previous prototype for 'proto_register_wfa_oui' [-Wmis...Alexis La Goutte1-0/+1
2014-10-26Use Wifi Alliance OUI for MA USB packets over SNAPSean O. Stalley1-7/+6
2014-10-09Add Dissection of MA packets over UDPSean O. Stalley1-3/+14
2014-09-17Show endpoint direction based on EPHandle bitSean O. Stalley1-1/+1
2014-08-27packet-mausb.c: proto-reg-handoff() fixesBill Meier1-6/+8
2014-08-26Exclude MA USB TransferAck's from USB conversationSean O. Stalley1-1/+6
2014-08-26Have dissect_usb_setup_request handle non-standard requestsSean O. Stalley1-4/+5
2014-08-25remove trans_info parameter from dissect_usb_endpoint_descriptor()Martin Kaiser1-1/+1
2014-08-25remove trans_info parameter from dissect_usb_unknown_descriptor()Martin Kaiser1-4/+2
2014-08-06Added dissection of Device Capability Descriptors in CapResp PacketsSean O. Stalley1-11/+136
2014-08-05Dissection of CapResp PacketsSean O. Stalley1-2/+158
2014-08-01Fix variable-length managment packet dissectionSean O. Stalley1-0/+5
2014-07-15MAUSB dissection of control transfer responsesSean O. Stalley1-0/+16
2014-07-04Add Bus ID to USB Address ColumnSean O. Stalley1-2/+8
2014-06-09Dissection of USB setup data in MA USB data packetsSean O. Stalley1-2/+55
2014-06-07Per Spec update, SetUSBDevAddrReq now contains dataSean O. Stalley1-1/+1
2014-06-07Removed MAUSB DWORD-Aligned Length CheckSean O. Stalley1-8/+0
2014-06-06Fixed Fencing for Multiple MAUSB Packets in 1 TCP Packet.Sean O. Stalley1-2/+6
2014-06-04Clang complained about non initialized variable.ruengeler1-1/+1
2014-06-04MAUSB dissector uses USB addressesSean O. Stalley1-0/+41
2014-05-30Detect multiple MAUSB Packets in a single TCP packetSean O. Stalley1-1/+11
2014-05-24Fixed mausb valid bit & added invalid_valid TFSSean O. Stalley1-1/+1
2014-05-19Remove incorrect _U_ flag in dissect_mausb signatureSean O. Stalley1-2/+1
2014-05-12Added dissection of EPHandleDelete Req & Resp packetsSean O. Stalley1-23/+47
2014-05-06"Reserved" is not a valid 'fieldconvert' value for an hf.Jeff Morriss1-2/+2
2014-05-06VALS() doesn't take the address of a (pointer to a) value_string, it takesJeff Morriss1-7/+7