http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2423
Summary: No support for port ranges & incorrect "dcp" comparison.
Product: Wireshark
Version: SVN
Platform: PC
URL: http://www.wireshark.org/lists/wireshark-
dev/200804/msg00105.html
OS/Version: All
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 24839
--
IANA lists a few ports with port ranges in its services file available from
http://www.iana.org/assignments/port-numbers. For example:
In these few cases, the format differs from that specified in "services(5)",
but I think it's a good idea to support it anyway.
Also, in addr_resolv.c:parse_service_line(), a comparison is incorrectly made
against "dcp" when it should be made against "dccp". I know this is really 2
bugs and should probably be filed separately, but this one is trivial since
it's only a single character difference, so I included it here since the
accompanying patch modifies that function anyway.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.