aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-netbios.h')
-rw-r--r--epan/dissectors/packet-netbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netbios.h b/epan/dissectors/packet-netbios.h
index 8011ac3d57..c34ec49ea1 100644
--- a/epan/dissectors/packet-netbios.h
+++ b/epan/dissectors/packet-netbios.h
@@ -30,7 +30,7 @@
/* Length of NetBIOS names */
#define NETBIOS_NAME_LEN 16
-void capture_netbios(const guchar *pd, int offset, int len, packet_counts *ld, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_netbios(const guchar *pd, int offset, int len, packet_counts *ld, const union wtap_pseudo_header *pseudo_header);
extern int process_netbios_name(const guchar *name_ptr, char *name_ret, int name_ret_len);
extern int get_netbios_name(tvbuff_t *tvb, int offset,