aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-08 17:35:03 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-02-08 17:35:03 +0000
commit410176bc010075ace693a880de395629202347c1 (patch)
treeaa9eebd9976f179a8fb472db9c396e6dc1392b38 /epan/dissectors/packet-umts_fp.h
parentd4d04f1587b5c44471107a56f4d8b4e41c7a4965 (diff)
From: Kriang Lerdsuwanakij
In the attached patch, the K12 wiretap now saves the content of record after captured packet data. The K12 dissector then could extract them and provide useful information to properly dissect FP frames (user plane of UTRAN Iub interface). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20749 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index aec9697ede..c7013a7279 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -63,3 +63,4 @@ struct _fp_info
guint edch_macd_pdu_size[MAX_EDCH_DDIS];
};
+typedef struct _fp_info fp_info;