Use to display ESP SPI BASE_HEX_DEC as it is in decimal in SIP.

svn path=/trunk/; revision=40118
This commit is contained in:
Anders Broman 2011-12-08 19:34:04 +00:00
parent 0b3c639c79
commit 443fe1e7f8
1 changed files with 1 additions and 1 deletions

View File

@ -1992,7 +1992,7 @@ proto_register_ipsec(void)
static hf_register_info hf_esp[] = {
{ &hf_esp_spi,
{ "ESP SPI", "esp.spi", FT_UINT32, BASE_HEX, NULL, 0x0,
{ "ESP SPI", "esp.spi", FT_UINT32, BASE_HEX_DEC, NULL, 0x0,
"IP Encapsulating Security Payload Security Parameters Index", HFILL }},
{ &hf_esp_sequence,
{ "ESP Sequence", "esp.sequence", FT_UINT32, BASE_DEC, NULL, 0x0,