aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/frame_data.h')
-rw-r--r--epan/frame_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/frame_data.h b/epan/frame_data.h
index 87994cabf1..252a683be7 100644
--- a/epan/frame_data.h
+++ b/epan/frame_data.h
@@ -74,8 +74,8 @@ typedef struct _frame_data {
#ifdef WANT_PACKET_EDITOR
/* XXX, where this struct should go? */
typedef struct {
- union wtap_pseudo_header ph; /**< Modified pseudo header */
- char *pd; /**< Modified packet data */
+ struct wtap_pkthdr phdr; /**< Modified packet header */
+ char *pd; /**< Modified packet data */
} modified_frame_data;
#endif