aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorMikael Kanstrup <mikael.kanstrup@axis.com>2023-01-13 18:43:49 +0100
committerJohn Thacker <johnthacker@gmail.com>2023-01-19 03:14:18 +0000
commitc4db402db579f9232e858a8f4d2ff045e170fd24 (patch)
treed8ea88a2122352ad82e0800569b774eaf5c742f3 /epan/follow.h
parent06519be2052776e4f052838905b230623e41befe (diff)
Add follow websocket stream support
The websocket protocol masking feature makes follow TCP stream on websocket traffic show masked payload. To easily view unmasked and reassembled websocket payload add follow websocket stream support.
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/follow.h b/epan/follow.h
index f17b3f0c19..e23e387412 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -47,6 +47,7 @@ typedef enum {
FOLLOW_HTTP2,
FOLLOW_QUIC,
FOLLOW_SIP,
+ FOLLOW_WEBSOCKET,
} follow_type_t;
/* Show Type */