aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeffrey Smith <whydoubt@gmail.com>2015-09-06 20:56:30 -0500
committerMichael Mann <mmann78@netscape.net>2015-10-01 20:49:42 +0000
commit57d954e1689ab31c6afac0a787f13754b8a39a49 (patch)
tree84b10a57e6a83cb5c5ce23c99fe1d90d68ebad04 /doc
parentb02a0ee48a51ccbb33ad76ce84ecb05409a6973a (diff)
Treat IPv4 subnet masks as distinct from addresses
While IPv4 subnet masks are obviously related and similar to IPv4 addresses, they are distinct enough that they need to be treated seperately in some aspects. For instance, there is no value in attempting to resolve a subnet mask. This change creates a new display type: BASE_NETMASK, which allows distinction from FT_IPv4 (and possible name resolution) where appropriate. Change-Id: I99e19c9a58eb613f8e58d481af84c30e2e5e14d7 Reviewed-on: https://code.wireshark.org/review/10438 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index e5c955d21a..addd967d5a 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -138,6 +138,13 @@ FIELDDISPLAY --For FT_UINT{8,16,24,32,40,48,56,64} and
a separator between bytes.
BASE_NONE has no separator between bytes
+ --For FT_IPv4:
+
+ BASE_NETMASK - Used for IPv4 address that should never
+ attempted to be resolved (like netmasks)
+ otherwise:
+ (must be) BASE_NONE
+
--For all other types:
BASE_NONE