From 68c217f457a772984d0afbdd341f18de7c867505 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 29 Jun 2015 15:50:48 +0200 Subject: Improve the description of old packets with an indeterminate length. * g10/parse-packet.c (parse): Make the description more accurate when listing packets: old format packets don't support partial lengths, only indeterminate lengths (RFC 4880, Section 4.2). -- Signed-off-by: Neal H. Walfield --- g10/parse-packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/parse-packet.c') diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 3cac6f868..5116404f8 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -610,7 +610,7 @@ parse (IOBUF inp, PACKET * pkt, int onlykeypkts, off_t * retpos, if (list_mode) es_fprintf (listfp, "# off=%lu ctb=%02x tag=%d hlen=%d plen=%lu%s%s\n", (unsigned long)pos, ctb, pkttype, hdrlen, pktlen, - partial? " partial":"", + partial? (new_ctb ? " partial" : " indeterminate") :"", new_ctb? " new-ctb":""); pkt->pkttype = pkttype; -- cgit v1.2.3