aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-28add a function to test if a packet is ndmp or notRonnie Sahlberg1-8/+22
2007-09-28ndmp and tcp encapsulation of esp both use port 10000Ronnie Sahlberg1-0/+6
2007-03-27Fix a warning in packet-bittorrent.c I didn't fix right the first time and tr...Stephen Fisher1-1/+1
2007-03-11Fix bug 552:Jeff Morriss1-34/+34
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-10-14set both read/write flags in ndmp scsi and also always set the expected len...Ronnie Sahlberg1-0/+6
2006-10-13pass the relative data offset of data in/out pdu's to the scsi data in/out di...Ronnie Sahlberg1-1/+3
2006-10-12wireshark does not yet consume enough memory for me to be happyRonnie Sahlberg1-0/+3
2006-10-11add a task_flags bitmap and two lengths (data and bidirectional data)Ronnie Sahlberg1-0/+3
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongsRonnie Sahlberg1-1/+0
2006-09-30add an extra_data pointer to the itlq structure where specific commandsets/cd...Ronnie Sahlberg1-0/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-4/+4
2006-07-10Two more bugs from Ilja van Sprundel.Gerald Combs1-11/+11
2006-06-30from aaron christensenRonnie Sahlberg1-1/+14
2006-06-17allocate the correct size of buffer to store the itlq structure for scsiRonnie Sahlberg1-1/+1
2006-06-17make ndmp track itl structuresRonnie Sahlberg1-6/+32
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-09Make top_tree static. This allows ethereal to be built on Mac OS X.Michael Tüxen1-1/+1
2006-05-08use request/response tracking structure from NDMP and hang a scsi itlq nexus ...Ronnie Sahlberg1-32/+35
2006-05-08add tracking of request/response and responsetime to ndmpRonnie Sahlberg1-0/+69
2006-04-26add tracking of ndmp conversations and use this to track the version used if ...Ronnie Sahlberg1-45/+64
2006-04-26 NOTIFY_[DATA|MOVER]_HALTED requests no longer take an XDR string containing ...Ronnie Sahlberg1-4/+29
2006-04-24change the signature for dissect_scsi_snsinfo() to take itlq and itl structuresRonnie Sahlberg1-1/+11
2006-04-22the scsi transports (fc/fcp and iscsi) now track both itl and itlqRonnie Sahlberg1-13/+0
2006-04-21remover the lun parameter from dissect_scsi_cdb/payload since this is now p...Ronnie Sahlberg1-2/+21
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg1-2/+2
2006-04-07make dissect_scsi_rsp() take an exchange structure as parameter instead of ju...Ronnie Sahlberg1-0/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-9/+7
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg1-2/+13
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg1-1/+11
2005-05-12Fix a routine to return the value it's supposed to return.Guy Harris1-0/+1
2005-04-29add the missing MODE field in mover_get_state that was introduced in version 4.Ronnie Sahlberg1-5/+13
2005-04-14fix bug in parsing of NDMP_DATA_CONNECT messages, it is a ndmp_address passed...Ronnie Sahlberg1-1/+10
2005-04-04the definition of tcp address structure changed between version 3 and version 4Ronnie Sahlberg1-6/+66
2005-02-23fix printout of length of ndmp pduRonnie Sahlberg1-1/+1
2005-02-17pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg1-3/+6
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-3/+3
2004-12-18make ndmp use tcp_dissect_pdus()Ronnie Sahlberg1-63/+101
2004-10-06Properly reject packets that don't look like NDMP packets.Guy Harris1-4/+9
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-4/+5
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3493