From 3fee10cc413a527370e4bf572e4386eb079f30ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 10 Aug 2006 20:49:58 +0000 Subject: [PATCH] Change a label a bit to be able to differentiate it from the default case. svn path=/trunk/; revision=18879 --- epan/dissectors/packet-bootp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c index aa266384d7..7313b99fd5 100644 --- a/epan/dissectors/packet-bootp.c +++ b/epan/dissectors/packet-bootp.c @@ -1207,7 +1207,7 @@ bootp_option(tvbuff_t *tvb, proto_tree *bp_tree, int voff, int eoff, case AUTHEN_RDM_MONOTONIC_COUNTER: proto_tree_add_text(v_tree, tvb, optoff, 8, - "Replay Detection Value: %" PRIx64, + "RDM Replay Detection Value: %" PRIx64, tvb_get_ntoh64(tvb, optoff)); break;