aboutsummaryrefslogtreecommitdiffstats
path: root/frame_data_sequence.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-27 17:14:42 +0000
committerEvan Huus <eapache@gmail.com>2013-03-27 17:14:42 +0000
commitd935a280e35055222e49299c47ecabdd820c5462 (patch)
treed5f4dfa48e46083ae9e8dd99488d52d19e6f3f24 /frame_data_sequence.h
parent0d2e02954f2452ca05f8f884044380077a941dd8 (diff)
From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223
Add a 2-pass display-filter flag to tshark so that reassembly and other forward- looking dissections can be used with filters. It's a bit of a hack, but this entire area of 2-pass analysis etc. is a giant pile of hacks to begin with and needs cleaning up. For now just having this feature is a big enough win. svn path=/trunk/; revision=48589
Diffstat (limited to 'frame_data_sequence.h')
-rw-r--r--frame_data_sequence.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frame_data_sequence.h b/frame_data_sequence.h
index 8d686e7f8e..43017fcc78 100644
--- a/frame_data_sequence.h
+++ b/frame_data_sequence.h
@@ -47,6 +47,9 @@ extern frame_data *frame_data_sequence_find(frame_data_sequence *fds,
*/
extern void free_frame_data_sequence(frame_data_sequence *fds);
+extern void find_and_mark_frame_depended_upon(gpointer data, gpointer user_data);
+
+
#ifdef __cplusplus
}
#endif /* __cplusplus */