http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1799
Summary: packet-dcerpc-afs4int.c display filter field problems
Product: Wireshark
Version: SVN
Platform: PC
URL: http://www.wireshark.org/lists/wireshark-
dev/200708/msg00442.html
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 22651
--
The PROTOABBREV is "dce_dfs"; yet most (152/156) display filter fields are
prefixed with "afs4int.", rather than "dce_dfs.". For the 4 fields with naming
problems then, I could either create names prefixed with "afs4int." like the
rest (in which case I'd prefer to change the protocol name to "afs4int" as
well), or I could change all display filter fields so they're all prefixed with
"dce_dfs." to match the PROTOABBREV. The 4 fields with problems are:
1) hf_afsconnparams_mask
2) hf_afsconnparams_values
3) afsNetAddr.type
4) afsNetAddr.data
(I would have placed this one with the packet-d*.c bug, #1798, but I wasn't
sure which way would be best to fix this one, so I left it separate.)
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.