From 54aa776069b8e66d222ef3a9721249e97d02b287 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 5 Nov 2009 21:54:06 +0000 Subject: From Tobias Witek: w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30838 --- epan/frame_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/frame_data.h') diff --git a/epan/frame_data.h b/epan/frame_data.h index 3ad7c60778..ad13fae129 100644 --- a/epan/frame_data.h +++ b/epan/frame_data.h @@ -44,6 +44,7 @@ typedef struct _frame_data { guint32 pkt_len; /* Packet length */ guint32 cap_len; /* Amount actually captured */ guint32 cum_bytes; /* Cumulative bytes into the capture */ + guint16 subnum; /* subframe number, for protocols that require this */ gint64 file_off; /* File offset */ gint8 lnk_t; /* Per-packet encapsulation/data-link type */ struct { -- cgit v1.2.3