aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndmp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-75/+75
2002-08-20Have "dissect_scsi_cdb()" take an argument that's a SCSI device type,guy1-9/+40
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-05Updated NDMP and ONC RPC services to use the new function to displaysahlberg1-2/+2
2002-05-01Mark unused arguments as such.guy1-80/+96
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-3/+1
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.girlich1-55/+55
2002-02-18Add support for reassembling RPC-over-TCP fragments, and do that in bothguy1-112/+108
2002-02-13Have the private data for the SCSI dissection routines be a pointer to aguy1-62/+203
2002-02-12Dissect "execute CDB" requests and replies.guy1-20/+197
2002-02-03Catch ReportedBoundsError exceptions when dissecting NDMP messages, andguy1-9/+38
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-5/+5
2002-01-18Put one NDMP top-level protocol tree item in for every NDMP PDU (whichguy1-36/+33
2002-01-18Make the default for NDMP desegmentation TRUE, as is the case for mostguy1-2/+2
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atguy1-2/+2
2002-01-05From Ronnie Sahlberg: use size from encapsulation instead of how manyguy1-25/+29
2002-01-05Additional sanity checks, from Ronnie Sahlberg.guy1-26/+57
2002-01-04Further updates from Ronnie Sahlberg.guy1-15/+56
2002-01-04Most of NDMP, from Ronnie Sahlberg.guy1-55/+2530
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisguy1-0/+522