Wireshark-bugs: [Wireshark-bugs] [Bug 11460] Sorting on "Source port" or "Destination port" colu

Date: Mon, 24 Aug 2015 19:47:32 +0000

changed bug 11460


What Removed Added
Summary Sorting on port order sorts alphabetically, not numerically Sorting on "Source port" or "Destination port" column sorts alphabetically, not numerically

Comment # 9 on bug 11460 from
(In reply to Fred Ross from comment #8)
> I followed your suggestion and right clicked on destination port in a
> packet, and applied it as a column. That sorts correctly.
> 
> I used "Dest port (unresolved)" for the column.
> 
> This may just be a case of my improper expectations.

It's reasonable to expect that *unresolved* ports, which are port numbers, to
be sorted numerically.

Sorting unresolved ports numerically, sorting resolved ports that begin with
characters < '0' in ASCII string order before the unresolved ports (that
"shouldn't happen", but...), sorting resolved ports that begin with digits in
ASCII string order and after the unresolved ports that begin with those digits,
and sorting resolved ports that begin with characters > '9' in ASCII string
order after the unresolved ports, would probably be the right answer here.


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