aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usbll.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-07USBLL: create the top-level item using the regitered protocol.Guy Harris1-1/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-08-26USBLL: Reassemble transactions into transfersTomasz Moń1-5/+646
2021-07-24check_typed_item_calls.py: Add a check for all-zeroes maskMartin Mathieson1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2021-04-30USBLL: allocate address in pinfo poolPascal Quantin1-2/+2
2021-04-26USBLL: Group packets into transactionsTomasz Moń1-314/+821
2020-10-15USBLL: Introduce usbll states in usbll_data_t.Ameya Deshpande1-24/+230
2020-09-22USBLL: Code commenting and alignmentAmeya Deshpande1-68/+108
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