gearman: expand a comment.

Change-Id: I886f8a6b55e908f2c55f2a45f90dc7e6411467e5
Reviewed-on: https://code.wireshark.org/review/38218
Reviewed-by: Guy Harris <gharris@sonic.net>
This commit is contained in:
Guy Harris 2020-08-21 01:56:55 -07:00
parent 132d6ec70b
commit fa6f2681e3
1 changed files with 4 additions and 0 deletions

View File

@ -239,6 +239,10 @@ dissect_binary_packet(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void*
// - use tvb_strsize() for the all but the last argument
// - use tvb_strnlen() for the last argument
//
// These are *not* null-terminated strings, they're null-separated
// strings. For example, some arguments might be the last argument
// in some commands and not be the last argument in other commands,
// so they're not always followed by a null.
//
// commands with a single argument