aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-video.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12usb-video: Validate encoding of fourccJohn Thacker1-4/+1
2020-10-31usbvideo: Fix dissection of PROBE infos structureSylvain Munaut1-2/+2
2020-10-03Update URLs pointing to the bug database.Guy Harris1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-12/+12
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-05-01Make class "type" for USB conversations.Michael Mann1-0/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-21usbvideo: fix Malformed packet error for SET_CURPeter Wu1-4/+0
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-01-28Make the USB header information an enumerated type.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-47/+47
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-9/+5
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-11/+49
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-08-15Remove unneeded #include; As needed: Add editor modelines & do whitespace cha...Bill Meier1-1/+0
2014-07-27Make value_string_ext const-correct.Kevin Cox1-6/+6
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-19/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-25MBIM: fix dissection of control packets when capturing with usbmonPascal Quantin1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-3/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+2
2013-12-13Do one or more of the following:Bill Meier1-213/+213
2013-12-10Where appropriate, reject the packet entirely or at least protect against dat...Chris Maynard1-4/+13
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