aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2022-02-27 15:35:58 +0100
committerGerald Combs <gerald@wireshark.org>2022-03-06 23:43:03 +0000
commitbe915d7374be9d64b6fd85819fcd98b300f511af (patch)
tree18a4b3cc42ee5311a55df6e16b6cf9c7c672bfac /epan/packet.h
parent1d2a8bff3c035be938bbc2c814cd1417720ff09c (diff)
epan: Allow nested dependent packets
Save all dependent frames when there are multiple levels of reassembly.
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index aefdb71f04..8d8c6e9eba 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -754,7 +754,7 @@ extern void free_data_sources(packet_info *pinfo);
* if the user does a File->Save-As of only the Displayed packets and the
* current frame passed the display filter.
*/
-WS_DLL_PUBLIC void mark_frame_as_depended_upon(packet_info *pinfo, guint32 frame_num);
+WS_DLL_PUBLIC void mark_frame_as_depended_upon(frame_data *fd, guint32 frame_num);
/* Structure passed to the frame dissector */
typedef struct frame_data_s