summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ieee8023.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-05 01:42:11 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-05 01:42:11 +0000
commitdd4b03512f6ff4d86ec5e51af560925c17bfa2b0 (patch)
tree9293cbd0808bca7389b7706503f250cd4fe91278 /epan/dissectors/packet-ieee8023.c
parent0c49b4d872c8d46cf4d28bf91f8861cf1bc0e122 (diff)
downloadwireshark-dd4b03512f6ff4d86ec5e51af560925c17bfa2b0.tar.gz
Remove commented out expert_add_info_format
svn path=/trunk/; revision=51762
Diffstat (limited to 'epan/dissectors/packet-ieee8023.c')
-rw-r--r--epan/dissectors/packet-ieee8023.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ieee8023.c b/epan/dissectors/packet-ieee8023.c
index dda7bc73a5..773e86af28 100644
--- a/epan/dissectors/packet-ieee8023.c
+++ b/epan/dissectors/packet-ieee8023.c
@@ -66,11 +66,6 @@ dissect_802_3(volatile int length, gboolean is_802_2, tvbuff_t *tvb,
if (length > reported_length) {
length = reported_length;
expert_add_info(pinfo, length_it, ei_len);
-/*
- expert_add_info_format(pinfo, length_it, PI_MALFORMED, PI_ERROR,
- "Length field value goes past the end of the payload");
-
-*/
}
/* Give the next dissector only 'length' number of bytes. */