add a reference to the corresponding RFC's of the Differentiated Services field pref...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Jun 2005 23:47:55 +0000 (23:47 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Jun 2005 23:47:55 +0000 (23:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14519 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ip.c

index 6a22c6a00ce5698134bc85fb68d8bbb1d0e04780..84bd83beb4c20e12be9f553b08aaa150b6662b5f 100644 (file)
@@ -1779,7 +1779,7 @@ proto_register_ip(void)
        ip_module = prefs_register_protocol(proto_ip, NULL);
        prefs_register_bool_preference(ip_module, "decode_tos_as_diffserv",
            "Decode IPv4 TOS field as DiffServ field",
-           "Whether the IPv4 type-of-service field should be decoded as a Differentiated Services field",
+           "Whether the IPv4 type-of-service field should be decoded as a Differentiated Services field (see RFC2474/RFC2475)",
            &g_ip_dscp_actif);
        prefs_register_bool_preference(ip_module, "defragment",
                "Reassemble fragmented IP datagrams",