aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-masstorage.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-01Make class "type" for USB conversations.Michael Mann1-1/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-13/+13
2015-01-18no need for if(tree)Martin Kaiser1-7/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-13USB Mass Storage: Display target number for SCM USB-SCSI convertersAlexis La Goutte1-0/+6
2014-08-15Remove unneeded #include; As needed: Add editor modelines & do whitespace cha...Bill Meier1-6/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-12-10Reject packets if data (and usb_trans_info) are NULL. Also, new-syle dissect...Chris Maynard1-8/+12
2013-12-09Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-23/+17
2013-07-31Convert the USB dissectors to wmem.Evan Huus1-16/+16
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+3
2013-03-17From beroset:Anders Broman1-6/+6
2012-12-31Add heuristic for USB MassStorage dissector to be dissected by USB. Bug 8131...Michael Mann1-0/+19
2012-11-29From Michal Labedzki:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-20Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-03-21From Steve Magnani:Anders Broman1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-18/+18
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-23/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2007-03-25From Jon SmirlRonnie Sahlberg1-2/+2
2007-03-21remove some compiler warningsRonnie Sahlberg1-2/+2
2006-10-22add a dissector table for class specific control input/output pdusRonnie Sahlberg1-5/+150
2006-10-18add dissection of DATA IN/OUT and SCSI RESPONSE to the usb mass storage disse...Ronnie Sahlberg1-2/+90
2006-10-18new dissector : usb mass storageRonnie Sahlberg1-0/+223