aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-24 05:42:51 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-24 05:42:51 +0000
commit5696aac29e559c9e9abefffd3b1621bdd73a82bf (patch)
treeaf1bf4f1e14822f97c23dd63d92ce41083a51081 /epan/dissectors/packet-eth.h
parentb524b5cb7778607fe1bd69c146ec203d0e0254d7 (diff)
Not everything that uses "capture_eth()" includes "capture.h" (the ATM
dissector, for one). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13493 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-eth.h')
-rw-r--r--epan/dissectors/packet-eth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-eth.h b/epan/dissectors/packet-eth.h
index be98c9cef7..df190750d9 100644
--- a/epan/dissectors/packet-eth.h
+++ b/epan/dissectors/packet-eth.h
@@ -30,9 +30,7 @@ typedef struct _eth_hdr {
guint16 type;
} eth_hdr;
-#ifdef __CAPTURE_H__
void capture_eth(const guchar *, int, int, packet_counts *);
-#endif
void add_ethernet_trailer(proto_tree *fh_tree, int trailer_id, tvbuff_t *tvb,
tvbuff_t *trailer_tvb, int fcs_len);