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