From f2c276ec2160e98377ba5509b95125f0414c0520 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Wed, 11 Sep 2013 21:37:58 +0000 Subject: Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.protocol and change the UI name to match. It is by far much more common to name the tables after the field than to pick another name. svn path=/trunk/; revision=51958 --- epan/dissectors/packet-cdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-cdp.c') diff --git a/epan/dissectors/packet-cdp.c b/epan/dissectors/packet-cdp.c index 6786801067..23fc1ade61 100644 --- a/epan/dissectors/packet-cdp.c +++ b/epan/dissectors/packet-cdp.c @@ -1334,6 +1334,6 @@ proto_reg_handoff_cdp(void) data_handle = find_dissector("data"); cdp_handle = create_dissector_handle(dissect_cdp, proto_cdp); dissector_add_uint("llc.cisco_pid", 0x2000, cdp_handle); - dissector_add_uint("chdlctype", 0x2000, cdp_handle); + dissector_add_uint("chdlc.protocol", 0x2000, cdp_handle); dissector_add_uint("ppp.protocol", 0x0207, cdp_handle); } -- cgit v1.2.3