aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-10/+9
2013-11-28GUINT_TO_POINTER() does just enough casting to suppress complaints aboutGuy Harris1-2/+2
2013-11-28USB: Enable Decode As. Bug 9445 (https://bugs.wireshark.org/bugzilla/show_bu...Michael Mann1-11/+138
2013-11-27Create/use several extended value_strings;Bill Meier1-13/+31
2013-11-21Fix DecodeBy priorities. Bug 9445 (https://bugs.wireshark.org/bugzilla/show_...Michael Mann1-41/+18
2013-11-12From Michal LabedzkiMartin Kaiser1-0/+3
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-82/+49
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-31USB/PN532: Fix dissector to use new dissector *data instead of private_data....Michael Mann1-35/+55
2013-10-27From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-5/+46
2013-10-27From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-3/+66
2013-10-22Pass usb_data_t "private data" into subdissectors instead of using pinfo->pri...Michael Mann1-9/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-02dissect_usb_descriptor_header() takes an additional value_stringMartin Kaiser1-16/+27
2013-09-02remove class specific descriptor types from the global listMartin Kaiser1-23/+14
2013-09-02display usb descriptor type as hex valueMartin Kaiser1-1/+1
2013-08-27register a dissector for HID class specific descriptorsMartin Kaiser1-1/+0
2013-08-14use the correct length for the tvbuff of an unknown usb descriptorMartin Kaiser1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-3/+3
2013-07-31Convert the USB dissectors to wmem.Evan Huus1-27/+27
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-5/+2
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-24/+15
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-3/+15
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin1-141/+629
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-11/+21
2013-03-17From beroset:Anders Broman1-14/+14
2013-03-07From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus1-5/+18
2013-03-01From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338Evan Huus1-17/+24
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-02-15From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8264Evan Huus1-25/+31
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2013-01-22#include <epan/reassemble.h> not needed.Bill Meier1-1/+0
2012-12-03From Michal Labedzki:Anders Broman1-0/+2
2012-11-30From Michal Labedzki:Anders Broman1-42/+210
2012-11-29From Michal Labedzki:Anders Broman1-8/+9
2012-11-29Remove the second definition of a variable. Define an undefined variable.Jeff Morriss1-2/+1
2012-11-29From Michal Labedzki:Anders Broman1-4/+16
2012-11-29From Michal Labedzki:Anders Broman1-66/+119
2012-11-28"??" introduces a trigraph in C; escape "???" to avoid that.Guy Harris1-2/+2
2012-11-28Fix a [-Wshadow] warning;Bill Meier1-407/+572
2012-11-07From Tomasz MonMartin Kaiser1-3/+25
2012-11-05From Steve Magnani:Anders Broman1-0/+5
2012-10-23From Steve MagnaniMartin Kaiser1-4/+6
2012-10-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7796Evan Huus1-9/+15
2012-10-06Fix error caught by valgrind where we were running off the end of aEvan Huus1-7/+10