aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
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