From 294fcd11bfc2a76306e0c6ea8e8f53445df940cf Mon Sep 17 00:00:00 2001 From: Mirko Parthey Date: Sun, 28 Aug 2016 14:49:52 +0200 Subject: ISAKMP: fix # of SPIs field name in Delete payload Fix the "Number of SPIs" field name in the Delete payload. References: RFC 2408, RFC 7296 Change-Id: I205fb830275fc011e6605fdae53c6b9141e1628b Reviewed-on: https://code.wireshark.org/review/17353 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- epan/dissectors/packet-isakmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-isakmp.c') diff --git a/epan/dissectors/packet-isakmp.c b/epan/dissectors/packet-isakmp.c index 91e370c6a2..f2bbbe28d7 100644 --- a/epan/dissectors/packet-isakmp.c +++ b/epan/dissectors/packet-isakmp.c @@ -6298,7 +6298,7 @@ proto_register_isakmp(void) NULL, HFILL }}, { &hf_isakmp_num_spis, - { "Port", "isakmp.spinum", + { "Number of SPIs", "isakmp.spinum", FT_UINT16, BASE_DEC, NULL, 0x0, "ISAKMP Number of SPIs", HFILL }}, { &hf_isakmp_hash, -- cgit v1.2.1