aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index 98e4a0b8e9..7c23c125a1 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -38,7 +38,7 @@ extern "C" {
* as the structures that the epan_dissect_t contains might have pointers
* to addresses in your byte array.
*/
-struct _epan_dissect_t {
+struct epan_dissect {
struct epan_session *session;
tvbuff_t *tvb;
proto_tree *tree;