The ip.proto table isn't limited to the IPv4 dissector.
authorGerald Combs <gerald@wireshark.org>
Tue, 3 Dec 2013 18:16:38 +0000 (18:16 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 3 Dec 2013 18:16:38 +0000 (18:16 -0000)
svn path=/trunk/; revision=53759

epan/dissectors/packet-ip.c

index b03339506c13d08ed2b96faa7b14302afd3c3461..3b858a0d5583a0175f253cf66353a53089f2b498 100644 (file)
@@ -2995,7 +2995,7 @@ proto_register_ip(void)
   expert_register_field_array(expert_ip, ei, array_length(ei));
 
   /* subdissector code */
-  ip_dissector_table = register_dissector_table("ip.proto", "IPv4 protocol",
+  ip_dissector_table = register_dissector_table("ip.proto", "IP protocol",
                                                 FT_UINT8, BASE_DEC);
   register_heur_dissector_list("ip", &heur_subdissector_list);