aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/follow.h b/epan/follow.h
index aaa366e0e8..c0df89c0ce 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -43,7 +43,8 @@ typedef enum {
FOLLOW_TLS,
FOLLOW_UDP,
FOLLOW_HTTP,
- FOLLOW_HTTP2
+ FOLLOW_HTTP2,
+ FOLLOW_QUIC,
} follow_type_t;
/* Show Type */