aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-video.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-27/+12
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-35/+35
2013-10-03Make expert items used in "low level" proto functions filterable (and ensure ...Michael Mann1-14/+12
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-02descriptor type value string for the video classMartin Kaiser1-3/+11
2013-09-02dissect_usb_descriptor_header() takes an additional value_stringMartin Kaiser1-3/+3
2013-07-31Convert the USB dissectors to wmem.Evan Huus1-9/+8
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-2/+12
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-17From beroset:Anders Broman1-7/+7
2013-03-09From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus1-1/+1
2013-03-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus1-0/+3251