aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-eth.h')
-rw-r--r--epan/dissectors/packet-eth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eth.h b/epan/dissectors/packet-eth.h
index 2d42ecf2f5..ac1d66fdd0 100644
--- a/epan/dissectors/packet-eth.h
+++ b/epan/dissectors/packet-eth.h
@@ -29,7 +29,7 @@ typedef struct _eth_hdr {
} eth_hdr;
extern
-void capture_eth(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_eth(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
void add_ethernet_trailer(packet_info *pinfo, proto_tree *tree, proto_tree *fh_tree,
int trailer_id, tvbuff_t *tvb, tvbuff_t *trailer_tvb,