summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-08 17:35:03 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-08 17:35:03 +0000
commit74322911219429bc6e5a6b17a4bee2fa87e7df65 (patch)
treeaa9eebd9976f179a8fb472db9c396e6dc1392b38 /epan/dissectors/packet-umts_fp.h
parent53f97b16aa28c6e492cc1f40163cba90a591b82d (diff)
downloadwireshark-74322911219429bc6e5a6b17a4bee2fa87e7df65.tar.gz
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). svn path=/trunk/; revision=20749
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;