https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5136
Summary: AFP dissector for FPGetSrvParms volume flags is wrong
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: franklahm@xxxxxxxxxxxxxx
Created an attachment (id=5086)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5086)
Patch
Build Information:
--
--
Currently the volume flags are decoded as (numbering starts with 1):
bit 2 = volume uses UNIX privs
bit 1 = volume has password
This is nonsense. Cf. the current AFP 3.3 spec, or Inside AppleTalk if you like
(I've checked it).
The correct spec is:
bit 8 = volume has password
bit 1 = has Apple II configuration info
The attached patch fixes this.
Frank Lahm, Netatalk Developer
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.