ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12088] New: GlusterFS: Add support for the SEEK procedure

Date: Fri, 05 Feb 2016 23:17:57 +0000
Bug ID 12088
Summary GlusterFS: Add support for the SEEK procedure
Product Wireshark
Version Git
Hardware x86
URL https://bugzilla.redhat.com/1220173
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 14310 [details]
Example of SEEK_DATA and SEEK_HOLE

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Gluster added support for a SEEK operation, supporting SEEK_DATA and SEEK_HOLE:

https://bugzilla.redhat.com/1220173

The output of SEEK procedures in tshark look like this:

GlusterFS
    [Program Version: 330]
    [GlusterFS: SEEK (48)]
    GFID: e0249fc7-e8b7-48a4-8684-7aa92a249e58
    File Descriptor: 18446744073709551614
    Offset: 4294967296
    Whence: SEEK_HOLE (1)

GlusterFS
    [Program Version: 330]
    [GlusterFS: SEEK (48)]
    Return value: 0
    Errno: 0 (Success)
    Offset: 4294967300


You are receiving this mail because:
  • You are watching all bug changes.