http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2437
Summary: Eliminate redundant column choices
Product: Wireshark
Version: SVN
Platform: PC
URL: http://www.wireshark.org/lists/wireshark-
dev/200802/msg00224.html
OS/Version: All
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 24853
--
The following column choices are equivalent. Redundant column choices should
be removed to clean up the column list, preferably those that are ambiguous.
For example, "Hardware src addr" and "Hw src addr (resolved) are the same, but
the former is ambiguous since it doesn't indicate if the address is resolved or
not.
1) Hardware src addr <=> Hw src addr (resolved)
2) Hardware dest addr <=> Hw dest addr (resolved)
3) Source port <=> Src port (resolved)
4) Destination port <=> Dest port (resolved)
5) Source address <=> Src addr (resolved) <=> Network src addr <=> Net src addr
(resolved)
6) Destination address <=> Dest addr (resolved) <=> Network dest addr <=> Net
dest addr (resolved)
7) Src addr (unresolved) <=> Net src addr (unresolved)
8) Dest addr (unresolved) <=> Net dest addr (unresolved)
- Chris
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.