View | Details | Raw Unified | Return to bug 57820
Collapse All | Expand All

(-)packet-isns.c (-2 / +2 lines)
Lines 7-13 Link Here
7
 * Copyright 2003, Elipsan, Gareth Bushell <gbushell@elipsan.com>
7
 * Copyright 2003, Elipsan, Gareth Bushell <gbushell@elipsan.com>
8
 * (c) 2004 Ronnie Sahlberg   updates
8
 * (c) 2004 Ronnie Sahlberg   updates
9
 *
9
 *
10
 * $Id: packet-isns.c,v 1.7 2004/05/13 13:49:32 sahlberg Exp $
10
 * $Id: packet-isns.c,v 1.8 2004/05/27 08:33:22 sahlberg Exp $
11
 *
11
 *
12
 * Ethereal - Network traffic analyzer
12
 * Ethereal - Network traffic analyzer
13
 * By Gerald Combs <gerald@ethereal.com>
13
 * By Gerald Combs <gerald@ethereal.com>
Lines 1813-1819 Link Here
1813
1813
1814
	{ &hf_isns_timestamp,
1814
	{ &hf_isns_timestamp,
1815
	  { "Timestamp","isns.timestamp",
1815
	  { "Timestamp","isns.timestamp",
1816
	    FT_UINT32, BASE_DEC, NULL, 0x0,
1816
	    FT_UINT64, BASE_DEC, NULL, 0x0,
1817
	    "Timestamp in Seconds", HFILL }},
1817
	    "Timestamp in Seconds", HFILL }},
1818
1818
1819
	{ &hf_isns_esi_interval,
1819
	{ &hf_isns_esi_interval,

Return to bug 57820