summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-llc.h')
-rw-r--r--epan/dissectors/packet-llc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-llc.h b/epan/dissectors/packet-llc.h
index 99fa5a2448..11e7418264 100644
--- a/epan/dissectors/packet-llc.h
+++ b/epan/dissectors/packet-llc.h
@@ -24,11 +24,11 @@
#include "ws_symbol_export.h"
-gboolean capture_llc(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_llc(const guchar *, int, int, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header);
extern const value_string sap_vals[];
-gboolean capture_snap(const guchar *, int, int, packet_counts *, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_snap(const guchar *, int, int, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header);
void dissect_snap(tvbuff_t *, int, packet_info *, proto_tree *,
proto_tree *, int, int, int, int, int);