aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8021ah.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ieee8021ah.h')
-rw-r--r--epan/dissectors/packet-ieee8021ah.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee8021ah.h b/epan/dissectors/packet-ieee8021ah.h
index a46fc39585..b1ad038807 100644
--- a/epan/dissectors/packet-ieee8021ah.h
+++ b/epan/dissectors/packet-ieee8021ah.h
@@ -26,6 +26,6 @@
#define IEEE8021AH_LEN 18
#define IEEE8021AH_ISIDMASK 0x00FFFFFF
-void capture_ieee8021ah(const guchar *, int, int, packet_counts *);
+void capture_ieee8021ah(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
#endif