aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mausb.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06Added check for MAUSB length being multiple of a DWORD.Sean O. Stalley1-0/+8
2014-05-06Fix macro parens to avoid unexpected behaviourEvan Huus1-2/+2
2014-05-05Added parentheses to macros to prevent unexpected behaviorSean O. Stalley1-3/+3
2014-05-05Solaris doesn't like anonymous unionsEvan Huus1-11/+11
2014-05-05Fix build with older compilersEvan Huus1-3/+7
2014-05-05Media Agnostic USB Packet DissectorSean O. Stalley1-0/+1480