forked from osmocom/wireshark
Change a label a bit to be able to differentiate it from the default
case. svn path=/trunk/; revision=18879daniel/osmux
parent
1d334bdc83
commit
3fee10cc41
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue