summaryrefslogtreecommitdiff
path: root/epan/packet.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-21 20:08:20 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-21 20:08:20 +0000
commiteabaddaca96a79f609a8235fb09e6151f6b9387f (patch)
treed91da11cb14ac06039bc010480a16a42bc7ce141 /epan/packet.c
parent9fa6c9fb800199967b5ec44a93fcfaeeed405085 (diff)
downloadwireshark-eabaddaca96a79f609a8235fb09e6151f6b9387f.tar.gz
Remove ethertype, mpls_label and ppids from packet_info structure.
The information was converted to "proto" data within their respective dissectors strictly for use in "Decode As". svn path=/trunk/; revision=53489
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 65cb2d5134..5e5f5bdb83 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -440,9 +440,6 @@ dissect_packet(epan_dissect_t *edt, struct wtap_pkthdr *phdr,
else if (fd->flags.has_phdr_comment)
edt->pi.pkt_comment = phdr->opt_comment;
- /* to enable decode as for ethertype=0x0000 (fix for bug 4721) */
- edt->pi.ethertype = G_MAXINT;
-
EP_CHECK_CANARY(("before dissecting frame %d",fd->num));
TRY {