aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vxlan.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-01-01 00:22:01 -0500
committerMichael Mann <mmann78@netscape.net>2017-01-06 12:48:47 +0000
commit79fc411936fee077a3c9dc90b6c23c960a662069 (patch)
treec6a4c7f19b5933e56c1cdd91bab8e11995d49239 /epan/dissectors/packet-vxlan.c
parentf0b1099f819ecae61cf0ad3304ec5cf5e25bdfec (diff)
Convert some easily identifiable pinos.
grepping for "Decode As" comments reveals exactly was pinos were created for - distinguishing multiple dissection functions in a single dissection table. Change-Id: Iaa9294045e9d0633563e7d763cb585c0e6dc598f Reviewed-on: https://code.wireshark.org/review/19490 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-vxlan.c')
-rw-r--r--epan/dissectors/packet-vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vxlan.c b/epan/dissectors/packet-vxlan.c
index e227032a40..58c907ad56 100644
--- a/epan/dissectors/packet-vxlan.c
+++ b/epan/dissectors/packet-vxlan.c
@@ -278,7 +278,7 @@ proto_register_vxlan(void)
proto_vxlan = proto_register_protocol("Virtual eXtensible Local Area Network", "VXLAN", "vxlan");
/* Protocol registered just for Decode As */
- proto_vxlan_gpe = proto_register_protocol("Virtual eXtensible Local Area Network (GPE)", "VXLAN (GPE)", "vxlan_gpe");
+ proto_vxlan_gpe = proto_register_protocol_in_name_only("Virtual eXtensible Local Area Network (GPE)", "VXLAN (GPE)", "vxlan_gpe", proto_vxlan, FT_PROTOCOL);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_vxlan, hf, array_length(hf));