ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4768] Check for max value of range type preference is inco

Date: Mon, 17 May 2010 10:49:44 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768

--- Comment #7 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-05-17 19:49:41 CEST ---
(In reply to comment #6)
> Reverting back to the complete range may have undesired results for the user.
> For example, H264 dynamic payload type ranges from 96-127. 
> 
> Lets say user incorrectly typed 128 instead of 112, Wireshark would convert it
> to 96-127 which may then decode other streams that are not H264. 

No, an entry of '128' would be pruned to '', because it's out of range. 

> What is the problem in displaying an error in a dialog box to the user?

The problem is with currently saved preference files. These are read in, and
quietly[1] processed to usable values.

[1] When an unknown preference is read in, a warning is logged on stderr.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.