Ethereal-dev: [Ethereal-dev] Request for packet with FT_INT64 field type

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Mon, 30 Jun 2003 03:03:08 -0000
I'm working on a Python script that does unit testing of the ftypes and
dfilter code by interacting with tethereal.

However, I have no capture files that have FT_INT64 fields in them. If
anyone can send me a capture file with a single packet that has an
FT_INT64 field in it, I would highly appreciate it. Or even just the hex
dump of that packet would be enough, as long as you tell me what the
link layer is.

The following fields are of type FT_INT64:

afp.lock_offset64
afp.lock_len64
afp.lock_range_start64
afp.offset64
afp.rw_count64
afp.ofork_len64
diameter.avp.data.int64

thanks,

--gilbert