https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5993
Summary: Support for short (net/mask) ipv4 addresses forms in
filters
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: darkjames@xxxxxxxxxxxxxxxx
Created an attachment (id=6454)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6454)
Patch to implement short net/mask form in filters
Build Information:
.
--
Attached patch add support for short ipv4 forms like:
10/8 <-- same as 10.0.0.0/8 (range: 10.0.0.0 -- 10.255.255.255)
192.168/16 <-- same as 192.168.0.0/16 (range: 192.168.0.0 --
192.168.255.255)
192.88.99/24 <-- same as 192.88.99.0/24 (range: 192.88.99.0 -- 192.88.99.255)
I found this patch useful, not commiting to not confuse users.
Ref: http://www.wireshark.org/lists/wireshark-dev/201106/msg00022.html
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.