From 425bc304fea88e8136c69d282547fba502b28708 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 11 Dec 2014 14:01:10 -0500 Subject: eth,mp2t: Rename ei[] filter names duplicating hf[] filter names. Change-Id: I1a9e8344866ce5a5bbd48b07c49baa398ce161f7 Reviewed-on: https://code.wireshark.org/review/5724 Reviewed-by: Bill Meier --- epan/dissectors/packet-eth.c | 2 +- epan/dissectors/packet-mp2t.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c index c038062202..1fe4e9388d 100644 --- a/epan/dissectors/packet-eth.c +++ b/epan/dissectors/packet-eth.c @@ -929,7 +929,7 @@ proto_register_eth(void) }; static ei_register_info ei[] = { - { &ei_eth_invalid_lentype, { "eth.invalid_lentype", PI_PROTOCOL, PI_WARN, "Invalid length/type", EXPFILL }}, + { &ei_eth_invalid_lentype, { "eth.invalid_lentype.expert", PI_PROTOCOL, PI_WARN, "Invalid length/type", EXPFILL }}, { &ei_eth_src_not_group, { "eth.src_not_group", PI_PROTOCOL, PI_WARN, "Source MAC must not be a group address: IEEE 802.3-2002, Section 3.2.3(b)", EXPFILL }}, { &ei_eth_fcs_bad, { "eth.fcs_bad.expert", PI_CHECKSUM, PI_ERROR, "Bad checksum", EXPFILL }}, { &ei_eth_len, { "eth.len.past_end", PI_MALFORMED, PI_ERROR, "Length field value goes past the end of the payload", EXPFILL }}, diff --git a/epan/dissectors/packet-mp2t.c b/epan/dissectors/packet-mp2t.c index ed7b7f29b7..f2d2e9aea5 100644 --- a/epan/dissectors/packet-mp2t.c +++ b/epan/dissectors/packet-mp2t.c @@ -1499,7 +1499,7 @@ proto_register_mp2t(void) }; static ei_register_info ei[] = { - { &ei_mp2t_pointer, { "mp2t.pointer", PI_MALFORMED, PI_ERROR, "Pointer value is too large", EXPFILL }}, + { &ei_mp2t_pointer, { "mp2t.pointer_too_large", PI_MALFORMED, PI_ERROR, "Pointer value is too large", EXPFILL }}, { &ei_mp2t_cc_drop, { "mp2t.cc.drop", PI_MALFORMED, PI_ERROR, "Detected missing TS frames", EXPFILL }}, }; -- cgit v1.2.3