| 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.