the isns timestamp is in fact a 64 bit integer and not a 32 bit integer.

declaring it properly will make ethereal dissect it properly as well
instead of crashing

svn path=/trunk/; revision=11013
This commit is contained in:
Ronnie Sahlberg 2004-05-27 08:33:22 +00:00
parent 581724041a
commit bca8b528db
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* Copyright 2003, Elipsan, Gareth Bushell <gbushell@elipsan.com>
* (c) 2004 Ronnie Sahlberg updates
*
* $Id: packet-isns.c,v 1.7 2004/05/13 13:49:32 sahlberg Exp $
* $Id: packet-isns.c,v 1.8 2004/05/27 08:33:22 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1813,7 +1813,7 @@ void proto_register_isns(void)
{ &hf_isns_timestamp,
{ "Timestamp","isns.timestamp",
FT_UINT32, BASE_DEC, NULL, 0x0,
FT_UINT64, BASE_DEC, NULL, 0x0,
"Timestamp in Seconds", HFILL }},
{ &hf_isns_esi_interval,