aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usbll.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-04-17USBLL: Improve the dissection of Split packetsAmeya Deshpande1-25/+47
2020-04-17USBLL: Set usbll_data_ptr to NULL on capture file closeAmeya Deshpande1-41/+46
2020-04-06USBLL: Display addresses for SOF packetsAmeya Deshpande1-18/+28
2020-04-02usbll: fix no previous prototype for functionAlexis La Goutte1-0/+3
2020-03-24USBLL: Handle addresses for all packetsAmeya Deshpande1-8/+137
2019-08-20USBLL: Use custom address dissector instead of usb oneKrzysztof Opasiak1-25/+142
2019-08-14Move parsing of specific tokens to separate functionsKrzysztof Opasiak1-101/+133
2019-08-04USBLL: Minimal destination address handlingTomasz Moń1-1/+29
2019-07-29USBLL: Verify Token/Split packets CRC-5Tomasz Moń1-11/+32
2019-07-25USBLL: Verify DATA packets CRC-16Tomasz Moń1-1/+12
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń1-0/+357