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