aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-29From Chris Costa: Fix Bug 3786: "NDMP fragmentation fails when final fragment...wmeier1-3/+3
2009-07-27Improve defragmentation:wmeier1-51/+92
2009-07-03Set save_fragmented regardless of whether we're reassembling or not, asguy1-3/+4
2009-07-03Fix:etxrab1-2/+2
2009-07-03From Chris Costa:etxrab1-40/+366
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-39/+39
2009-05-19Avoid crash when not reassembling multiple TCP segments.stig1-5/+5
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...wmeier1-3/+1
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-04-09From Chris Costa:etxrab1-12/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2007-09-28add a function to test if a packet is ndmp or notsahlberg1-8/+22
2007-09-28ndmp and tcp encapsulation of esp both use port 10000sahlberg1-0/+6
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...sfisher1-1/+1
2007-03-11Fix bug 552:morriss1-34/+34
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-10-14set both read/write flags in ndmp scsi and also always set the expected len...sahlberg1-0/+6
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...sahlberg1-1/+3
2006-10-12wireshark does not yet consume enough memory for me to be happysahlberg1-0/+3
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)sahlberg1-0/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-1/+0
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...sahlberg1-0/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-4/+4
2006-07-10Two more bugs from Ilja van Sprundel.gerald1-11/+11
2006-06-30from aaron christensensahlberg1-1/+14
2006-06-17allocate the correct size of buffer to store the itlq structure for scsisahlberg1-1/+1
2006-06-17make ndmp track itl structuressahlberg1-6/+32
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.tuexen1-1/+1
2006-05-08use request/response tracking structure from NDMP and hang a scsi itlq nexus ...sahlberg1-32/+35
2006-05-08add tracking of request/response and responsetime to ndmpsahlberg1-0/+69
2006-04-26add tracking of ndmp conversations and use this to track the version used if ...sahlberg1-45/+64
2006-04-26 NOTIFY_[DATA|MOVER]_HALTED requests no longer take an XDR string containing ...sahlberg1-4/+29
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuressahlberg1-1/+11
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqsahlberg1-13/+0
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...sahlberg1-2/+21
2006-04-21updates to get the fc and scsi dissectorssahlberg1-2/+2
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...sahlberg1-0/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-9/+7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-05-29remove offset and len from the signature of dissect_scsi_payload()sahlberg1-2/+13
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbsahlberg1-1/+11
2005-05-12Fix a routine to return the value it's supposed to return.guy1-0/+1
2005-04-29add the missing MODE field in mover_get_state that was introduced in version 4.sahlberg1-5/+13